From dcba2b04a94a07fd061a0adbb185014cd69f6931 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sat, 4 Apr 2020 10:30:46 -0400 Subject: [PATCH] Added Edit Password Information --- docs/Edit-ZertoVra.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/Edit-ZertoVra.md b/docs/Edit-ZertoVra.md index 4bba6fa..a34332a 100644 --- a/docs/Edit-ZertoVra.md +++ b/docs/Edit-ZertoVra.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Edit-ZertoVra ## 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 @@ -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. +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. ## 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 +### Example 5 +```powershell +PS C:\>Edit-ZertoVra -HostRootPassword $HostRootPassword +``` + +Updates the VRA default gateway to 192.168.1.1 + ## PARAMETERS ### -defaultGateway