Microsoft has deprecated the silent switch in WUSA so we can no longer silently rollback MS Updates. Does anyone have a function or code to pass a KB # and uninstall via powershell commands. Just trying to not reinvent the wheel. I know powershell does have some commands but wanted a more complete function
Get-WindowsPackage -Online -PackageName "{PACKAGE-NAME}" |Remove-WindowsPackage -Online -NoRestart -Verbose