Syntax
Get-EmcPublisherConnectionInfo [-ServiceUrl <String>] -ServiceName <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.
-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-EmcPublisherConnectionInfo -ServiceName esiservice
FriendlyName : My VMAX
SystemType : VMAX
EntityId : f66a10a9c404f98432310499e21218891741dd69
LastSyncTimeUTC : 10/18/2012 9:30:13 PM
ElapsedMilliSeconds : 126062
NumEntities : 758
Properties : {SerialNumber=000194900376, Host=10.5.222.240, Port=5988, UseSSL=False...}
FriendlyName : My Celerra
SystemType : VNX-CIFS
EntityId : ad43421b21f152714874aad685677c7ef9b3e470
LastSyncTimeUTC : 10/18/2012 9:28:43 PM
ElapsedMilliSeconds : 35637
NumEntities : 164
Properties : {Username=nasadmin, Password=*****, ControlStationIPAddress=10.5.223.240, Con
trolStationPort=443...}
This example lists all of the storage systems that are registered or published to the ESI Service.
---------- Example 2 ----------
C:\PS>Get-EmcPublisherConnectionInfo -ServiceName esiexchangemonitorservice
FriendlyName : My VMAX
SystemType : VMAX
EntityId : 000194900376
LastSyncTimeUTC :
ElapsedMilliSeconds :
NumEntities : 0
Properties : {SerialNumber=000194900376, Host=10.5.222.240, Port=5988, UseSSL=False...}
FriendlyName : My Celerra
SystemType : VNX-CIFS
EntityId : APM00113902390
LastSyncTimeUTC :
ElapsedMilliSeconds :
NumEntities : 0
Properties : {Username=nasadmin, Password=*****, ControlStationIPAddress=10.5.223.240, Con
trolStationPort=443...}
This example lists all of the storage and replication systems that are registered or published to the ESI Exchange HA Extension.