- System Setup: Windows Server 2012 with WSUS 3.0 and IIS 8 Installed
- Clients: Windows Server 2012 and Windows Server 2008 R2
You’ve done everything right but for some reason you just can’t see the clients. Here’s a quick check list:
- If you go to your SUS server, for example http://wsus you can see a blank page and not simply the IIS splash page
- You can ping between both the SUS server and your client
- Firewalls are turned off on both the SUS server and your client
- The group policy you put in place is pointing to your SUS server address
You need to see a blank page at your SUS server site. For example, if you head to http://wsus and you see the IIS splash page, you’re doing it wrong. Head into IIS on the SUS server and check to see the port of the website WSUS sets up. Sometimes it will not be the default. In which case you need to point to http://wsus:8530 instead. In my case, my server is http://ENTWSUS, so my address in group policy will be http://ENTWSUS:8530
See the image below:
You’ll need to update your GPO to reflect this. Here’s my example:
When you’re done with this change, you’ll need to do the following:
- Force the update using the command: gpupdate /force
- Force the service to detect the client now using: wuauclt /detectnow. Go back into your WSUS client and refresh to make sure the computer is now there
- Force the service to report to the client after it’s detected using: wuauclt /reportnow
You can probably combine the detect and report switches on one line, but I don’t think reporting works if it’s not detected. This makes sure of that.
Recent Activity