Created
June 6, 2018 14:58
-
-
Save nidr0x/c14433e7b21c44b1bf927ed7caf8dc04 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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