Add-VBRHvHost
Short Description
Adds Hyper-V hosts to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-VBRHvHost -Name <String> -User <String> -Password <String> [-Description <String>] [<CommonParameters>]
-
CredentialsAdd-VBRHvHost -Name <String> [-Description <String>] -Credentials <CCredentials> [<CommonParameters>]
-
UseCertificateAdd-VBRHvHost -Name <String> [-Description <String>] [-UseCertificate] [<CommonParameters>]
Detailed Description
This cmdlet adds a Hyper-V host to the backup infrastructure.
If a Hyper-V host is part of a cluster, add the Hyper-V cluster instead of standalone Hyper-V host.
Run the Add-VBRHvClusterAdds a Hyper-V cluster to the backup infrastructure. cmdlet to add a Hyper-V cluster.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the Hyper-V host.
Accepts the |
|
True |
Named |
False |
|
Description |
Specifies the description of the Hyper-V host. |
|
False |
Named |
False |
|
Name |
Specifies the DNS name of the Hyper-V host. |
|
True |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the Hyper-V host. |
|
True |
Named |
False |
|
UseCertificate |
Defines that the cmdlet will use certificate-based authentication to authenticate with the Hyper-V host. This authentication method requires Veeam Deployment Kit pre-installed on the target Hyper-V host. |
|
True |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the Hyper-V host. |
|
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 hosts added to the backup infrastructure.
Examples
Example 1. Adding New Hyper-V Host Using User Name and Password
|
This command adds a new Hyper-V host named
|
Example 2. Adding New Hyper-V Host Using Credentials
|
This example shows how to add a new Hyper-V host named
Perform the following steps:
|
Example 3. Adding New Hyper-V Host Using Certificate-Based Authentication
|
This example shows how to add a new Hyper-V host named
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.