Showing posts with label Find SharePoint installed feature information in SharePoint: SharePoint 2010. Show all posts
Showing posts with label Find SharePoint installed feature information in SharePoint: SharePoint 2010. Show all posts

11 September, 2013

Find SharePoint installed feature information in SharePoint: SharePoint 2010

It is possible by means of the SharePoint Power Shell Console below is the PW script which does this for you. 

PS 1: Gives a simple output of all features in table format sorted by solutionId then featureName. 



PS 2: Gives the output of all features in table grouped by solutionId, then solutionId is replaced by actual solution name with a separate lookup (very minor performance loss due solution name replacement)
If you have any issue in executing these scripts do let me know, I would be happier to assist you.