viernes, 3 de marzo de 2017

WINDOWS. PS. HotFix / Updates host list

For list the HotFix in your Windows Operating system you could use this command.

COMMAND: "  Get-WmiObject Win32_QuickFixEngineering"


COMMAND: Get-WmiObject Win32_QuickFixEngineering Hotfixid | where{$_.hotfixid -like 'KB3029432'}

COMMAND: Get-WmiObject Win32_QuickFixEngineering | where{$_.hotfixid -like 'KB3029432'}





by GoN | Published: March 3, 2017 | Last Updated:

No hay comentarios: