Get-EmcStorageRegisteredInitiator

Gets the list of host initiators that are registered on the storage systems. This cmdlet is not supported for VMAX storage systems.

 

Syntax

Get-EmcStorageRegisteredInitiatorId [[-ID] <String>] [-StorageSystem <IRequireRemoteHostRegistration>] [-Silent] [<CommonParameters>]

 

Parameters

-ID <String>

Attributes: Optional, Position: 1

Specifies the host name or IP address. Wildcards are permitted. It is a positional parameter (position = 1).

 

-StorageSystem <IRequireRemoteHostRegistration>

Attributes: Optional, Position: named

Specifies the storage system.

 

-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>$ss = Get-EmcStorageSystem storage01

C:\PS>Get-EmcStorageRegisteredInitiator -StorageSystem $ss

This example gets the registered initiators for a specified storage system.

 

-------------- Example 2 --------------

C:\PS>Get-EmcStorageRegisteredInitiator

This example gets the registered initiators for all storage systems.