Reset the password of a PAM account
Reset-DSPamPassword -AccountID <guid> [<CommonParameters>]
Reset the password of a PAM account.
PS C:\> Reset-DSPamPassword -AccountID 'my-pam-account-id'
Reset the password of the PAM account whose ID is 'my-pam-account-id'
ID of the pam account containing the password
Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
ID of the PAM account whose password will be reset.
For more information, type "Get-Help Reset-DSPamPassword -detailed". For technical information, type "Get-Help Reset-DSPamPassword -full".