PowerShell - Get-hotfix

preview_player
Показать описание
(How to use get-hotfix in powershell)
*get-hotfix
*get install hotfixes
*retrieve hotfix information
In this video i demonstrate the get-hotfix cmdlet. This cmdlet can be very handy to quickly get relevent Windows update information about what is installed.

Code :

Get-HotFix
Get-HotFix | where hotfixid -match '2693643'
Рекомендации по теме