Get-DSEntrySensitiveData
Sintesi
Restituisce i dati sensibili per una voce specificata.
Sintassi
__AllParameterSets
Get-DSEntrySensitiveData [-EntryID] <guid> [-AsLegacyResponse] [<CommonParameters>]Descrizione
Restituisce i dati sensibili per una voce specificata. La versione di DVLS deve essere almeno 2020.3.17 per essere supportata.
Esempi
PS C:\> Get-DSEntrySensitiveData -EntryId $entryIdOttiene i dati sensibili per la voce identificata da $entryId.
Parametri
-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.
Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''-EntryID
ID della voce
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-DSEntrySensitiveData -detailed". Per informazioni tecniche, digiti "Get-Help Get-DSEntrySensitiveData -full".
Ultimo aggiornamento
È stato utile?