Added Edit Password Information
This commit is contained in:
+10
-1
@@ -8,7 +8,7 @@ schema: 2.0.0
|
|||||||
# Edit-ZertoVra
|
# Edit-ZertoVra
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
Updates a VRA with updated settings
|
Updates a VRA with updated settings. Use of this function will cause a reboot of the associated VRA.
|
||||||
|
|
||||||
## SYNTAX
|
## SYNTAX
|
||||||
|
|
||||||
@@ -24,6 +24,8 @@ It is possible to update the Bandwidth group with the -groupName setting. If the
|
|||||||
|
|
||||||
It is possible to update the static IP address, default gateway, or subnetmask.
|
It is possible to update the static IP address, default gateway, or subnetmask.
|
||||||
|
|
||||||
|
This function can be used if the VRA was installed with host credentials to update the password to connect to the host if it has changed.
|
||||||
|
|
||||||
It is suggested that you use Get-ZertoVra to get the vraIdentifer parameter.
|
It is suggested that you use Get-ZertoVra to get the vraIdentifer parameter.
|
||||||
|
|
||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
@@ -56,6 +58,13 @@ PS C:\>Edit-ZertoVra -vraIdentifier $vraIdentifier -defaultGateway "192.168.1.1"
|
|||||||
|
|
||||||
Updates the VRA default gateway to 192.168.1.1
|
Updates the VRA default gateway to 192.168.1.1
|
||||||
|
|
||||||
|
### Example 5
|
||||||
|
```powershell
|
||||||
|
PS C:\>Edit-ZertoVra -HostRootPassword $HostRootPassword
|
||||||
|
```
|
||||||
|
|
||||||
|
Updates the VRA default gateway to 192.168.1.1
|
||||||
|
|
||||||
## PARAMETERS
|
## PARAMETERS
|
||||||
|
|
||||||
### -defaultGateway
|
### -defaultGateway
|
||||||
|
|||||||
Reference in New Issue
Block a user