aoe wrote: I have installed WSUS on my dc. I have configured a gpo to point to the wsus server and applied it to the correct ou. I then go to the client computer and run gpupdate /force and then gpresult and the WSUS gpo is not being applied? Any ideas why this is happening? Is there more to it if the gpo is not being applied correctly? Thanks for the help.
nazzeem wrote: aoe wrote: I have installed WSUS on my dc. I have configured a gpo to point to the wsus server and applied it to the correct ou. I then go to the client computer and run gpupdate /force and then gpresult and the WSUS gpo is not being applied? Any ideas why this is happening? Is there more to it if the gpo is not being applied correctly? Thanks for the help. gpupdate /force should be run on the DC to update / enforce the Policy on the clients if I am not mistaken.
sprkymrk wrote: Although I have seen others state this before, I haven't seen it from a KB or other MS source. Can someone show me where MS states that running gpupdate on the DC actually forces an update on clients? To my knowledge, you must run gpupdate on whatever computer you want the updates to take effect. This means you should run gpupdate on the clients individually, not the server. Someone correct me if I am wrong, with references please.
nazzeem wrote: From my experience. When you make changes to a policy, it will not take effect immediatly. When you run gpupdate /force, the policies is applied immediatly to all clients on the domain. This will have the same efect as rebooting the client PC. I do not agree with your statement that the command has to be run on all the client pc`s. Imagine you have one PDC on the domain and 569 workstations. Which admin will run the command on all the workstations. Not me thank you very much..
sprkymrk wrote: nazzeem wrote: From my experience. When you make changes to a policy, it will not take effect immediatly. When you run gpupdate /force, the policies is applied immediatly to all clients on the domain. This will have the same efect as rebooting the client PC. I do not agree with your statement that the command has to be run on all the client pc`s. Imagine you have one PDC on the domain and 569 workstations. Which admin will run the command on all the workstations. Not me thank you very much.. Running gpupdate updates the policy on the computer on which it is run. Group Policy has automatic update intervals (90 minutes +1-30 minutes unless changed) which is why an admin doesn't need to run gpupdate on 569 clients - he just waits for the automatic update interval. The gpupdate command is for special circumstances. If you have a KB article or something I'd appreciate the reference. So far every KB article I have found states that you run gpupdate on the client you are trouble shooting.
nazzeem wrote: Running "gpupdate /force" on the domain controller will download the latest Group Policy settings to client computers.http://www.microsoft.com/technet/security/prodtech/windowsxp/secwinxp/xpsgapxb.mspx Some info on gpupdate with WSUShttp://www.wsus.info/forums/lofiversion/index.php?t7861.html And heres Googlehttp://www.google.co.za/search?source=ig&hl=en&rlz=&q=gpupdate+%2Fforce&meta=
Mishra wrote: nazzeem wrote: Running "gpupdate /force" on the domain controller will download the latest Group Policy settings to client computers.http://www.microsoft.com/technet/security/prodtech/windowsxp/secwinxp/xpsgapxb.mspx Some info on gpupdate with WSUShttp://www.wsus.info/forums/lofiversion/index.php?t7861.html And heres Googlehttp://www.google.co.za/search?source=ig&hl=en&rlz=&q=gpupdate+%2Fforce&meta= I see "7. Execute gpupdate /force on the domain controller to download the latest Group Policy settings." In the first link you provided. Which should mean that they are just asking you to update the group policy settings on the domain controller. I hope you aren't taking this offensively by the way, I am just curious about this as well.
nazzeem wrote: Check whether other policies is applied to the domain computers e.g "strong password policy" etc. If this works then maybe you could try to rejoin the workstation with the domain. I am also studying WSUS for 291. So I might not have a solution for you. But I what I would do is: 1.) Make sure the workstation is joined properly with the domain, and rejoin it if required.I demoted and then rejoined the domain yesterday and nothing 2.) Check if other policies is applied to the workstation.The only one showing applied when gpresult is called is Default Domain Policy 3.) Check if these keys exesits in the workstations registry: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://your-wsus-server" "WUStatusServer"="http://http://your-wsus-server" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "UseWUServer"=dword:00000001These keys do not exist. 4.) Run the command "wuauclt /detectnow" from command prompt to force your workstation to search for WSUS servers.I did that and nothing 5.) Check the workstations %windir% for the WindowsUpdate.log file and check in it for * WSUS server: <NULL> and * WSUS status server: <NULL>. Check if it points to your WSUS Server.Server is not listed There are probably other things you can do as well.
Mishra wrote: I see "7. Execute gpupdate /force on the domain controller to download the latest Group Policy settings." In the first link you provided. Which should mean that they are just asking you to update the group policy settings on the domain controller. I hope you aren't taking this offensively by the way, I am just curious about this as well.
Mishra wrote: To the author of the topic, make sure that your policy as been Link Enabled (by seeing a check mark beside the name).
The gpupdate command refreshes local and Active Directory–based Group Policy settings, including security settings on the computer from where it is run.
aoe wrote: Mishra wrote: To the author of the topic, make sure that your policy as been Link Enabled (by seeing a check mark beside the name). Yes link is enabled. Thanks
snadam wrote: Mishra wrote: I see "7. Execute gpupdate /force on the domain controller to download the latest Group Policy settings." In the first link you provided. Which should mean that they are just asking you to update the group policy settings on the domain controller. I hope you aren't taking this offensively by the way, I am just curious about this as well. I also saw that. It clearly states where you run it and what happens...Im really surprised there is very little press on this seeming that its quite a handy piece of time-saving info!
nazzeem wrote: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://your-wsus-server" "WUStatusServer"="http://http://your-wsus-server" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "UseWUServer"=dword:00000001 These keys must exist in the client machine registry else the pc wil NOT update from WSUS. Just today I updated a machine not belonging to the domain by just adding those registry keys and running the command "wuauclt /detectnow". You will not see anything after running the command. When adding the keys manually, the PC have to be rebooted first. I am installing & configurating WSUS 3.0 with SP1 on one of our clients SBS2003 Servers as we speak. Will let you know how it went.
aoe wrote: nazzeem wrote: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://your-wsus-server" "WUStatusServer"="http://http://your-wsus-server" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "UseWUServer"=dword:00000001 These keys must exist in the client machine registry else the pc wil NOT update from WSUS. Just today I updated a machine not belonging to the domain by just adding those registry keys and running the command "wuauclt /detectnow". You will not see anything after running the command. When adding the keys manually, the PC have to be rebooted first. I am installing & configurating WSUS 3.0 with SP1 on one of our clients SBS2003 Servers as we speak. Will let you know how it went. I can try that to see if it fixes the WSUS problem. But then i am left with a problem as to why the GPO settings are not being accepted?
sprkymrk wrote: aoe wrote: nazzeem wrote: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://your-wsus-server" "WUStatusServer"="http://http://your-wsus-server" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "UseWUServer"=dword:00000001 These keys must exist in the client machine registry else the pc wil NOT update from WSUS. Just today I updated a machine not belonging to the domain by just adding those registry keys and running the command "wuauclt /detectnow". You will not see anything after running the command. When adding the keys manually, the PC have to be rebooted first. I am installing & configurating WSUS 3.0 with SP1 on one of our clients SBS2003 Servers as we speak. Will let you know how it went. I can try that to see if it fixes the WSUS problem. But then i am left with a problem as to why the GPO settings are not being accepted? Okay, dumb question - are the computers in question located in the OU to which the GPO is applied? You didn't apply the GPO to the default Computers container, did you? Can you apply the WSUS settings directly to the Default Domain Policy and see if it works then?
aoe wrote: I can try doing it to the default domain, is that ok to do?
aoe wrote: i believe i figured it out. I talked to a buddy and he mentioned that the GPO i created and was trying to be applied to a user that had administrative properties. Is it true that this gpo could not be applied if the user was an administrator?
nazzeem wrote: aoe wrote: i believe i figured it out. I talked to a buddy and he mentioned that the GPO i created and was trying to be applied to a user that had administrative properties. Is it true that this gpo could not be applied if the user was an administrator? I dont think so because the WSUS policy is applied on the computer level not user level. So no matter who logs on it will still get updates via WSUS. As per the reg entries which is applied to the Local_Machine and not Current User or Users : [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://your-wsus-server" "WUStatusServer"="http://http://your-wsus-server" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "UseWUServer"=dword:00000001