Skip to content

Instantly share code, notes, and snippets.

@kongou-ae
Created April 20, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kongou-ae/c00473c9fa5665305c943b707df91108 to your computer and use it in GitHub Desktop.
Save kongou-ae/c00473c9fa5665305c943b707df91108 to your computer and use it in GitHub Desktop.
<powershell>
Invoke-WebRequest -Uri https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile ConfigureRemotingForAnsible.ps1
powershell -ExecutionPolicy RemoteSigned .\ConfigureRemotingForAnsible.ps1 -SkipNetworkProfileCheck
</powershell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment