Add an additional example

This commit is contained in:
Wes Carroll
2020-04-07 10:30:42 -04:00
parent ad2073f404
commit 0d6bc39c86
+7
View File
@@ -28,6 +28,13 @@ PS C:\> Set-ZertoUserCredential -UserCredential $UserCredential
Will update the user account used to connect the Zerto Virtual Manager to the the paired Hypervisor.
### Example 2
```powershell
PS C:\> Set-ZertoUserCredential -UserCredential $UserCredential -Confirm:$False
```
Will update the user account used to connect the Zerto Virtual Manager to the the paired Hypervisor. CAUTION: By adding the `-Confirm:$False` parameter, this will suppress the confirmation dialog and you will not be prompted if you wish to complete this action.
## PARAMETERS
### -UserCredential