Created
August 26, 2015 20:38
-
-
Save adamedx/6cb809960f99d996c43a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
winrm create winrm/config/Listener?Address=*+Transport=HTTPS '@{Hostname="imani.maroc.home.buschick.org";CertificateThumbprint="39869B1E3C18761082B55C0791FC83797DA0D258"}' | |
#or | |
new-item -address * -force -path wsman:\localhost\listener -port 5986 -hostname 192.168.0.213 -transport https -certificatethumbprint 47DBC1FF268E4B4B9AA76B7471127B13C679DC24 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment