web analytics
Skip to content

Gatt's Ramblings

The Ramblings of an IT Professional

Advert

Archive

Tag: update

So I’ve been playing with SCCM 2007 and the Software Update Point (SUP) again, specifically with the search folders.

The aim was to try and find a structure that was easy to follow and maintain all the updates without much fuss. I created the usual folders for Weekly and Monthly updates which works well and makes for easily finding all the new updates to be deployed

My next task was to try and quickly find any missed updates that still needed to be deployed.

Looking at the columns in the search folders, I found 3 columns of interest:

  • Installed – How many machines the specific update had been installed successfully on
  • Required – How many machines an update needs to be installed on (ie missing)
  • Not Required – How many machines don’t require the specific update

The column of interest is “Required” as this tells us what updates are missing from machines. Now we need to create a search folder containing only these missing updates…

When you look at the search criteria dialog you will find an option for the Required column. What’s not made clear is what you can enter in the criteria, even Microsoft tell you its a simple txt string with the OR operator with this example:

1 OR 2 OR 3 OR 4 OR 5

Whilst this will work, its a little clunky and you need to enter the numbers 1 to 9 for each search folder…

What we need is a way to say – “Anything above zero…”

Well, after a lot of Googling, I found the answer – and it was so simple I didn’t think it’d actually work but it does. So what do you need to enter?

This:

[^0]

Yep it’s that simple – and it literally means - Any string that is not Zero..

{lang: 'en-GB'}
Bookmark and Share

After about 6 months, I have finally resolved a problem I was having with my SCCM Server where the OS would not fully load and about 95% of services were stopped and there was no Network communication at all

Every Monday I have had to:

  1. Goto the server
  2. Power it off
  3. Power it back on
  4. wait 5 minutes until it checked everything
  5. Go into Safe Mode (took about 20 minutes as it rolled back the updates (even if there were none!)
  6. Reboot
  7. Wait another 15-20 minutes whilst it again rolled back the updates
  8. Log in as normal!

No idea why this was happening but it was getting to be a right royal PITA!

Anyway, over the weekend I came across an article on the net somewhere, where someone had had a similar problem to me

Solution: Rerun setup and “upgrade” the server to the same edition that is currently installed – this effectively acts like a OS Repair

So this morning, after going through my usual Monday morning routine, I tried it..

And it worked!!  :D

Server has had 3 reboots and all (except one  which I am looking into…) services have started as expected!

{lang: 'en-GB'}
Bookmark and Share

Came into work this morning, only to discover that Microsoft had rolled out the ever so helpful Browser Choice update through WSUS overnight, and it had now deployed itself to a number of PCs throughout the school.

Another helpful feature of this update is that it cannot be uninstalled via the traditional method.

the quick fix was to disable it from running via MSCONFIG until a solution was found. I also disabled it in WSUS to prevent further rollouts on the remaining PCs..

After a quick Google I came across this article on how to remove the update which I shall now share..

1. Go to C:\Windows\Servicing\Packages
2. Find the two .mum files relating to KB 976002
3. Take ownership of them, give yourself full control
4. Open Control Panel, programs, Installed Updates
5. Find KB 976002 and right click, Uninstall is not available. Important: Do not close this window, to avoid re-verification of the checksum of the .mum files.
6. Go back to the two .mum files for 976002. Edit them both with notepad, change Permanance=”Permanent” to Permanence=”Removable”
7. Go back to the Installed updates list, hit F5, right click KB 976002. Uninstall is now available.
8. Uninstall the update (if you want to be double-careful, monitor with sysinternals process monitor).
9. Reinstate the two keys which the uninstall removes
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]
10. Reboot the PC
11. Run the 947821 update to verify the component store
12. Go to WU, check for updates, hide the 976002 update

{lang: 'en-GB'}
Bookmark and Share

Switch to our mobile site