Update Set-ZertoUserCredential.md

This commit is contained in:
Wes Carroll
2020-04-07 10:04:55 -04:00
parent f34f21bb85
commit b2e5fe7b5c
+7 -5
View File
@@ -1,13 +1,14 @@
--- ---
external help file: ZertoApiWrapper-help.xml external help file: ZertoApiWrapper-help.xml
Module Name: ZertoApiWrapper Module Name: ZertoApiWrapper
online version: online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Set-ZertoUserCredential.md
schema: 2.0.0 schema: 2.0.0
--- ---
# Set-ZertoUserCredential # Set-ZertoUserCredential
## SYNOPSIS ## SYNOPSIS
Allows the change or update of the credentials used to allow the Zerto Virtual Manager to connect and communicate with the paired Hypervisor.
## SYNTAX ## SYNTAX
@@ -16,21 +17,21 @@ Set-ZertoUserCredential [-UserCredential] <PSCredential> [-WhatIf] [-Confirm] [<
``` ```
## DESCRIPTION ## DESCRIPTION
{{Fill in the Description}} Allows the change or update of the credentials used to allow the Zerto Virtual Manager to connect and communicate with the paired Hypervisor. A PSCredential object is required and will be used to pass the updated credentials.
## EXAMPLES ## EXAMPLES
### Example 1 ### Example 1
```powershell ```powershell
PS C:\> {{ Add example code here }} PS C:\> Set-ZertoUserCredential -UserCredential $UserCredential
``` ```
{{ Add example description here }} Will update the user account used to connect the Zerto Virtual Manager to the the paired Hypervisor.
## PARAMETERS ## PARAMETERS
### -UserCredential ### -UserCredential
PSCredential Object that conatins the username and password for the updated credentials. PSCredential Object that contains the username and password for the updated credentials.
```yaml ```yaml
Type: PSCredential Type: PSCredential
@@ -86,3 +87,4 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
## NOTES ## NOTES
## RELATED LINKS ## RELATED LINKS
[PSCredential Object Information](https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.pscredential)