Skip to content

Instantly share code, notes, and snippets.

@adamedx
Created August 26, 2015 20:38
Show Gist options
  • Save adamedx/6cb809960f99d996c43a to your computer and use it in GitHub Desktop.
Save adamedx/6cb809960f99d996c43a to your computer and use it in GitHub Desktop.
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