PowerShell | Programs and updates installed on local system

preview_player
Показать описание
This video is about getting the details of all the programs, Microsoft updates i.e. msu, third party updates and Microsoft installers i.e. msi installed in your computer by using PowerShell.
Рекомендации по теме
Комментарии
Автор

I did it for multiple servers, Invoke-Command -ComputerName Test1, Test2 -credential Domain\AdminAccount -ScriptBlock {get-package}

rajendra.d