--- title: "Get-VBRComputerRecoveryToken" description: "Returns tokens for bare-metal recovery. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: AllParameterSets (Default) Name FriendlyName This cmdlet returns tokens that yo" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcomputerrecoverytoken.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Agent Management > Restoring Data from Veeam Agent Backups > Working with Tokens > Get-VBRComputerRecoveryToken" dateModified: "2026-08-19" --- # 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: ## 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.

String[]

False

Named

False

Name

Specifies an array of token names. The cmdlet will return tokens with these names.

String[]

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object This cmdlet returns the `VBRComputerRecoveryToken` object that contains tokens for bare-metal recovery. ## Examples ::: example ### Getting Token for Bare-Metal Recovery This command returns all tokens added to the backup infrastructure. ``` Get-VBRComputerRecoveryToken ``` :::