--- title: "Set-VBRVCenterName" description: "Modifies VMware vCenter name. Platform: VMware Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet modifies VMware vCenter name by adding the old postfix to its original name." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrvcentername.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam VM Migrator > Set-VBRVCenterName" dateModified: "2026-08-19" --- # Set-VBRVCenterName ## Short Description Modifies VMware vCenter name. **Platform**: VMware **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Set-VBRVCenterName -OldVCenterName [] ``` ## Detailed Description This cmdlet modifies VMware vCenter name by adding the old postfix to its original name. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

OldVCenterName

Specifies an old VMware vCenter name you want to modify.

String

True

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). ## Examples ::: example ### Modifying VMware vCenter Name This example shows how to modify the name of `vcenter70` VMware vCenter. ``` Set-VBRVCenterName -OldVCenterName "vcenter70" ``` :::