Reset-DSPamPassword

Synopsis

Reset the password of a PAM account

Syntax

__AllParameterSets

Reset-DSPamPassword -AccountID <guid> [<CommonParameters>]

Description

Reset the password of a PAM account.

Examples

PS C:\> Reset-DSPamPassword -AccountID 'my-pam-account-id'

Reset the password of the PAM account whose ID is 'my-pam-account-id'

Parameters

-AccountID

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: ''

CommonParameters

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.

Inputs

System.Guid

ID of the PAM account whose password will be reset.

Notes

For more information, type "Get-Help Reset-DSPamPassword -detailed". For technical information, type "Get-Help Reset-DSPamPassword -full".

Devolutions Forum logo Give us Feedback