Hello,
none of my computers wont report to my WSUS Server, but show up in the Update Services Manager.
I have one Windows Server 2016 and one 2012, both wont report.
The WSUS is using WID, not SQL.
WSUS was installed by the official Microsoft Manual.
I have tried serveral things including the following:
On the 2012 Server:
wuauclt.exe /detectnow
wuauclt.exe /reportnow
wuauclt.exe /resetauthorization /detectnow
On the 2016 Server:
$AutoUpdates = New-Object -ComObject "Microsoft.Update.AutoUpdate"
$AutoUpdates.DetectNow()
Tried to re-index the WSUS Database with this: gallery.technet.microsoft.com/scriptcenter/6f8cde49-5c52-4abd-9820-f1d270ddea61
Changed the Port for the Reporting Server in the GPO, which is the wsus itself, to 80 instead of 8530
Restarted all servers several times.
The Permission for the Network Service Account should be right too,unfortunalty im not able to post screenshots now.
Am i supposed to get a IIS Default site when i enter http://wsusname:8530, because right now im only getting it when i use port 80. Im not getting an error page when i try with 8530, the page is just blank.