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