Listing features on SharePoint 2010 with Powershell
The Get-SPFeature PowerShell cmdlet allows you to list all the features for a specific scope - to list all features installed on the farm sorted by DisplayName you use the following
1: Get-SPFeature | Sort - Property DisplayName... [read more]
Submit a review:
Login required.