How to uninstall KB-article with powershell remotely

If you get an update that you what to uninstall the best way is to use powershell.

This function uninstalls the kb-article you ask for if it is installed on the system.

To use it you have to run it as administrator.

uninstall-hotfix -computername “replace with name” -hotfixID “Replace with numbers only”

Add a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.