Hi,
I want to setup a Windows Admin Center Gateway in our domain to monitor and manage our servers.
The default setup with just http on the default port is NOT an option for security reasons, so I want to use the https only mode for WinRM.
The initial setup of WAC works fine, adding our internal wildcard certificate for the Admin Center Webservice also works, so I can access the Webportal and manage the gateway server itself.
But whatever I tried, I can't get it working to add other servers to the WAC. It always just says "make sure the service is running and accepts requests". I read every single entry I can find on the web and also asked the Bing AI, but couldn't find a useful manual how to achieve that.
Questions I couldn't find an answer to:
- Does WinRM over https generally work with wildcard (*.domain.local) certificates? Added CNs are domain.local and *.domain.local. Or do I really have to create a Webserver Certificate for every single host I want to manage?
- How to setup WinRM instances via GPO that use https? The only settings I find are to create a service that runs on default port with http. Seems to be not possible directly. Do I have to deploy a script for that?
- Is it necessary to enable basic authentication on WinRM for WAC or can I somehow just use Kerberos?
Would be cool if someone had a good manual for that, but maybe I get it up and running just with answers to these questions.
Regards