Monday, March 7, 2016

How to know List installed products & components using powershell

SharePoint products using PowerShell,



$listApps=Get-WmiObject -Class Win32_Product | Where {$_.IdentifyingNumber -like “*90150000-*”}
$listApps | Sort -Property Name | ft -Autosize

Central Admin. Simply navigate to your SharePoint Central Administration site and on the main page under Upgrade and Migration, click on "Check product and patch installation status


No comments:

Post a Comment