From 1140d6ecd7796be45ba8b1ff718979aebc20bacc Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 2 Nov 2017 16:59:13 +0100 Subject: [PATCH] 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. --- examples/scripts/ConfigureRemotingForAnsible.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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