Any 3rd party AV/Firewall installed on the WSUS server? Disable it? Uninstall it?
Invoke-WsusServerCleanup Fails with HTTP status 403: Forbidden
I decided to run the cleanup wizard on my WSUS server recently and it crashes almost immediately with the reset server node error.
I went to PowerShell and I am getting the following error:
Any thoughts on why I am getting the error or how to correct it? The ServerIsInvalid is troubling, but I have no thoughts on how to go about fixing it. The server is fully operational otherwise and is configured to use SSL.
Appreciate any assistance.
Windows for business Windows Server User experience Other
7 answers
Sort by: Most helpful
-
-
Rhett Grant 0 Reputation points
2024-01-12T14:12:15.21+00:00 I had almost exactly the same issue and it took me a while to figure out what the issue was. Any Powershell commands that interacted with WSUS was giving me this error. I tried all of Adam's suggestions and similarly to OP, I didn't have any success getting past 403 Forbidden. What the issue was for me was I incorrectly setup WSUS in IIS I put require SSL on the entire WSUS instance instead of the appropriate folders as indicated. Once I figured out that, all my issues with Powershell scripts and WSUS went away. Thought this was important to share incase someone else runs into this. Took me most of the day to figure this out only to find out it was my misconfiguration.