Reset-DSPamPassword

    2024-10-28

    Reset-DSPamPassword

    SYNOPSIS

    Reset the password of a PAM account

    SYNTAX

    __AllParameterSets

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

    ALIASES

    This cmdlet has the following aliases,

    DESCRIPTION

    Reset the password of a PAM account.

    EXAMPLES

    EXAMPLE

    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
    ParameterValue: []
    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.

    OUTPUTS

    NOTES

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