Hi,
I have the problem about WSUS, some client is not showing in the Update Services Console (and some time it disappeared from console by unknown reason)
- WSUS server is Window 2008 R2
- Client random OS 2008 R2, 2012
- Used GPO to deploy patches
- Tried on this script, some it works some time it's not
@echo off
Echo Save the batch file "AU_Clean_SID.cmd". This batch file will do the following:
Echo 1. Delete the SusClientId registry key (if it exists)
Echo 2. Restart the wuauserv service
Echo 3. Resets the Authorization Cookie and reportnow
@echo on
net stop wuauserv
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt /reportnow
exit
- In the log said, it's completely successfully register corrected, and it register on Unassigned Computers (but in console, the client is not existing)
-
Could you please help me on this,
- The client is disappear some some it's existing
This is not reliable.
Thank you
From Microsoft about RDP 8.1 problem.