Enable-EMCServerCertificateValidation (ESI Service)

Enables the server certificate validation when using SSL to communicate with the ESI Service.

 

Syntax

Enable-EmcServerCertificateValidation [-Silent] [<CommonParameters>]

 

Description

The ESI Service commands can be configured to use a secured channel (SSL) when connecting to the ESI Service by specifying an https URL in the Set-EmcServiceUrl cmdlet or via the ServiceURL parameter. This command enables the validation of the server certificate as part of establishing the SSL connection.

 

Parameters

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Examples

-------------- Example 1 --------------

C:\PS>Enable-EmcServerCertificateValidation  

This example enables the server SSL certificate validation for the ESI Service.