New-VPASIdentityGenerateUserPassword
Synopsis:
GENERATE A PASSWORD FOR USER IN IDENTITY |
Description:
USE THIS FUNCTION TO GENERATE A PASSWORD FOR USER IN IDENTITY |
Syntax:
New-VPASIdentityGenerateUserPassword -passwordLength <String> [-CopyToClipboard] [-token <Hashtable>] [<CommonParameters>] |
New-VPASIdentityGenerateUserPassword -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-passwordLength <String> |
-CopyToClipboard [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$GeneratedPassword = New-VPASIdentityGenerateUserPassword -passwordLength {PASSWORDLENGTH VALUE} -CopyToClipboard |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |