Difference between revisions of "Powershell"

From Max's Wiki
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
View Installed Updates Remotely:
+
'''''View Installed Updates Remotely'''''
  
 
Get-Hotfix -computername SEA-SRV-01 | Select HotfixID, Description, InstalledOn | Sort-Object InstalledOn
 
Get-Hotfix -computername SEA-SRV-01 | Select HotfixID, Description, InstalledOn | Sort-Object InstalledOn

Revision as of 18:52, 1 June 2016

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