Get-EmcPublisherSupportedSystem

Gets all of the system types that are available for registration with the specified ESI service.

 

Syntax

Get-EmcPublisherSupportedSystem [-ServiceUrl <String>] -ServiceName <String> [-Silent] [<CommonParameters>]

 

Parameters

ServiceUrl <String>

Attributes: Optional, Position: named

Specifies the base URL for the service instance on which to issue the request. This must contain only the scheme, host, and port. If no value is specified, ESI uses the default of localhost or the value set by using the Set-EmcServiceUrl cmdlet.

 

-ServiceName <String>

Attributes: Required, Position: named

Specifies which service for which 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. 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-EmcPublisherSupportedSystem -ServiceName esiservice

CLARiiON-CX4

VMAX

VNX

VNX-Block

VNX-CIFS

This example gets the list of systems supported by the ESI service.