The SharePoint 2010 Management Shell is an instance of PowerShell that already has the SharePoint PSSnapIn loaded. You can use either to deploy SharePoint .wsp solution packages.
Prefacing your script with:
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) { Add-PSSnapin "Microsoft.SharePoint.PowerShell" }
will ensure that it will run from either shell instance.
world war z groundhog day Ed Koch Groundhog Day 2013 What Time Is The Superbowl Caleb Moore House of Cards
No comments:
Post a Comment