Get-EmcPublisherEndpointOptions

Gets the current options used to connect to the specified ESI service.

 

Syntax

Get-EmcPublisherEndpointOptions -ServiceName <String> [-Silent] [<CommonParameters>]

 

Parameters

-ServiceName <String>

Attributes: Required, Position: named

Specifies which service to use to publish the systems. The values can be esiservice (for ESI Service) or esiexchangemonitorservice (for ESI Exchange HA Extension).

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. 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-EmcPublisherEndpointOptions -ServiceName esiservice

 

ServiceURL                                                                ValidateServerCertificate

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

https://localhost:54501                                                                       False

This example gets the web connection options for the ESI Service.