Set-HyperFlexHost
Short Description
Modifies Cisco HyperFlex storage settings.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-HyperFlexHost -Host <CCiscoHxHost> [-Name <String>] [-Description <String>] [-UserName <String>] [-Password <String>] [-Credentials <CInternalCredentials>] [-Proxy <IProxy[]>] [-SkipRescan] [-Force] [-EnableProxyAutoSelection] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of Cisco HyperFlex storage systems.
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 storage.
Accepts the |
|
False |
Named |
False |
|
Description |
Specifies the description of the storage. |
|
False |
Named |
False |
|
EnableProxyAutoSelection |
Enables automatic proxy selection. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add a Cisco HyperFlex without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Host |
Specifies the storage you want to modify.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies the name of the storage. |
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the storage. |
|
False |
Named |
False |
|
Proxy |
Specifies the array of proxies you want to use to work with this storage.
Accepts the |
|
False |
Named |
False |
|
SkipRescan |
Defines that the cmdlet will not start the storage rescan automatically after you add storage systems to the backup infrastructure. |
|
False |
Named |
False |
|
UserName |
Specifies the user name that you want to use for authenticating with the storage. |
|
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 CCiscoHxHost object that defines settings of the HyperFlex storage systems added to the backup infrastructure.
Examples
Modifying Cisco HyperFlex Storage Systems Credentials
This example shows how to modify Cisco HyperFlex credentials.
|
$host = Get-HyperFlexHost $creds = Get-VBRCredentials Set-HyperFlexHost -Host $host -Credentials $creds |
Perform the following steps:
- Run the
Get-HyperFlexHostcmdlet. Save the result to the$hostvariable. - Run the
Get-VBRCredentialscmdlet. Save the result to the$credsvariable. - Run the
Set-HyperFlexHostcmdlet. Set the$hostvariable as theHostparameter value. Set the$credsvariable as theCredentialsparameter value.
Related Commands
Get-HyperFlexHostReturns Cisco HyperFlex storage systems.Get-VBRCredentialsReturns credentials records.Get-VBRViProxyReturns a list of VMware backup proxies.