Get-RDMEntryProperty
Synopsis
Syntax
__AllParameterSets
Get-RDMEntryProperty [-ID] <guid> [[-Path] <string>] [-Property] <string> [-VaultMode <VaultMode>]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> Get-RDMEntryProperty -ID "{00000000-0000-0000-0000-000000000000}" -Property "Group"Example 2
PS C:\> Get-RDMEntryProperty -ID "{00000000-0000-0000-0000-000000000000}" -Path "MetaInformation" -Property "OS"Parameters
-ForcePromptAnswer
-ID
-Path
-Property
-VaultMode
CommonParameters
Notes
Last updated
Was this helpful?