[Strings]
L_ONLYCSCRIPT_Message="Can be executed only by cscript.exe."
L_UNKOPNM_Message="Unknown operation name: "
L_OP_Message="Operation - "
L_NOFILE_Message="File does not exist: "
L_PARZERO_Message="Parameter is zero length #"
L_INVOPT_ErrorMessage="Switch not allowed with the given operation: "
L_UNKOPT_ErrorMessage="Unknown switch: "
L_BLANKOPT_ErrorMessage="Missing switch name"
L_UNKOPT_GenMessage="Invalid use of command line. Type "winrm -?" for help."
L_HELP_GenMessage="Type "winrm -?" for help."
L_ScriptNameNotFound_ErrorMessage="Invalid usage of command line; winrm.vbs not found in command string."
L_ImproperUseOfQuotes_ErrorMessage="A quoted parameter value must begin and end with quotes: "
L_BADMATCNT1_Message="Unexpected match count - one match is expected: "
L_OPTNOTUNQ_Message="Option is not unique: "
L_URIMISSING_Message="URI is missing"
L_ACTIONMISSING_Message="Action is missing"
L_URIZERO_Message="URI is 0 length"
L_URIZEROTOK_Message="Invalid URI, token is 0 length"
L_INVWMIURI1_Message="Invalid WMI resource URI - no '/' found (at least 2 expected)"
L_INVWMIURI2_Message="Invalid WMI resource URI - only one '/' found (at least 2 expected)"
L_NOLASTTOK_Message="Invalid URI - cannot locate last token for root node name"
L_HashSyntax_ErrorMessage="Syntax Error: input must be of the form {KEY="VALUE"[;KEY="VALUE"]}"
L_ARGNOVAL_Message="Argument's value is not provided: "
L_XMLERROR_Message="Unable to parse XML: "
L_XSLERROR_Message="Unable to parse XSL file. Either it is inaccessible or invalid: "
L_MSXML3MISSING_Message="Unable to load MSXML3, required by -format option and for set using "@{...}""
L_FORMATLERROR_Message="Invalid option for -format: "
L_FORMATFAILED_Message="Unable to reformat message. Raw, unformatted, message: "
L_PUT_PARAM_NOMATCH_Message="Parameter name does not match any properties on resource: "
L_PUT_PARAM_MULTIMATCH_Message="Parameter matches more than one property on resource: "
L_PUT_PARAM_NOARRAY_Message="Multiple matching parameter names not allowedin @{...}: "
L_PUT_PARAM_NOTATTR_Message="Parameter matches a non-text property on resource: "
L_PUT_PARAM_EMPTY_Message="Parameter set is empty."
L_OPTIONS_PARAMETER_EMPTY_Message="Options parameter has no value or is malformed."
L_RESOURCELOCATOR_Message="Unable to create ResourceLocator object."
L_PUT_PARAM_NOINPUT_Message="No input provided through "@{...}" or "-file:" commandline parameters."
L_ERR_Message="Error: "
L_ERRNO_Message="Error number: "
L_OpDoesntAcceptInput_ErrorMessage="Input was supplied to an operation that does not accept input."
L_QuickConfigNoChangesNeeded_Message="WinRM is already set up for remote management on this computer."
L_QuickConfig_MissingUpdateXml_0_ErrorMessage="Could not find update instructions in analysis result."
L_QuickConfigUpdated_Message="WinRM has been updated for remote management."
L_QuickConfigUpdateFailed_ErrorMessage="One or more update steps could not be completed."
L_QuickConfig_InvalidBool_0_ErrorMessage="Could not determine if remoting is enabled."
L_QuickConfig_RemotingDisabledbyGP_00_ErrorMessage="Cannot complete the request due to a conflicting Group Policy setting."
L_QuickConfig_UpdatesNeeded_0_Message="WinRM is not set up to allow remote access to this machine for management."
L_QuickConfig_UpdatesNeeded_1_Message="The following changes must be made:"
L_QuickConfig_Prompt_0_Message="Make these changes [y/n]? "
L_QuickConfigNoServiceChangesNeeded_Message="WinRM is already set up to receive requests on this computer."
L_QuickConfigNoServiceChangesNeeded_Message2="WinRM service is already running on this machine."
L_QuickConfigUpdatedService_Message="WinRM has been updated to receive requests."
L_QuickConfig_ServiceUpdatesNeeded_0_Message="WinRM is not set up to receive requests on this machine."
L_Help_Title_0_Message="Windows Remote Management Command Line Tool"
L_Help_Blank_0_Message=""
L_Help_SeeAlso_Title_Message="See also:"
X_Help_SeeAlso_Aliases_Message=" winrm help aliases"
X_Help_SeeAlso_Config_Message=" winrm help config"
X_Help_SeeAlso_CertMapping_Message=" winrm help certmapping"
X_Help_SeeAlso_CustomRemoteShell_Message=" winrm help customremoteshell"
X_Help_SeeAlso_Input_Message=" winrm help input"
X_Help_SeeAlso_Filters_Message=" winrm help filters"
X_Help_SeeAlso_Switches_Message=" winrm help switches"
X_Help_SeeAlso_Uris_Message=" winrm help uris"
X_Help_SeeAlso_Auth_Message=" winrm help auth"
X_Help_SeeAlso_Set_Message=" winrm set -?"
X_Help_SeeAlso_Create_Message=" winrm create -?"
X_Help_SeeAlso_Enumerate_Message=" winrm enumerate -?"
X_Help_SeeAlso_Invoke_Message=" winrm invoke -?"
X_Help_SeeAlso_Remoting_Message=" winrm help remoting"
X_Help_SeeAlso_configSDDL_Message=" winrm configsddl -?"
L_HelpHelp_000_0_Message="Windows Remote Management (WinRM) is the Microsoft implementation of "
L_HelpHelp_001_0_Message="the WS-Management protocol which provides a secure way to communicate "
L_HelpHelp_001_1_Message="with local and remote computers using web services. "
L_HelpHelp_002_0_Message=""
L_HelpHelp_003_0_Message="Usage:"
L_HelpHelp_004_0_Message=" winrm OPERATION RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpHelp_005_0_Message=" [@{KEY=VALUE[;KEY=VALUE]...}]"
L_HelpHelp_007_0_Message=""
L_HelpHelp_008_0_Message="For help on a specific operation:"
L_HelpHelp_009_0_Message=" winrm g[et] -? Retrieving management information."
L_HelpHelp_010_0_Message=" winrm s[et] -? Modifying management information."
L_HelpHelp_011_0_Message=" winrm c[reate] -? Creating new instances of management resources."
L_HelpHelp_012_0_Message=" winrm d[elete] -? Remove an instance of a management resource."
L_HelpHelp_013_0_Message=" winrm e[numerate] -? List all instances of a management resource."
L_HelpHelp_014_0_Message=" winrm i[nvoke] -? Executes a method on a management resource."
L_HelpHelp_015_0_Message=" winrm id[entify] -? Determines if a WS-Management implementation is"
L_HelpHelp_015_1_Message=" running on the remote machine."
L_HelpHelp_016_0_Message=" winrm quickconfig -? Configures this machine to accept WS-Management"
L_HelpHelp_016_1_Message=" requests from other machines."
L_HelpHelp_016_3_Message=" winrm configSDDL -? Modify an existing security descriptor for a URI."
L_HelpHelp_016_4_Message=" winrm helpmsg -? Displays error message for the error code."
L_HelpHelp_017_0_Message=""
L_HelpHelp_018_0_Message="For help on related topics:"
L_HelpHelp_019_0_Message=" winrm help uris How to construct resource URIs."
L_HelpHelp_020_0_Message=" winrm help aliases Abbreviations for URIs."
L_HelpHelp_021_0_Message=" winrm help config Configuring WinRM client and service settings."
L_HelpHelp_021_2_Message=" winrm help certmapping Configuring client certificate access."
L_HelpHelp_022_0_Message=" winrm help remoting How to access remote machines."
L_HelpHelp_023_0_Message=" winrm help auth Providing credentials for remote access."
L_HelpHelp_024_0_Message=" winrm help input Providing input to create, set, and invoke."
L_HelpHelp_025_0_Message=" winrm help switches Other switches such as formatting, options, etc."
L_HelpHelp_026_0_Message=" winrm help proxy Providing proxy information."
L_HelpGet_000_0_Message="winrm get RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpGet_001_0_Message=""
L_HelpGet_002_0_Message="Retrieves instances of RESOURCE_URI using specified "
L_HelpGet_003_0_Message="options and key-value pairs."
L_HelpGet_004_0_Message=""
L_HelpGet_005_0_Message="Example: Retrieve current configuration in XML format:"
X_HelpGet_006_0_Message=" winrm get winrm/config -format:pretty"
L_HelpGet_007_0_Message=""
L_HelpGet_008_0_Message="Example: Retrieve spooler instance of Win32_Service class:"
X_HelpGet_009_0_Message=" winrm get wmicimv2/Win32_Service?Name=spooler"
L_HelpGet_010_0_Message=""
L_HelpGet_014_0_Message="Example: Retrieve a certmapping entry on this machine:"
X_HelpGet_015_0_Message=" winrm get winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=wmicimv2/*"
L_HelpGet_016_0_Message=""
L_HelpSet_001_0_Message="winrm set RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpSet_002_0_Message=" [@{KEY="VALUE"[;KEY="VALUE"]}]"
L_HelpSet_003_0_Message=" [-file:VALUE]"
L_HelpSet_004_0_Message=""
L_HelpSet_005_0_Message="Modifies settings in RESOURCE_URI using specified switches"
L_HelpSet_006_0_Message="and input of changed values via key-value pairs or updated "
L_HelpSet_007_0_Message="object via an input file."
L_HelpSet_008_0_Message=""
L_HelpSet_009_0_Message="Example: Modify a configuration property of WinRM:"
X_HelpSet_010_0_Message=" winrm set winrm/config @{MaxEnvelopeSizekb="100"}"
L_HelpSet_011_0_Message=""
L_HelpSet_012_0_Message="Example: Disable a listener on this machine:"
X_HelpSet_013_0_Message=" winrm set winrm/config/Listener?Address=*+Transport=HTTPS @{Enabled="false"}"
L_HelpSet_014_0_Message=""
L_HelpSet_018_0_Message="Example: Disable a certmapping entry on this machine:"
X_HelpSet_019_0_Message=" Winrm set winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=wmicimv2/* @{Enabled="false"}"
L_HelpSet_020_0_Message=""
L_HelpCreate_001_0_Message="winrm create RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpCreate_002_0_Message=" [@{KEY="VALUE"[;KEY="VALUE"]}]"
L_HelpCreate_003_0_Message=" [-file:VALUE]"
L_HelpCreate_004_0_Message=""
L_HelpCreate_005_0_Message="Spawns an instance of RESOURCE_URI using specified "
L_HelpCreate_006_0_Message="key-value pairs or input file."
L_HelpCreate_007_0_Message=""
L_HelpCreate_008_0_Message="Example: Create instance of HTTP Listener on IPv6 address:"
X_HelpCreate_009_0_Message=" winrm create winrm/config/Listener?Address=IP:3ffe:8311:ffff:f2c1::5e61+Transport=HTTP"
L_HelpCreate_010_0_Message=""
L_HelpCreate_011_0_Message="Example: Create instance of HTTPS Listener on all IPs:"
X_HelpCreate_012_0_Message=" winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="HOST";CertificateThumbprint="XXXXXXXXXX"}"
L_HelpCreate_013_0_Message="Note: XXXXXXXXXX represents a 40-digit hex string; see help config."
L_HelpCreate_014_0_Message=""
L_HelpCreate_015_0_Message="Example: Create a windows shell command instance from xml:"
X_HelpCreate_016_0_Message=" winrm create shell/cmd -file:shell.xml -remote:srv.corp.com"
L_HelpCreate_017_0_Message=""
L_HelpCreate_022_0_Message="Example: Create a CertMapping entry:"
X_HelpCreate_023_0_Message=" winrm create winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=wmicimv2/* @{UserName="USERNAME";Password="PASSWORD"} -remote:localhost"
L_HelpCreate_024_0_Message=""
L_HelpDelete_001_0_Message="winrm delete RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpDelete_002_0_Message=""
L_HelpDelete_003_0_Message="Removes an instance of RESOURCE_URI."
L_HelpDelete_004_0_Message=""
L_HelpDelete_005_0_Message="Example: delete the HTTP listener on this machine for given IP address:"
X_HelpDelete_006_0_Message=" winrm delete winrm/config/Listener?Address=IP:192.168.2.1+Transport=HTTP"
L_HelpDelete_007_0_Message=""
L_HelpDelete_008_0_Message="Example: delete a certmapping entry:"
X_HelpDelete_009_0_Message=" winrm delete winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=wmicimv2/*"
L_HelpDelete_010_0_Message=""
L_HelpEnum_001_0_Message="winrm enumerate RESOURCE_URI [-ReturnType:Value] [-Shallow]"
L_HelpEnum_001_1_Message=" [-BasePropertiesOnly] [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpEnum_002_0_Message=""
L_HelpEnum_003_0_Message="Lists instances of RESOURCE_URI."
L_HelpEnum_004_0_Message="Can limit the instances returned by using a filter and dialect if the "
L_HelpEnum_005_0_Message="resource supports these."
L_HelpEnum_006_0_Message=""
L_HelpEnum_006_1_Message="ReturnType"
L_HelpEnum_006_2_Message="----------"
L_HelpEnum_006_3_Message="returnType is an optional switch that determines the type of data returned."
L_HelpEnum_006_4_Message="Possible options are 'Object', 'EPR' and 'ObjectAndEPR'. Default is Object"
L_HelpEnum_006_5_Message="If Object is specified or if switch is omitted, then only the objects are"
L_HelpEnum_006_6_Message="returned."
L_HelpEnum_006_7_Message="If EPR is specified, then only the EPRs (End point reference) of the"
L_HelpEnum_006_8_Message="objects are returned. EPRs contain information about the resource URI and"
L_HelpEnum_006_9_Message="selectors for the instance."
L_HelpEnum_006_10_Message="If ObjectAndEPR is specified, then both the object and the associated EPRs"
L_HelpEnum_006_11_Message="are returned."
L_HelpEnum_006_12_Message=""
L_HelpEnum_006_13_Message="Shallow"
L_HelpEnum_006_14_Message="-------"
L_HelpEnum_006_15_Message="Enumerate only instances of the base class specified in the resource URI."
L_HelpEnum_006_16_Message="If this flag is not specified, instances of the base class specified in "
L_HelpEnum_006_17_Message="the resource URI and all its derived classes are returned."
L_HelpEnum_006_18_Message=""
L_HelpEnum_006_19_Message="BasePropertiesOnly"
L_HelpEnum_006_20_Message="------------------"
L_HelpEnum_006_21_Message="Includes only those properties that are part of the base class specified"
L_HelpEnum_006_22_Message="in the resource URI. When -Shallow is specified, this flag has no effect. "
L_HelpEnum_006_23_Message=""
L_HelpEnum_007_0_Message="Example: List all WinRM listeners on this machine:"
X_HelpEnum_008_0_Message=" winrm enumerate winrm/config/Listener"
L_HelpEnum_009_0_Message=""
L_HelpEnum_010_0_Message="Example: List all instances of Win32_Service class:"
X_HelpEnum_011_0_Message=" winrm enumerate wmicimv2/Win32_Service"
L_HelpEnum_012_0_Message=""
L_HelpEnum_016_0_Message="Example: List all shell instances on a machine:"
X_HelpEnum_017_0_Message=" winrm enum shell/cmd -remote:srv.corp.com"
L_HelpEnum_018_0_Message=""
L_HelpEnum_019_0_Message="Example: List resources accessible to the current user:"
X_HelpEnum_020_0_Message=" winrm enum winrm/config/resource"
L_HelpEnum_021_0_Message=""
L_HelpEnum_022_0_Message="Example: List all certmapping settings:"
X_HelpEnum_023_0_Message=" winrm enum winrm/config/service/certmapping"
L_HelpEnum_024_0_Message=""
L_HelpInvoke_001_0_Message="winrm invoke ACTION RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpInvoke_002_0_Message=" [@{KEY="VALUE"[;KEY="VALUE"]}]"
L_HelpInvoke_003_0_Message=" [-file:VALUE]"
L_HelpInvoke_004_0_Message=""
L_HelpInvoke_005_0_Message="Executes method specified by ACTION on target object specified by RESOURCE_URI"
L_HelpInvoke_006_0_Message="with parameters specified by key-value pairs."
L_HelpInvoke_007_0_Message=""
L_HelpInvoke_008_0_Message="Example: Call StartService method on Spooler service:"
X_HelpInvoke_009_0_Message=" winrm invoke StartService wmicimv2/Win32_Service?Name=spooler"
L_HelpInvoke_010_0_Message=""
L_HelpInvoke_011_0_Message="Example: Call StopService method on Spooler service using XML file:"
X_HelpInvoke_012_0_Message=" winrm invoke StopService wmicimv2/Win32_Service?Name=spooler -file:input.xml"
L_HelpInvoke_013_0_Message="Where input.xml:"
X_HelpInvoke_014_0_Message=""
L_HelpInvoke_015_0_Message=""
L_HelpInvoke_016_0_Message="Example: Call Create method of Win32_Process class with specified parameters:"
X_HelpInvoke_017_0_Message=" winrm invoke Create wmicimv2/Win32_Process @{CommandLine="notepad.exe";CurrentDirectory="C:\"}"
L_HelpInvoke_018_0_Message=""
L_HelpInvoke_019_0_Message="Example: Restore the default winrm configuration:"
L_HelpInvoke_019_1_Message="Note that this will not restore the default winrm plugin configuration:"
X_HelpInvoke_020_0_Message=" winrm invoke restore winrm/config @{}"
L_HelpInvoke_021_0_Message=""
L_HelpInvoke_022_0_Message="Example: Restore the default winrm plugin configuration:"
L_HelpInvoke_022_1_Message="Note that all external plugins will be unregistered during this operation:"
X_HelpInvoke_023_0_Message=" winrm invoke restore winrm/config/plugin @{}"
X_HelpIdentify_001_0_Message="winrm identify [-SWITCH:VALUE [-SWITCH:VALUE] ...]"
L_HelpIdentify_003_0_Message=""
L_HelpIdentify_004_0_Message="Issues an operation against a remote machine to see if the WS-Management "
L_HelpIdentify_005_0_Message="service is running. This operation must be run with the '-remote' switch."
L_HelpIdentify_006_0_Message="To run this operation unauthenticated against the remote machine use the"
L_HelpIdentify_007_0_Message="-auth:none"
L_HelpIdentify_008_0_Message=""
L_HelpIdentify_009_0_Message="Example: identify if WS-Management is running on www.example.com:"
X_HelpIdentify_010_0_Message=" winrm identify -remote:www.example.com"
X_HelpHelpMessaage_001_0_Message="winrm helpmsg errorcode"
X_HelpHelpMessaage_002_0_Message=""
X_HelpHelpMessaage_003_0_Message="Displays error message associate with the error code."
X_HelpHelpMessaage_004_0_Message="Example:"
X_HelpHelpMessaage_006_0_Message=" winrm helpmsg 0x5"
L_HelpAlias_001_0_Message="Aliasing allows shortcuts to be used in place of full Resource URIs."
L_HelpAlias_002_0_Message="Available aliases and the Resource URIs they substitute for are:"
L_HelpAlias_003_0_Message=""
X_HelpAlias_004_0_Message="wmi = http://schemas.microsoft.com/wbem/wsman/1/wmi"
X_HelpAlias_005_0_Message="wmicimv2 = http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2"
X_HelpAlias_006_0_Message="cimv2 = http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2"
X_HelpAlias_007_0_Message="winrm = http://schemas.microsoft.com/wbem/wsman/1"
X_HelpAlias_008_0_Message="wsman = http://schemas.microsoft.com/wbem/wsman/1"
X_HelpAlias_009_0_Message="shell = http://schemas.microsoft.com/wbem/wsman/1/windows/shell"
L_HelpAlias_010_0_Message=""
L_HelpAlias_011_0_Message="Example: using full Resource URI:"
L_HelpAlias_013_0_Message=""
L_HelpAlias_014_0_Message="Example: using alias:"
X_HelpAlias_015_0_Message=" winrm get wmicimv2/Win32_Service?Name=WinRM"
L_HelpUris_001_0_Message="Universal Resource Identifiers (URI) specify management resources to be"
L_HelpUris_002_0_Message="used for operations."
L_HelpUris_003_0_Message=""
L_HelpUris_004_0_Message="Selectors and values are passed after the URI in the form:"
X_HelpUris_005_0_Message=" RESOURCE_URI?NAME=VALUE[+NAME=VALUE]..."
L_HelpUris_006_0_Message=""
L_HelpUris_007_0_Message="URIs for all information in WMI are of the following form:"
X_HelpUris_008_0_Message=" WMI path = \\root\NAMESPACE[\NAMESPACE]\CLASS"
X_HelpUris_009_0_Message=" URI = http://schemas.microsoft.com/wbem/wsman/1/wmi/root/NAMESPACE[/NAMESPACE]/CLASS"
X_HelpUris_010_0_Message=" ALIAS = wmi/root/NAMESPACE[/NAMESPACE]/CLASS"
L_HelpUris_011_0_Message=""
L_HelpUris_012_0_Message="Example: Get information about WinRM service from WMI using single selector"
X_HelpUris_013_0_Message=" WMI path = \\root\cimv2\Win32_Service"
X_HelpUris_013_1_Message=" URI = http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_Service?Name=WinRM"
X_HelpUris_014_0_Message=" ALIAS = wmi/root/cimv2/Win32_Service?Name=WinRM"
L_HelpUris_015_0_Message=""
L_HelpUris_015_1_Message="When enumerating WMI instances using a WQL filter,"
L_HelpUris_015_2_Message="the CLASS must be "*" (star) and no selectors should be specified."
L_HelpUris_015_3_Message="Example:"
X_HelpUris_015_4_Message="URI = http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/*"
L_HelpUris_015_5_Message=""
L_HelpUris_015_6_Message="When accesing WMI singleton instances, no selectors should be specified."
L_HelpUris_015_7_Message="Example:"
X_HelpUris_015_8_Message="URI = http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_Service"
L_HelpUris_015_9_Message=""
L_HelpUris_016_0_Message="Note: Some parts of RESOURCE_URI may be case-sensitive. When using create or"
L_HelpUris_017_0_Message="invoke, the last part of the resource URI must match case-wise the top-level"
L_HelpUris_018_0_Message="element of the expected XML."
L_HelpConfig_001_0_Message="Configuration for WinRM is managed using the winrm command line or through GPO."
L_HelpConfig_002_0_Message="Configuration includes global configuration for both the client and service."
L_HelpConfig_003_0_Message=""
L_HelpConfig_004_0_Message="The WinRM service requires at least one listener to indicate the IP address(es)"
L_HelpConfig_005_0_Message="on which to accept WS-Management requests. For example, if the machine has "
L_HelpConfig_006_0_Message="multiple network cards, WinRM can be configured to only accept requests from"
L_HelpConfig_007_0_Message="one of the network cards."
L_HelpConfig_008_0_Message=""
L_HelpConfig_009_0_Message="Global configuration"
X_HelpConfig_010_0_Message=" winrm get winrm/config"
X_HelpConfig_011_0_Message=" winrm get winrm/config/client"
X_HelpConfig_012_0_Message=" winrm get winrm/config/service"
X_HelpConfig_012_1_Message=" winrm enumerate winrm/config/resource"
X_HelpConfig_012_2_Message=" winrm enumerate winrm/config/listener"
X_HelpConfig_012_3_Message=" winrm enumerate winrm/config/plugin"
X_HelpConfig_012_4_Message=" winrm enumerate winrm/config/service/certmapping"
L_HelpConfig_013_0_Message=""
L_HelpConfig_014_0_Message="Network listening requires one or more listeners. "
L_HelpConfig_015_0_Message="Listeners are identified by two selectors: Address and Transport."
L_HelpConfigAddress_001_0_Message="Address must be one of:"
L_HelpConfigAddress_002_0_Message=" * - Listen on all IPs on the machine "
L_HelpConfigAddress_003_0_Message=" IP:1.2.3.4 - Listen only on the specified IP address"
L_HelpConfigAddress_004_0_Message=" MAC:... - Listen only on IP address for the specified MAC"
L_HelpConfigAddress_005_0_Message=""
L_HelpConfigAddress_006_0_Message="Note: All listening is subject to the IPv4Filter and IPv6Filter under "
L_HelpConfigAddress_007_0_Message="config/service."
L_HelpConfigAddress_008_0_Message="Note: IP may be an IPv4 or IPv6 address."
L_HelpConfigTransport_001_0_Message="Transport must be one of:"
L_HelpConfigTransport_002_0_Message=" HTTP - Listen for requests on HTTP (default port is 5985)"
L_HelpConfigTransport_003_0_Message=" HTTPS - Listen for requests on HTTPS (default port is 5986)"
L_HelpConfigTransport_004_0_Message=""
L_HelpConfigTransport_005_0_Message="Note: HTTP traffic by default only allows messages encrypted with "
L_HelpConfigTransport_006_0_Message="the Negotiate or Kerberos SSP."
L_HelpConfigTransport_007_0_Message=""
L_HelpConfigTransport_008_0_Message=""
L_HelpConfigTransport_009_0_Message="When configuring HTTPS, the following properties are used:"
L_HelpConfigTransport_010_0_Message=" Hostname - Name of this machine; must match CN in certificate."
L_HelpConfigTransport_011_0_Message=" CertificateThumbprint - hexadecimal thumbprint of certificate appropriate for"
L_HelpConfigTransport_012_0_Message=" Server Authentication."
L_HelpConfigTransport_013_0_Message="Note: If only Hostname is supplied, WinRM will try to find an appropriate"
L_HelpConfigTransport_014_0_Message="certificate."
L_HelpConfigExamples_001_0_Message="Example: To listen for requests on HTTP on all IPs on the machine:"
X_HelpConfigExamples_002_0_Message=" winrm create winrm/config/listener?Address=*+Transport=HTTP"
L_HelpConfigExamples_003_0_Message=""
L_HelpConfigExamples_004_0_Message="Example: To disable a given listener"
X_HelpConfigExamples_005_0_Message=" winrm set winrm/config/listener?Address=IP:1.2.3.4+Transport=HTTP @{Enabled="false"}"
L_HelpConfigExamples_006_0_Message=""
L_HelpConfigExamples_007_0_Message="Example: To enable basic authentication on the client but not the service:"
X_HelpConfigExamples_008_0_Message=" winrm set winrm/config/client/auth @{Basic="true"}"
L_HelpConfigExamples_009_0_Message=""
L_HelpConfigExamples_010_0_Message="Example: To enable Negotiate for all workgroup machines."
X_HelpConfigExamples_011_0_Message=" winrm set winrm/config/client @{TrustedHosts=""}"
L_HelpConfigExamples_012_0_Message=""
L_HelpConfigExamples_013_0_Message="Example: To add an IPv4 and IPv6 host address to TrustedHosts."
X_HelpConfigExamples_014_0_Message=" winrm set winrm/config/client @{TrustedHosts="1.2.3.4,[1:2:3::8]"}"
L_HelpConfigExamples_015_0_Message=""
L_HelpConfigExamples_016_0_Message=" Note: Computers in the TrustedHosts list might not be authenticated"
L_HelpCertMapping_001_0_Message="Certificate mapping remote access to WinRM using client certificates is "
L_HelpCertMapping_002_0_Message="stored in the certificate mapping table identified by the "
L_HelpCertMapping_003_0_Message="following resource URI:"
L_HelpCertMapping_003_1_Message=""
L_HelpCertMapping_004_0_Message=" winrm/config/service/CertMapping"
L_HelpCertMapping_005_0_Message=""
L_HelpCertMapping_006_0_Message="Each entry in this table contains five properties:"
L_HelpCertMapping_007_0_Message=" Issuer - Thumbprint of the issuer certificate."
L_HelpCertMapping_008_0_Message=" Subject - Subject field of client certificate."
L_HelpCertMapping_009_0_Message=" URI - The URI or URI prefix for which this mapping applies."
L_HelpCertMapping_009_1_Message=" Username - Local username for processing the request."
L_HelpCertMapping_009_2_Message=" Password - Local password for processing the request."
L_HelpCertMapping_009_3_Message=" Enabled - Use in processing if true."
L_HelpCertMapping_010_0_Message=" "
L_HelpCertMapping_011_0_Message="For a client certificate to be applicable, the issuer certificate must be "
L_HelpCertMapping_012_0_Message="available locally and match the thumbprint in the entry Issuer property"
L_HelpCertMapping_012_1_Message=""
L_HelpCertMapping_012_2_Message="For a client certificate to be applicable, its DNS or Principal name "
L_HelpCertMapping_013_0_Message="(from the SubjectAlternativeName field) must match the Subject property."
L_HelpCertMapping_014_0_Message="The value can start with a '*' wildcard."
L_HelpCertMapping_014_1_Message="The URI identifies for which resources the indicated client certificates ."
L_HelpCertMapping_014_2_Message="should be mapped."
L_HelpCertMapping_014_3_Message="The value can end with a '*' wildcard."
L_HelpCertMapping_014_4_Message=""
L_HelpCertMapping_015_0_Message="If the client certificate matches the entry and it is enabled, the "
L_HelpCertMapping_016_0_Message="request is processed under the local account with the given username "
L_HelpCertMapping_017_0_Message="and password after ensuring that user has access to the resource as "
L_HelpCertMapping_018_0_Message="defined by the URI security table."
L_HelpCertMapping_019_0_Message=""
L_HelpCertMapping_020_0_Message="When creating a new entry or changing the password of an existing entry, "
L_HelpCertMapping_021_0_Message="the -r switch must be used since the WinRM service must store the password"
L_HelpCertMapping_022_0_Message="for future use."
L_HelpCertMappingExamples_001_0_Message="Example: To see the current CertMapping configuration"
X_HelpCertMappingExamples_002_0_Message=" winrm enumerate winrm/config/service/CertMapping"
L_HelpCertMappingExamples_003_0_Message="Example: Create a CertMapping entry:"
X_HelpCertMappingExamples_004_0_Message=" winrm create winrm/config/service/certmapping?Issuer=1212131238d84023982e381f20391a2935301923+Subject=*.example.com+URI=wmicimv2/* @{UserName="USERNAME";Password="PASSWORD"} -remote:localhost"
L_HelpCertMappingExamples_005_0_Message=""
L_HelpConfigsddl_000_1_Message=" winrm configsddl RESOURCE_URI"
L_HelpConfigsddl_001_0_Message=""
L_HelpConfigsddl_002_0_Message="Changes an existing entry in the plugin configuration to "
L_HelpConfigsddl_002_1_Message="control remote access to WinRM resources."
L_HelpConfigsddl_003_0_Message="This command will fail if the plugin does not exist."
L_HelpConfigsddl_004_0_Message=""
L_HelpConfigsddl_005_0_Message="This command will launch a GUI to edit the security settings."
L_HelpConfigsddl_005_1_Message=""
L_HelpConfigsddl_006_0_Message="RESOURCE_URI is always treated as a prefix."
L_HelpConfigsddl_010_0_Message=""
L_HelpConfigsddl_011_0_Message="To change the default security (the RootSDDL setting) use:"
X_HelpConfigsddl_012_0_Message=" winrm configsddl default"
X_HelpQuickConfig_001_0_Message="winrm quickconfig [-quiet] [-transport:VALUE] [-force]"
X_HelpQuickConfig_002_0_Message=""
L_HelpQuickConfig_003_0_Message="Performs configuration actions to enable this machine for remote management."
L_HelpQuickConfig_004_0_Message="Includes:"
L_HelpQuickConfig_005_0_Message=" 1. Start the WinRM service"
L_HelpQuickConfig_006_0_Message=" 2. Set the WinRM service type to auto start"
L_HelpQuickConfig_007_0_Message=" 3. Create a listener to accept request on any IP address"
L_HelpQuickConfig_008_0_Message=" 4. Enable firewall exception for WS-Management traffic (for http only)"
X_HelpQuickConfig_009_0_Message=""
X_HelpQuickConfig_010_0_Message="-q[uiet]"
X_HelpQuickConfig_010_1_Message="--------"
L_HelpQuickConfig_011_0_Message="If present, quickconfig will not prompt for confirmation."
X_HelpQuickConfig_012_0_Message="-transport:VALUE"
X_HelpQuickConfig_013_0_Message="----------------"
L_HelpQuickConfig_014_0_Message="Perform quickconfig for specific transport."
L_HelpQuickConfig_015_0_Message="Possible options are http and https. Defaults to http."
X_HelpQuickConfig_016_0_Message="-force"
X_HelpQuickConfig_017_0_Message="--------"
L_HelpQuickConfig_018_0_Message="If present, quickconfig will not prompt for confirmation, and will enable "
L_HelpQuickConfig_019_0_Message="the firewall exception regardless of current network profile settings."
L_HelpRemote_001_0_Message="winrm OPERATION -remote:VALUE [-unencrypted] [-usessl]"
L_HelpRemote_002_0_Message=""
L_HelpRemote_003_0_Message="-r[emote]:VALUE"
L_HelpRemote_004_0_Message="---------------"
L_HelpRemote_005_0_Message="Specifies identifier of remote endpoint/system. "
L_HelpRemote_006_0_Message="May be a simple host name or a complete URL."
L_HelpRemote_007_0_Message=""
L_HelpRemote_008_0_Message=" [TRANSPORT://]HOST[:PORT][/PREFIX]"
L_HelpRemote_009_0_Message=""
L_HelpRemote_010_0_Message="Transport: One of HTTP or HTTPS; default is HTTP."
L_HelpRemote_011_0_Message="Host: Can be in the form of a DNS name, NetBIOS name, or IP address."
L_HelpRemote_012_0_Message="Port: If port is not specified then the following default rules apply:"
L_HelpRemote_013_0_Message="Prefix: Defaults to wsman."
L_HelpRemote_014_0_Message=""
L_HelpRemote_015_0_Message="Note: IPv6 addresses must be enclosed in brackets."
L_HelpRemote_016_0_Message="Note: When using HTTPS, the machine name must match the server's certificate"
L_HelpRemote_017_0_Message=" common name (CN) unless -skipCNcheck is used."
L_HelpRemote_018_0_Message="Note: Defaults for port and prefix can be changed in the local configuration."
L_HelpRemoteExample_001_0_Message="Example: Connect to srv.corp.com via http:"
X_HelpRemoteExample_002_0_Message=" winrm get uri -r:srv.corp.com"
L_HelpRemoteExample_003_0_Message=""
L_HelpRemoteExample_004_0_Message="Example: Connect to local computer machine1 via https:"
X_HelpRemoteExample_005_0_Message=" winrm get uri -r:https://machine1"
L_HelpRemoteExample_006_0_Message=""
L_HelpRemoteExample_007_0_Message="Example: Connect to an IPv6 machine via http:"
X_HelpRemoteExample_008_0_Message=" winrm get uri -r:[1:2:3::8]"
L_HelpRemoteExample_009_0_Message=""
L_HelpRemoteExample_010_0_Message="Example: Connect to an IPv6 machine via https on a non-default port and URL:"
X_HelpRemoteExample_011_0_Message=" winrm get uri -r:https://[1:2:3::8]:444/path"
L_HelpRemoteUnencrypted_001_0_Message="-un[encrypted]"
L_HelpRemoteUnencrypted_002_0_Message="--------------"
L_HelpRemoteUnencrypted_003_0_Message="Specifies that no encryption will be used when doing remote operations over"
L_HelpRemoteUnencrypted_004_0_Message="HTTP. Unencrypted traffic is not allowed by default and must be enabled in"
L_HelpRemoteUnencrypted_005_0_Message="the local configuration."
L_HelpRemoteConfig_001_0_Message="To enable this machine to be remotely managed see:"
L_HelpAuth_001_0_Message="winrm OPERATION -remote:VALUE "
L_HelpAuth_002_0_Message=" [-authentication:VALUE] "
L_HelpAuth_003_0_Message=" [-username:USERNAME] "
L_HelpAuth_004_0_Message=" [-password:PASSWORD]"
L_HelpAuth_004_1_Message=" [-certificate:THUMBPRINT]"
L_HelpAuth_005_0_Message=""
L_HelpAuth_006_0_Message="When connecting remotely, you can specify which credentials and which"
L_HelpAuth_007_0_Message="authentication mechanisms to use. If none are specified the current "
L_HelpAuth_008_0_Message="logged-on user's credentials will be used."
L_HelpAuthAuth_001_0_Message="-a[uthentication]:VALUE"
L_HelpAuthAuth_002_0_Message="-----------------------"
L_HelpAuthAuth_003_0_Message="Specifies authentication mechanism used when communicating with remote machine."
L_HelpAuthAuth_004_0_Message="Possible options are None, Basic, Digest, Negotiate, Kerberos, CredSSP."
L_HelpAuthAuth_004_1_Message="Possible options are None, Basic, Digest, Negotiate, Kerberos."
L_HelpAuthAuth_005_0_Message="Examples:"
X_HelpAuthAuth_006_0_Message=" -a:None"
X_HelpAuthAuth_007_0_Message=" -a:Basic"
X_HelpAuthAuth_008_0_Message=" -a:Digest"
X_HelpAuthAuth_009_0_Message=" -a:Negotiate"
X_HelpAuthAuth_010_0_Message=" -a:Kerberos"
X_HelpAuthAuth_010_1_Message=" -a:Certificate"
X_HelpAuthAuth_010_2_Message=" -a:CredSSP"
L_HelpAuthAuth_011_0_Message="Note: If an authentication mechanism is not specified, Kerberos is used unless"
L_HelpAuthAuth_012_0_Message=" one of the conditions below is true, in which case Negotiate is used:"
L_HelpAuthAuth_013_0_Message=" -explicit credentials are supplied and the destination host is trusted"
L_HelpAuthAuth_013_1_Message=" -the destination host is "localhost", "127.0.0.1" or "[::1]""
L_HelpAuthAuth_013_2_Message=" -the client computer is in workgroup and the destination host is trusted"
L_HelpAuthAuth_014_0_Message="Note: Not all authentication mechanisms are enabled by default. Allowed"
L_HelpAuthAuth_015_0_Message=" authentication mechanisms can be controlled by local configuration "
L_HelpAuthAuth_016_0_Message=" or group policy."
L_HelpAuthAuth_017_0_Message="Note: Most operations will require an authentication mode other than None."
L_HelpAuthAuth_018_0_Message="Note: Certificate authentication can be used only with the HTTPS transport."
L_HelpAuthAuth_019_0_Message=" To configure an HTTPS listener for the WinRM service run the command:"
L_HelpAuthAuth_020_0_Message=" "winrm quickconfig -transport:HTTPS""
L_HelpAuthUsername_001_0_Message="-u[sername]:USERNAME"
L_HelpAuthUsername_002_0_Message="--------------------"
L_HelpAuthUsername_003_0_Message="Specifies username on remote machine. Cannot be used on local machine."
L_HelpAuthUsername_004_0_Message="User must be member of local Administrators group on remote machine."
L_HelpAuthUsername_005_0_Message="If the user account is a local account on the remote machine,"
L_HelpAuthUsername_006_0_Message="the syntax should be in the form -username:USERNAME"
L_HelpAuthUsername_007_0_Message="If the username is a domain account, the syntax should be in the form"
L_HelpAuthUsername_008_0_Message="-username:DOMAIN\USERNAME"
L_HelpAuthUsername_009_0_Message="If Basic or Digest is used, then -username is required."
L_HelpAuthUsername_010_0_Message="If Kerberos is used, then the current logged-on user's credentials"
L_HelpAuthUsername_011_0_Message="are used if -username is not supplied. Only domain credentials can"
L_HelpAuthUsername_011_1_Message="be used with Kerberos."
L_HelpAuthUsername_012_0_Message="If Negotiate is used, then -username is required unless"
L_HelpAuthUsername_013_0_Message="one of the conditions below is true:"
L_HelpAuthUsername_014_0_Message=" -the destination host is "localhost", "127.0.0.1" or "[::1]""
L_HelpAuthUsername_015_0_Message=" -the client computer is in workgroup and the destination host is trusted"
L_HelpAuthUsername_016_0_Message="If CredSSP is used, then username and password are required."
L_HelpAuthPassword_001_0_Message="-p[assword]:PASSWORD"
L_HelpAuthPassword_002_0_Message="--------------------"
L_HelpAuthPassword_003_0_Message="Specifies password on command line to override interactive prompt."
L_HelpAuthPassword_004_0_Message="Applies only if -username:USERNAME option is used."
L_HelpAuthCertificate_001_0_Message="-c[ertificate]:THUMBPRINT"
L_HelpAuthCertificate_002_0_Message="--------------------"
L_HelpAuthCertificate_003_0_Message="Specifies the thumbprint of a certificate that must exist in the local"
L_HelpAuthCertificate_004_0_Message="machine store or in the current user store. The certificate must be intended"
L_HelpAuthCertificate_005_0_Message="for client authentication."
L_HelpAuthCertificate_006_0_Message="Applies only if -a:Certificate is used."
L_HelpAuthCertificate_007_0_Message="THUMBPRINT can contain spaces, in which case it must be enclosed in"
L_HelpAuthCertificate_008_0_Message="double quotation marks."
L_HelpAuthCertificate_009_0_Message="Examples:"
L_HelpAuthCertificate_010_0_Message="-c:7b0cf48026409e38a2d6348761b1dd1271c4f86d"
L_HelpAuthCertificate_011_0_Message="-c:"7b 0c f4 80 26 40 9e 38 a2 d6 34 87 61 b1 dd 12 71 c4 f8 6d""
X_HelpProxy_001_0_Message="winrm OPERATION -remote:VALUE "
X_HelpProxy_002_0_Message=" [-proxyaccess:VALUE] "
X_HelpProxy_002_1_Message=" [-proxyauth:VALUE] "
X_HelpProxy_003_0_Message=" [-proxyusername:USERNAME] "
X_HelpProxy_004_0_Message=" [-proxypassword:PASSWORD]"
L_HelpProxy_005_0_Message=""
L_HelpProxy_006_0_Message="When connecting remotely, you can specify which proxy access type,"
L_HelpProxy_007_0_Message=" proxy credentials and proxy authentication mechanisms to use."
X_HelpProxyAccess_001_0_Message="-p[roxy]ac[cess]:VALUE"
L_HelpProxyAccess_002_0_Message="-----------------------"
L_HelpProxyAccess_003_0_Message="Specifies which proxy settings to retrieve when connecting to a remote machine."
L_HelpProxyAccess_004_0_Message="Possible options are ie_settings, winhttp_settings, auto_detect, no_proxy."
L_HelpProxyAccess_005_0_Message="Examples:"
X_HelpProxyAccess_006_0_Message=" -pac:ie_settings"
X_HelpProxyAccess_007_0_Message=" -pac:winhttp_settings"
X_HelpProxyAccess_008_0_Message=" -pac:auto_detect"
X_HelpProxyAccess_009_0_Message=" -pac:no_proxy"
L_HelpProxyAccess_010_0_Message=""
L_HelpProxyAccess_011_0_Message="The WSMan client provides four options for the configuration of proxy settings:"
L_HelpProxyAccess_012_0_Message=" -use settings configured through Internet Explorer (default)"
L_HelpProxyAccess_013_0_Message=" -use settings configured through WinHTTP"
L_HelpProxyAccess_014_0_Message=" -automatic proxy discovery"
L_HelpProxyAccess_015_0_Message=" -direct connection (don’t use a proxy)"
L_HelpProxyAuth_001_0_Message="-p[roxy]a[uth]:VALUE"
L_HelpProxyAuth_002_0_Message="-----------------------"
L_HelpProxyAuth_003_0_Message="Specifies authentication mechanism used to authenticate with a proxy."
L_HelpProxyAuth_004_0_Message="Possible options are Basic, Digest, Negotiate."
L_HelpProxyAuth_005_0_Message="Examples:"
X_HelpProxyAuth_007_0_Message=" -pa:Basic"
X_HelpProxyAuth_008_0_Message=" -pa:Digest"
X_HelpProxyAuth_009_0_Message=" -pa:Negotiate"
L_HelpProxyAuth_010_0_Message="If -proxyauth:VALUE is used then -proxyaccess:VALUE is required."
L_HelpProxyUsername_001_0_Message="-p[roxy]u[sername]:USERNAME"
L_HelpProxyUsername_002_0_Message="--------------------"
L_HelpProxyUsername_003_0_Message="Specifies username to authenticate with proxy. Cannot be used on local machine."
L_HelpProxyUsername_005_0_Message="If the user account is a local account on the remote machine,"
L_HelpProxyUsername_006_0_Message="the syntax should be in the form -proxyusername:USERNAME"
L_HelpProxyUsername_007_0_Message="If the username is a domain account, the syntax should be in the form"
L_HelpProxyUsername_008_0_Message="-proxyusername:DOMAIN\USERNAME"
L_HelpProxyUsername_009_0_Message="If -proxyusername is used then -proxyauth:VALUE is required."
L_HelpProxyPassword_001_0_Message="-p[roxy]p[assword]:PASSWORD"
L_HelpProxyPassword_002_0_Message="--------------------"
L_HelpProxyPassword_003_0_Message="Specifies password on command line to override interactive prompt."
L_HelpProxyPassword_004_0_Message="Applies only if -proxyusername:USERNAME option is used."
L_HelpInput_001_0_Message="Input can be by either providing key/value pairs directly on the command line"
L_HelpInput_002_0_Message="or reading XML from a file."
L_HelpInput_003_0_Message=""
L_HelpInput_004_0_Message=" winrm OPERATION -file:VALUE "
L_HelpInput_005_0_Message=" winrm OPERATION @{KEY="VALUE"[;KEY="VALUE"]}"
L_HelpInput_006_0_Message=""
L_HelpInput_007_0_Message="Applies to set, create, and invoke operations."
L_HelpInput_008_0_Message="Use either @{KEY=VALUE} or input from an XML file, but not both."
L_HelpInput_009_0_Message=""
L_HelpInput_010_0_Message="-file:VALUE"
L_HelpInput_011_0_Message="-----------"
L_HelpInput_012_0_Message="Specifies name of file used as input."
L_HelpInput_013_0_Message="VALUE can be absolute path, relative path, or filename without path."
L_HelpInput_014_0_Message="Names or paths that include spaces must be enclosed in quotation marks."
L_HelpInput_015_0_Message=""
L_HelpInput_016_0_Message="@{KEY="VALUE"[;KEY="VALUE"]}"
L_HelpInput_017_0_Message="----------------------------"
L_HelpInput_018_0_Message="Keys are not unique."
L_HelpInput_019_0_Message="Values must be within quotation marks."
L_HelpInput_020_0_Message="$null is a special value."
L_HelpInput_021_0_Message=""
L_HelpInput_022_0_Message="Examples:"
X_HelpInput_023_0_Message=" @{key1="value1";key2="value2"}"
X_HelpInput_024_0_Message=" @{key1=$null;key2="value2"}"
L_HelpFilter_001_0_Message="Filters allow selecting a subset of the desired resources:"
X_HelpFilter_002_0_Message=""
X_HelpFilter_003_0_Message="winrm enumerate RESOURCE_URI -filter:EXPR [-dialect:URI] [-Associations]..."
X_HelpFilter_004_0_Message=""
L_HelpFilter_005_0_Message="-filter:EXPR"
X_HelpFilter_006_0_Message="------------"
L_HelpFilter_007_0_Message="Filter expression for enumeration."
X_HelpFilter_008_0_Message=""
L_HelpFilter_009_0_Message="-dialect:URI"
X_HelpFilter_010_0_Message="------------"
L_HelpFilter_011_0_Message="Dialect of the filter expression for enumeration."
L_HelpFilter_012_0_Message="This may be any dialect supported by the remote service. "
X_HelpFilter_013_0_Message=""
L_HelpFilter_014_0_Message="The following aliases can be used for the dialect URI:"
X_HelpFilter_015_0_Message="* WQL - http://schemas.microsoft.com/wbem/wsman/1/WQL"
X_HelpFilter_016_0_Message="* Selector - http://schemas.dmtf.org/wbem/wsman/1/wsman/SelectorFilter"
X_HelpFilter_016_1_Message="* Association - http://schemas.dmtf.org/wbem/wsman/1/cimbinding/AssociationFilter"
X_HelpFilter_017_0_Message=""
L_HelpFilter_018_0_Message="The dialect URI defaults to WQL when used with enumeration."
X_HelpFilter_019_0_Message=""
L_HelpFilter_019_1_Message="-Associations"
L_HelpFilter_019_2_Message="------------"
X_HelpFilter_019_3_Message="This parameter has relevance only when the Dialect parameter exists, and its value is specified as Association. Otherwise this parameter should not be used."
X_HelpFilter_019_4_Message="This indicates retrieval of Association Instances rather than Associated Instances. Absence of this parameter would imply Associated Instances are to be retrieved."
X_HelpFilter_019_5_Message=""
L_HelpFilter_020_0_Message="Example: Find running services"
X_HelpFilter_021_0_Message=" winrm e wmicimv2/Win32_Service -dialect:selector -filter:{State="Running"}"
X_HelpFilter_022_0_Message=""
L_HelpFilter_023_0_Message="Example: Find auto start services that are not running"
X_HelpFilter_024_0_Message=" winrm e wmicimv2/* -filter:"select * from Win32_Service where State!='Running' and StartMode='Auto'""
L_HelpFilter_025_0_Message=""
L_HelpFilter_026_0_Message="Example: Find the services on which winrm service has a dependency"
X_HelpFilter_027_0_Message=" winrm e wmicimv2/* -dialect:Association -filter:{Object=Win32_Service?Name=WinRM;AssociationClassName=Win32_DependentService;ResultClassName=win32_service;ResultRole=antecedent;Role=dependent}"
L_HelpSwitchTimeout_001_0_Message="-timeout:MS"
L_HelpSwitchTimeout_002_0_Message="-----------"
L_HelpSwitchTimeout_003_0_Message="Timeout in milliseconds. Limits duration of corresponding operation."
L_HelpSwitchTimeout_004_0_Message="Default timeout can be configured by:"
X_HelpSwitchTimeout_005_0_Message=" winrm set winrm/config @{MaxTimeoutms="XXXXXX"}"
L_HelpSwitchTimeout_006_0_Message="Where XXXXXX is an integer indicating milliseconds."
X_HelpSwitchSkipCACheck_001_0_Message="-skipCAcheck"
L_HelpSwitchSkipCACheck_002_0_Message="------------"
L_HelpSwitchSkipCACheck_003_0_Message="Specifies that certificate issuer need not be a trusted root authority."
L_HelpSwitchSkipCACheck_004_0_Message="Used only in remote operations using HTTPS (see -remote option)."
L_HelpSwitchSkipCACheck_005_0_Message="This option should be used only for trusted machines."
X_HelpSwitchSkipCNCheck_001_0_Message="-skipCNcheck"
L_HelpSwitchSkipCNCheck_002_0_Message="------------"
L_HelpSwitchSkipCNCheck_003_0_Message="Specifies that certificate common name (CN) of the server need not match the"
L_HelpSwitchSkipCNCheck_004_0_Message="hostname of the server. "
L_HelpSwitchSkipCNCheck_005_0_Message="Used only in remote operations using HTTPS (see -remote option)."
L_HelpSwitchSkipCNCheck_006_0_Message="This option should be used only for trusted machines."
X_HelpSwitchSkipRevCheck_001_0_Message="-skipRevocationcheck"
X_HelpSwitchSkipRevCheck_002_0_Message="-------------------"
L_HelpSwitchSkipRevCheck_003_0_Message="Specifies that the revocation status of the server certificate is not checked."
L_HelpSwitchSkipRevCheck_004_0_Message="Used only in remote operations using HTTPS (see -remote option)."
L_HelpSwitchSkipRevCheck_005_0_Message="This option should be used only for trusted machines."
X_HelpSwitchDefaultCreds_001_0_Message="-defaultCreds"
X_HelpSwitchDefaultCreds_002_0_Message="-------------------"
L_HelpSwitchDefaultCreds_003_0_Message="Specifies that the implicit credentials are allowed when Negotiate is used."
L_HelpSwitchDefaultCreds_004_0_Message="Allowed only in remote operations using HTTPS (see -remote option)."
L_HelpSwitchDialect_001_0_Message="-dialect:VALUE"
L_HelpSwitchDialect_002_0_Message="--------------"
L_HelpSwitchDialect_003_0_Message="Dialect of the filter expression for enumeration or fragment."
L_HelpSwitchDialect_004_0_Message="Example: Use a WQL query"
X_HelpSwitchDialect_005_0_Message=" -dialect:http://schemas.microsoft.com/wbem/wsman/1/WQL"
L_HelpSwitchDialect_006_0_Message="Example: Use XPATH for filtering with enumeration or fragment get/set."
X_HelpSwitchDialect_007_0_Message=" -dialect:http://www.w3.org/TR/1999/REC-xpath-19991116"
L_HelpSwitchFragment_001_0_Message="-fragment:VALUE"
L_HelpSwitchFragment_002_0_Message="---------------"
L_HelpSwitchFragment_003_0_Message="Specify a section inside the instance XML that is to be updated or retrieved"
L_HelpSwitchFragment_004_0_Message="for the given operation."
L_HelpSwitchFragment_005_0_Message="Example: Get the status of the spooler service"
X_HelpSwitchFragment_006_0_Message=" winrm get wmicimv2/Win32_Service?name=spooler -fragment:Status/text()"
L_HelpSwitchOption_001_0_Message="-options:{KEY="VALUE"[;KEY="VALUE"]}"
L_HelpSwitchOption_002_0_Message="------------------------------------"
L_HelpSwitchOption_003_0_Message="Key/value pairs for provider-specific options."
L_HelpSwitchOption_004_0_Message="To specify NULL as a value, use $null"
L_HelpSwitchOption_005_0_Message=""
L_HelpSwitchOption_006_0_Message="Examples:"
X_HelpSwitchOption_007_0_Message=" -options:{key1="value1";key2="value2"}"
X_HelpSwitchOption_008_0_Message=" -options:{key1=$null;key2="value2"}"
X_HelpSwitchSPNPort_001_0_Message="-SPNPort"
L_HelpSwitchSPNPort_002_0_Message="--------"
L_HelpSwitchSPNPort_003_0_Message="Appends port number to the Service Principal Name (SPN) of the remote server."
L_HelpSwitchSPNPort_004_0_Message="Service principal name is used when Negotiate or Kerberos authentication"
L_HelpSwitchSPNPort_005_0_Message="mechanism is in use."
L_HelpSwitchEncoding_001_0_Message="-encoding:VALUE"
L_HelpSwitchEncoding_002_0_Message="---------------"
L_HelpSwitchEncoding_003_0_Message="Specifies encoding type when talking to remote machine (see -remote"
L_HelpSwitchEncoding_004_0_Message="option). Possible options are "utf-8" and "utf-16"."
L_HelpSwitchEncoding_005_0_Message="Default is utf-8."
L_HelpSwitchEncoding_006_0_Message="Examples:"
X_HelpSwitchEncoding_007_0_Message=" -encoding:utf-8"
X_HelpSwitchEncoding_008_0_Message=" -encoding:utf-16"
L_HelpSwitchFormat_001_0_Message="-f[ormat]:FORMAT"
L_HelpSwitchFormat_002_0_Message="----------------"
L_HelpSwitchFormat_003_0_Message="Specifies format of output."
L_HelpSwitchFormat_004_0_Message="FORMAT can be "xml", "pretty" (better formatted XML), or "text"."
L_HelpSwitchFormat_005_0_Message="Examples:"
X_HelpSwitchFormat_006_0_Message=" -format:xml"
X_HelpSwitchFormat_007_0_Message=" -format:pretty"
X_HelpSwitchFormat_008_0_Message=" -format:text"
L_HelpRemoteUseSsl_001_0_Message="-[use]ssl"
L_HelpRemoteUseSsl_002_0_Message="---------"
L_HelpRemoteUseSsl_003_0_Message="Specifies that an SSL connection will be used when doing remote operations."
L_HelpRemoteUseSsl_004_0_Message="The transport in the remote option should not be specified. "
L_HelpRemote_012_1_Message=" * If transport is specified to HTTP then port 80 is used."
L_HelpRemote_012_2_Message=" * If transport is specified to HTTPS then port 443 is used."
L_HelpRemote_012_3_Message=" * If transport is not specified and -usessl is not specified then port"
L_HelpRemote_012_4_Message=" 5985 is used for an HTTP connection."
L_HelpRemote_012_5_Message=" * If transport is not specified and -usessl is specified then port 5986"
L_HelpRemote_012_6_Message=" is used for an HTTPS connection."