summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2017-11-02 16:59:13 +0100
committerGitHub <noreply@github.com>2017-11-02 16:59:13 +0100
commit1140d6ecd7796be45ba8b1ff718979aebc20bacc (patch)
tree15589253084a0034cd5764629753bfa81f38d393 /examples
parent7cf3811d298a34e1f1fe09763ffa107d91c72c8f (diff)
downloadansible-1140d6ecd7796be45ba8b1ff718979aebc20bacc.tar.gz
Explain -EnableCredSSP in header
The new Windows documentation references the top of this file for a list and explanation of options, however `-EnableCredSSP` was missing from this list.
Diffstat (limited to 'examples')
-rw-r--r--examples/scripts/ConfigureRemotingForAnsible.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/scripts/ConfigureRemotingForAnsible.ps1 b/examples/scripts/ConfigureRemotingForAnsible.ps1
index 3b2ddcd512..199daa54b6 100644
--- a/examples/scripts/ConfigureRemotingForAnsible.ps1
+++ b/examples/scripts/ConfigureRemotingForAnsible.ps1
@@ -19,6 +19,8 @@
# SSL Certificate must be forced on the WinRM Listener when re-running this
# script. This is necessary when a new SID and CN name is created.
#
+# Use option -EnableCredSSP to enable CredSSP as an authentication option.
+#
# Use option -SkipNetworkProfileCheck to skip the network profile check.
# Without specifying this the script will only run if the device's interfaces
# are in DOMAIN or PRIVATE zones. Provide this switch if you want to enable