NewWSManInstanceCommand.UseSSL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The following is the definition of the input parameter "UseSSL". Uses the Secure Sockets Layer (SSL) protocol to establish a connection to the remote computer. If SSL is not available on the port specified by the Port parameter, the command fails.
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
public System.Management.Automation.SwitchParameter UseSSL { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
member this.UseSSL : System.Management.Automation.SwitchParameter with get, set
Public Property UseSSL As SwitchParameter
Property Value
- Attributes