Get-EmcReplicationServiceCredential

Gets the encrypted connection string or BLOB. You can use this cmdlet along with the Connect-EmcSystem cmdlet to connect or add replication services to ESI.

 

Syntax

Get-EmcReplicationServiceCredential [-Silent] [<CommonParameters>]

 

Parameters

-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>$blob = Get-EmcReplicationServiceCredential

C:\PS>$service = Connect-EmcSystem -CreationBlob $blob

This example gets credentials from the user and uses the credentials to connect to a replication service.