Skip to content

Instantly share code, notes, and snippets.

@nidr0x
Created June 6, 2018 14:58
Show Gist options
  • Save nidr0x/c14433e7b21c44b1bf927ed7caf8dc04 to your computer and use it in GitHub Desktop.
Save nidr0x/c14433e7b21c44b1bf927ed7caf8dc04 to your computer and use it in GitHub Desktop.
# Don't be scared, wget is an alias for Invoke-WebRequest
wget https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -Outfile ConfigureRemotingForAnsible.ps1
.\ConfigureRemotingForAnsible.ps1
winrm quickconfig -transport:https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment