ABC-Update
ScreenShots from ABC-Update
Example:
List all relevant updates from MS Update
ABC-Update.exe – Default is to list from MS Update
Example:
Download and install all missing updates of type Software from WSUS. No reboot
ABC-Update.exe /S:WSUS /A:Install /Q:IsInstalled=0 /T:Software
Example:
Uninstall two named updates. No reboot
ABC-Update.exe /S:WSUS /A:UnInstall /R:N /K: KB2620704,KB2690533
Example:
List and install all missing Security Updates from WSUS. Reboot if needed, Accept max tree reboot loops if needed
ABC-Update.exe /S:WSUS /A:Install /R:3 /C:SecurityUpdates /Q: IsInstalled=0 AND isAssigned=1