Unprotect-DSSealedEntry
Synopsis
Syntax
__AllParameterSets
Unprotect-DSSealedEntry -ID <guid> [<CommonParameters>]Description
Examples
PS C:\> $entry = Get-DSEntry -FilterBy Name -FilterMatch ExactExpression -FilterValue 'InCaseOfEmergency';
PS C:\> Unprotect-DSSealedEntry -ID $entry.ID;
PS C:\> $sensitiveData = Get-DSEntrySensitiveData -EntryID $entry.ID;
PS C:\> Update-DSEntryBase -FromRDMConnection $entryParameters
-ID
CommonParameters
Notes
Last updated
Was this helpful?