Get-EmcHyperVSystemCredential

Gets the credentials for Microsoft Hyper-V to connect ESI.

 

Syntax

Get-EmcHyperVSystemCredential [-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-EmcHyperVSystemCredential

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

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

This example returns the creation BLOB, which is used to connect or add Microsoft Hyper-V systems to ESI.