How to use the K1000 to roll back KB3035583
Hi Again:
First, thanks for the help on figuring out which workstations have KB3035583 installed. Turns out it's 169 out of 400. I'm working on setting up Group Policy not to allow these, but the horse has left the barn on 169 of them.
I should note that we don't do any kind of patch management at all here (I'm working on that, but first things first).
I'm looking under Security -> Patch Management -> Schedules.
I create a new schedule to Detect and Rollback on all devices.
Where I'm getting confused Is under "Detect" I can select "All Patches" or "Manage Associated Labels"
Is there a way to specify KB3035583?
Thanks again for answering my noob questions!
First, thanks for the help on figuring out which workstations have KB3035583 installed. Turns out it's 169 out of 400. I'm working on setting up Group Policy not to allow these, but the horse has left the barn on 169 of them.
I should note that we don't do any kind of patch management at all here (I'm working on that, but first things first).
I'm looking under Security -> Patch Management -> Schedules.
I create a new schedule to Detect and Rollback on all devices.
Where I'm getting confused Is under "Detect" I can select "All Patches" or "Manage Associated Labels"
Is there a way to specify KB3035583?
Thanks again for answering my noob questions!
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
taylor-madeak
8 years ago
It's usually not enough to just create a Kscript that uses WUSA to remove this patch, as doing so does not prevent WUSA from automatically reinstalling the update the next time it runs.
We addressed this issue in the following manner:
We addressed this issue in the following manner:
- I wrote this PowerShell script to uninstall and hide the patch. This script removes the update, then hides it to prevent re-installation. This is a template script used to remove other bad Microsoft patches as necessary (e.g. when they don't support rollback).
- Locate the Update for Microsoft Windows (KB3035583) software item under Software inventory.
- Customize the PowerShell script for your own use (particularly the log output), then upload and associate the file with the KB3035583 software inventory item.
- Create a new Managed Installer with the following configuration:
It's important to note here that the Uninstall option is selected. - Use a Smart Label to refine your targets as necessary.
- Set Execution type to best suit your environment (Anytime for fastest deployment).
Posted by:
rockhead44
8 years ago
I have never tried the Rollback option with my patching so I can't speak to that. Typically, you can uninstall Windows Updates using a .bat file and run that as a script from the K1000.
@echo off
wusa /uninstall /kb:3035583 /quiet /norestart
OR
@echo off
wusa /uninstall /kb:3035583 /quiet /forcerestart
You can save either of those as a .bat and run as a script. That's one way to remove the update. From there, you can make the patch Inactive on the K1000 to prevent it from being deployed again.
As for your Managed Associated Labels question, to target the devices you want, I would create a smart label to find machines with the particular update installed, something like
Go to Inventory-Devices-Smart Label
Software Titles = Update for Microsoft Windows (KB3035583)
That way the machines that have the update will get placed into that label the next time they inventory. Then, target that label with your uninstall script.
Posted by:
nshah
8 years ago
1. Does KB3035583 support roll back? You can find that out by finding and clicking the patch to open it up in the KBOX and see if it says supported under Rollback
2. Then you have to put a manual label on it. Something like Rollback
3. In the Detect area you don't select All Patches you would select the Rollback Label you created and assigned to that one patch. You don't need to detect for all patches, just the ones with the Rollback label.
4. Select the "Rollback" label in the Rollback area as well.
5. Make sure you select "Detect and Rollback" in your Actions drop down at the top of the schedule