Hello all,
I am having issues, in the following scenario:
- WSUS server in domain A and i am trying to patch servers in domain B, there is no trust with those domain.
- WSUS is in SSL
I can see servers from domain B in the WSUS but they are only contacting and not reporting.
I have tried running this script
#############
net stop wuauservcd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientIDValidation /f
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
Wuauclt.exe /resetauthorization /detectnow /reportnow
################################
But with no luck, the servers are not reporting, another thing i found and not sure if it's related with the issue, is that when i restart the cryptsvc service the catroot2 folder is not recreated.
Did anyone had this issues or this scenario?
Thanks,
Rui