Set-VBRHvCluster
Short Description
Modifies settings of a Hyper-V cluster.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Credentials (Default)Set-VBRHvCluster -Server <CHost> [-Description <String>] [-Credentials <CCredentials>] [<CommonParameters>]
-
AddCredentialsSet-VBRHvCluster -Server <CHost> [-User <String>] [-Password <String>] [-Description <String>] [<CommonParameters>]
Detailed Description
Modifies settings of a Hyper-V cluster.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
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 |
|
False |
Named |
False |
|
Description |
Specifies the description of the Hyper-V cluster. |
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the Hyper-V cluster. |
|
False |
Named |
False |
|
Server |
Specifies a Hyper-V cluster which settings you want to modify.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
User |
Specifies the user name you want to use for authenticating with the Hyper-V cluster. |
|
False |
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. Modifying Password of Hyper-V Cluster
|
This example shows how to change the password of the account used to add the
Perform the following steps:
|
Example 2. Modifying Credentials of Hyper-V Cluster
|
This example shows how modify credentials of the
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.Get-VBRServerReturns hosts connected to the backup infrastructure.