Remove-DSPamAccount
Sinossi
Eliminare un account pam.
Sintassi
__AllParameterSets
Remove-DSPamAccount -AccountID <guid> [-AsLegacyResponse] [<CommonParameters>]Descrizione
Eliminare un account pam.
Parametri
-AccountID
ID dell'account da eliminare
Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases: []
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 il corretto funzionamento degli script sviluppati per le versioni precedenti.
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 Remove-DSPamAccount -detailed". Per informazioni tecniche, digiti "Get-Help Remove-DSPamAccount -full".
Ultimo aggiornamento
È stato utile?