For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reset-DSPamPassword

Übersicht

Das Passwort eines PAM-Kontos zurücksetzen

Syntax

__AllParameterSets

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

Beschreibung

Das Passwort eines PAM-Kontos zurücksetzen.

Beispiele

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

Das Passwort des PAM-Kontos mit der ID 'my-pam-account-id' zurücksetzen

Parameter

-AccountID

ID des PAM-Kontos, das das Passwort enthält

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

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction und -WarningVariable. Weitere Informationen finden Sie unter about_CommonParameters.

Eingaben

System.Guid

ID des PAM-Kontos, dessen Passwort zurückgesetzt wird.

Hinweise

Für weitere Informationen geben Sie "Get-Help Reset-DSPamPassword -detailed" ein. Für technische Informationen geben Sie "Get-Help Reset-DSPamPassword -full" ein.

Zuletzt aktualisiert

War das hilfreich?