Get-EmcExchangeSystemCredential

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

 

Syntax

Get-EmcExchangeSystemCredential [-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>$exBlob = Get-EmcExchangeSystemCredential

C:\PS>$s = $exBlob | Connect-EmcSystem

 

C:\PS>$s = Connect-EmcSystem -CreationBlob $exBlob

In this example, the Get-EmcExchangeSystemCredential cmdlet returns the creation BLOB, which is used to connect or add the Microsoft Exchange system or forest to ESI.