Powershell

From Max's Wiki
Revision as of 18:47, 1 June 2016 by Max (talk | contribs) (Created page with "View Installed Updates Remotely: Get-Hotfix -computername SEA-SRV-01 | Select HotfixID, Description, InstalledOn | Sort-Object InstalledOn Uninstall Updates psexec @target+w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

View Installed Updates Remotely:

Get-Hotfix -computername SEA-SRV-01 | Select HotfixID, Description, InstalledOn | Sort-Object InstalledOn

Uninstall Updates psexec @target+workstations.txt -d -s wusa.exe /uninstall /kb:000000 /quiet /norestart