Share via


NewWSManSessionOptionCommand.SkipCACheck Property

Definition

The following is the definition of the input parameter "SkipCACheck". When connecting over HTTPS, the client does not validate that the server certificate is signed by a trusted certificate authority (CA). Use only when the remote computer is trusted by other means, for example, if the remote computer is part of a network that is physically secure and isolated or the remote computer is listed as a trusted host in WinRM configuration.

[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter SkipCACheck { get; set; }
[<System.Management.Automation.Parameter>]
member this.SkipCACheck : System.Management.Automation.SwitchParameter with get, set
Public Property SkipCACheck As SwitchParameter

Property Value

Attributes

Applies to