Document -SkipNetworkProfileCheck switch

This commit is contained in:
Nathaniel Cohen 2015-09-22 11:57:15 -07:00
parent be452c1b27
commit 8b6f8ff928

View file

@ -7,6 +7,10 @@
#
# Set $VerbosePreference = "Continue" before running the script in order to
# see the output messages.
# Set $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 winrm on
# a device with an interface in PUBLIC zone.
#
# Written by Trond Hindenes <trond@hindenes.com>
# Updated by Chris Church <cchurch@ansible.com>