Get-EmcServiceConnectionOptions (ESI Service)

Gets the current options for connecting to the ESI Service.

 

Syntax

Get-EmcServiceConnectionOptions [-Silent] [<CommonParameters>]

 

Description

Returns the current Service URL and other options for the ESI Service 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>Get-EmcServiceConnectionOptions

 

ServiceURL                                                                ValidateServerCertificate

---------------------------------------------------------------------------------------------------

https://localhost:54501                                                                       False

This example gets the current options for connecting to the ESI Service.