Get-EmcXenServerSystemCredential

Gets a credential for a XenServer system.

 

Syntax

Get-XenServerSystemCredential [-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>$sBlob = Get-EmcXenServerSystemCredential

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

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

This example uses the Get-EmcXenServerSystemCredential cmdlet to return the creation BLOB, which is used to connect or add a XenServer system to ESI.