Tuesday, November 7, 2017

Power shell command to get last windows update install date

Powershell command to get last windows update install date


Get-hotfix -ComputerName <Servername> | select-Object Source,installedon -first 1


Regards
Bijesh

No comments:

Post a Comment