Get-EmcSystemType (ESI Service)

Lists all system types that are available for registration with the ESI Service.

 

Syntax

Get-EmcSystemType [-ServiceUrl <String>] [-Silent] [<CommonParameters>]

 

Parameters

-ServiceUrl <String>

Attributes: Optional, Position: named

Specifies the base URL for the ESI Service. 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.

 

-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>PS C:\Work> Get-EmcSystemType

 

SystemType                                            ProviderType Properties

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

VNX-CIFS                                                   Storage {Username, Password, ControlS...

CLARiiON-CX4                                               Storage {Username, Password, SpaIpAdd...

VNX-Block                                                  Storage {Username, Password, SpaIpAdd...

VMAX                                                       Storage {SerialNumber, Host, Port, Us...

VNX                                                        Storage {Block-Username, Block-Passwo...

This example lists all the system types that are available for registration with the ESI Service.