Published: May 12, 2010
You can use Windows PowerShell cmdlets to manage features and solutions in a Microsoft SharePoint Server 2010 farm.
Add-SPSiteSubscriptionFeaturePackMember
Adds a feature to a SharePoint feature set.
Add-SPSolution
Uploads a SharePoint solution package to the farm.
Add-SPUserSolution
Uploads a new sandboxed solution to the solution gallery.
Disable-SPFeature
Disables an installed SharePoint feature at a given scope.
Enable-SPFeature
Enables an installed SharePoint feature at the given scope.
Get-SPFeature
Returns the SharePoint features based on a given scope.
Get-SPSiteSubscriptionFeaturePack
Retrieves available SharePoint feature sets or the Feature set assigned to a given site subscription.
Get-SPSolution
Returns a specified SharePoint solution.
Get-SPUserSolution
Returns a specified sandboxed solution.
Install-SPFeature
Installs a SharePoint feature by using the Feature.xml file.
Install-SPSolution
Deploys an installed SharePoint solution in the farm.
Install-SPUserSolution
Activates a sandboxed solution in a site collection.
New-SPSiteSubscriptionFeaturePack
Creates a new SharePoint feature set that can be used to limit the features available to a site subscription.
Remove-SPSiteSubscriptionFeaturePack
Removes a SharePoint feature set from a site subscription.
Remove-SPSiteSubscriptionFeaturePackMember
Removes a feature definition from the provided SharePoint feature set.
Remove-SPSolution
Removes a SharePoint solution from a farm.
Remove-SPUserSolution
Removes a sandboxed solution from the solution gallery.
Remove-SPSolutionDeploymentLock
Removes the solution deployment lock for a server.
Uninstall-SPFeature
Uninstalls an installed feature definition.
Uninstall-SPUserSolution
Deactivates a sandboxed solution in a site collection.
Uninstall-SPSolution
Retracts a deployed SharePoint solution.
Update-SPSolution
Upgrades a deployed SharePoint solution.
Update-SPUserSolution
Upgrades an activated sandboxed solution in a farm.
May 12, 2010
Initial publication