From 0d6bc39c86d85a08033e9a41913fe413d3fe6a0d Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Tue, 7 Apr 2020 10:30:42 -0400 Subject: [PATCH] Add an additional example --- docs/Set-ZertoUserCredential.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Set-ZertoUserCredential.md b/docs/Set-ZertoUserCredential.md index 44ca3c4..9fd7d20 100644 --- a/docs/Set-ZertoUserCredential.md +++ b/docs/Set-ZertoUserCredential.md @@ -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