Get-VBRComputerRecoveryToken
Short Description
Returns tokens for bare-metal recovery.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRComputerRecoveryToken [<CommonParameters>]
-
NameGet-VBRComputerRecoveryToken [-Name <String[]>] [<CommonParameters>]
-
FriendlyNameGet-VBRComputerRecoveryToken [-FriendlyName <String[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns tokens that you can use to perform bare-metal recovery.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FriendlyName |
Specifies an array of token friendly names. The cmdlet will return tokens with these friendly names. |
|
False |
Named |
False |
|
Name |
Specifies an array of token names. The cmdlet will return tokens with these names. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRComputerRecoveryToken object that contains tokens for bare-metal recovery.
Examples
Getting Token for Bare-Metal Recovery
This command returns all tokens added to the backup infrastructure.
|
Get-VBRComputerRecoveryToken |