A few WSUS questions..

I have my new WSUS server setup. One thing that is annoying me is that 2 computer belong to the 'unassigned computers' group. I have created 3 other for clients, domain controllers and servers and set policies for each in GP.

In WSUS setup the 2 computers in unassigned appeared before I even checked 'Use group policy or registry settings on computers' from the computers setup.

How do I shift these 2 machines from unassigned? Both machines are just standard XP pro clients
 
Highlight the straggling computer objects, right-click, and select "change membership".

You cant do that as its managed through group policy. Looks like it has updated and moved one of the machines to Clients group.

The other one will probably move by tomorrow morning too (and the rest of client machines and servers will be in their correct groups) Now just to see if it does download updates at 2am (then updates machines at 10pm)
 
I'm just looking into this, but probably doing something silly as I'm stuck.

How do I change the server an XP client looksup when it goes for downloads (how do I add it to the wsus computer groups) - that is on a seperate network within my building (test network)?
 
Is the test network set up with an Active Directory? If so then you apply the "Specify intranet update service location" attribute in a GPO that applies to the OU the machine is in.

If not then apply it using the sample registry information I quoted in an earlier post.
 
You can, if its on a domain. You should set them up on a domain, its only 8 pc's and would take a day at most.
 
Shame you can't push installations onto clients really.

Without them being constrained by the policies of a domain just how do you expect this to be possible? :confused:

As said, just set up AD, if you have the licenses for it there is little excuse for any business environment not to be running AD.
 
Tell them that its not a domain? Tell them that they are retarded? Tell them that their whole network is a security flaw? Quit?
 
For not using one? They won't give a reason, other then 'it's not how we do things'.

The actual reason is that they are an accutely paranoid company who trust no one, including those that work for them, and don't know enough about domains/AD(and GP) to implement one, so would have to get someone else to do it, thereby relinquishing some control.
 
Anyway back to my original question: I used your reg key Paradigm, but no luck - not showing up in the computers tab on WSUS.
 
Have you run:

wuauclt /detectnow

?

Code:
wuauclt /resetauthorization /detectnow

Would be the command I'd use.

Also, if you copied my registry entry word for word, then the first automatic sync will be at 7am. So assuming you applied the changes today, they might not automatically report to WSUS until tomorrow (running the above command will sort that by forcing a run now).
 
This is what I have in the reg key:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate]
"WUServer"="houseboat:8530"
"WUStatusServer"="houseboat:8530"
"ElevateNonAdmins"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000007
"UseWUServer"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"DetectionFrequency"=dword:00000016
"AutoInstallMinorUpdates"=dword:00000001
"RebootRelaunchTimeoutEnabled"=dword:00000000
"IncludeRecommendedUpdates"=dword:00000001
Ran your command, no effect. I'm betting its something to do with the crap setup, but can't figure out what.
 
Back
Top Bottom