Book now with code EOY2025
billybob01 wrote: Also even though i am using Group Policy i am noticing a lot of clients are in the Unassigned group and i cannot move these either.
blargoe wrote: I think there used to be a utility to clear the WSUS sid?
jasonboche wrote: blargoe wrote: I think there used to be a utility to clear the WSUS sid? You may be talking about this:Resetauthorization Option WSUS uses a cookie on client computers to store various types of information, including computer group membership when client-side targeting is used. By default this cookie expires an hour after WSUS creates it. If you are using client-side targeting and change group membership, use this option in combination with detectnow to expire the cookie, initiate detection, and have WSUS update computer group membership. Note that when combining parameters, you can use them only in the order specified as follows: wuauclt.exe /resetauthorization /detectnow =========== Stop WSUS Client-Side service (net stop wuauserv) Go to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate and delete: PingID (if listed) AccountDomainSid SusClientId And then restart the WSUS client-side service (net start wuauserv). Then, run wuauclt.exe /resetauthorization /detectnow to force WSUS to get its act together and start over. It'll recreate the keys you deleted with a unique ID, solving the problem. ===========
REM Stop the Automatic Updates service net stop wuauserv REM Stop the Windows Management Instrumentation service net stop winmgmt del /f /q %systemroot%\softwaredistribution\*.* REM Delete SusClientID and AccountDomainSid keys from REM HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate SET WU_KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate reg delete %WU_KEY% /v SusClientID reg delete %WU_KEY% /v AccountDomainSid SET WU_KEY= REM Start the Automatic Updates service net start wuauserv REM Start the Windows Management Instrumentation service net start winmgmt REM Force a group policy update gpupdate REM Roll the WU Client... wuauclt /resetauthorization /detectnow
Use code EOY2025 to receive $250 off your 2025 certification boot camp!