Recently I was doing some work to enable Internet Based Client Management (IBCM) within our SCCM environment. In doing so I had to reissue a certificate from our PKI and install add it to the bindings in IIS for the WSUS website. While this is fairly trivial work I noticed after installing the certificate and performing the IIS reset, I now had a duplicate server entry in our WSUS console. The first was the hostname, as we’re used to seeing. The second was the FQDN of the server.
This duplicate entry was benign in all senses. You could interact with both entries. They both worked as expected. Settings were mirrored across both entries. Not a big deal, but an unnecessary point of confusion for anyone else that may need to use the console on the server. Also what I found is that if you deleted the entry, it would come right back if you restarted the console. Also the more you restarted the console, the more duplicate entries that would be populated. This time just multiples of the FQDN entry.
Annoying, right?
Well here’s how you fix it:
- Close the console
- Open %appdata%\Roaming\Microsoft\MMC
- Find the file called “wsus”, take a back up of this file, then delete it out of MMC folder.
- Launch the WSUS console
- At this point you should see only one entry. Right click your server -> New window from here
The last step (step 5) was really what stopped the duplicates from coming back oddly enough.
Hope this helps! Feel free to leave a comment if this worked for you.
I am having the very same issue after renewing my cert on wsus. When I follow the steps you have outlined I cannot make any changes to the console. For example if I change the view from Failed or Needed to Any and close and reopen the console it is back to the default. If I skip step 5 then the ones with the FQDN actually retain the setting change. There might be more going on because I am now unable to add new clients to the server. I deleted one and tried to add back as a test and it would not show up in the unassigned group.
Perfect, that works. Thanks
Awesome!