Forum Discussion
Oscar2024
Sep 26, 2024Copper Contributor
Cannot use WAC with WinRM over HTTPS
Hi, For any reason I cannot use WAC with WinRM over HTTPS. Certificates are created and installed. I can confirm that this work with: Enter-PSession FQDN.domain.com -UseSSL **WinRM HTTP ...
Sergeb83
Nov 01, 2024Copper Contributor
this helped me set it up.
https://btpssecpack.osbornepro.com/en/latest/#configure-winrm-over-https
winrm enum winrm/config/listener
you check if there is an active https listener with this command
if not you use
winrm create winrm/config/listener?Address=*+Transport=HTTPS # Creates a WinRM listener on 5986 using any available certificate
https://btpssecpack.osbornepro.com/en/latest/#configure-winrm-over-https
winrm enum winrm/config/listener
you check if there is an active https listener with this command
if not you use
winrm create winrm/config/listener?Address=*+Transport=HTTPS # Creates a WinRM listener on 5986 using any available certificate