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

Get-DSPamPassword

Sintassi

__AllParameterSets

Get-DSPamPassword -AccountID <guid> [-AsLegacyResponse] [<CommonParameters>]

Parametri

-AccountID

ID dell'account pam contenente la password

Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases:
- PamCredentialID
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-AsLegacyResponse

Nelle versioni precedenti alla 2024.2, molti cmdlet DS restituivano un oggetto ServerResponse. L'attivazione di questo switch di retrocompatibilità consente agli script sviluppati per le versioni precedenti di funzionare correttamente.

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.

Note

Per maggiori informazioni, digiti "Get-Help Get-DSPamPassword -detailed". Per informazioni tecniche, digiti "Get-Help Get-DSPamPassword -full".

Ultimo aggiornamento

È stato utile?