Get-EmcReplicationService

Gets the list of replication services. The replication service is the primary object for managing replication clusters, sites, and systems.

 

Syntax

Get-EmcReplicationService [[-ID] <String>] [-Silent] [<CommonParameters>]

 

Parameters

-ID <String>

Attributes: Optional, Position: 1

Specifies the friendly name, service name, or global ID of the replication service. Wildcards are permitted.

 

-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>$service = Get-EmcReplicationService -ID *60*

This example gets a replication service for a specified ID.