Set-VBRVmBiosUuid
Short Description
Collects MORef IDs.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRVmBiosUuid -VCenterName <String> [<CommonParameters>] |
Detailed Description
This cmdlet modifies the BIOS UUIDs of existing VM entries within the Veeam Backup & Replication configuration database based on information from the specified vCenter.
BIOS UUIDs will not be modified if they are already up to date.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
|---|---|---|---|---|---|
VCenterName | Specifies VMware vCenter name which VMs MORef IDs you want to collect. | String | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns VMs MORef IDs of the specified VMware vCenter.
Examples
Collecting VMs MORef IDs
This example shows how to collect MORef IDs of VMs stored in VMware vCenter named vcenter70.
Set-VBRVmBiosUuid -VCenterName "vcenter70" |