Reset-DSPamPassword
Sinossi
Reimposta la password di un account PAM
Sintassi
__AllParameterSets
Reset-DSPamPassword -AccountID <guid> [<CommonParameters>]Descrizione
Reimposta la password di un account PAM.
Esempi
PS C:\> Reset-DSPamPassword -AccountID 'my-pam-account-id'Reimposta la password dell'account PAM il cui ID è 'my-pam-account-id'
Parametri
-AccountID
ID dell'account pam contenente la 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
Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, veda about_CommonParameters.
Input
System.Guid
ID dell'account PAM la cui password verrà reimpostata.
Note
Per maggiori informazioni, digiti "Get-Help Reset-DSPamPassword -detailed". Per informazioni tecniche, digiti "Get-Help Reset-DSPamPassword -full".
Ultimo aggiornamento
È stato utile?