Share via


NewPSSessionOptionCommand.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.

public:
 property System::Management::Automation::SwitchParameter SkipCACheck { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter SkipCACheck { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter SkipCACheck { get; set; }
member this.SkipCACheck : System.Management.Automation.SwitchParameter with 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