diff options
author | Dag Wieers <dag@wieers.com> | 2017-11-02 16:59:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 16:59:13 +0100 |
commit | 1140d6ecd7796be45ba8b1ff718979aebc20bacc (patch) | |
tree | 15589253084a0034cd5764629753bfa81f38d393 /examples | |
parent | acl: add integration tests (#32494) (diff) | |
download | ansible-1140d6ecd7796be45ba8b1ff718979aebc20bacc.tar.xz ansible-1140d6ecd7796be45ba8b1ff718979aebc20bacc.zip |
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.ps1 | 2 |
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 |