Add-VBRHvCluster
Short Description
Adds a Hyper-V cluster to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-VBRHvCluster -Name <String> -User <String> -Password <String> [-Description <String>] [<CommonParameters>]
-
CredentialsAdd-VBRHvCluster -Name <String> [-Description <String>] -Credentials <CCredentials> [<CommonParameters>]
Detailed Description
This cmdlet adds Hyper-V clusters to the backup infrastructure.
Run the Add-VBRHvHostAdds Hyper-V hosts to the backup infrastructure. cmdlet to add a standalone Hyper-V host to the backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the Hyper-V cluster.
Accepts the |
|
True |
Named |
False |
|
Description |
Specifies the description of the Hyper-V cluster. |
|
False |
Named |
False |
|
Name |
Specifies the DNS name of the Hyper-V cluster. |
|
True |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the Hyper-V cluster. |
|
True |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the Hyper-V cluster. |
|
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 the CHost object that contains settings of the Hyper-V clusters added to the backup infrastructure.
Examples
Example 1. Adding Hyper-V Cluster Using Account User Name and Password
|
This command adds the
|
Example 2. Adding Hyper-V Cluster Using Credentials Managed by Veeam Backup & Replication
|
This example shows how to add the
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.