Set-RDMEntryProperty
Synopsis
Syntax
__AllParameterSets
Set-RDMEntryProperty [-ID] <guid> [[-Path] <string>] [-Property] <string> [-Value] <Object>
[-Refresh] [-VaultMode <VaultMode>] [-ForcePromptAnswer <DialogResult[]>] [-WhatIf] [-Confirm]
[<CommonParameters>]Description
Examples
Example 1
PS C:\> Set-RDMEntryProperty -ID "{00000000-0000-0000-0000-000000000000}" -Property "Group" -Value "My New Group Name"Example 2
Parameters
-Confirm
-ForcePromptAnswer
-ID
-Path
-Property
-Refresh
-Value
-VaultMode
-WhatIf
CommonParameters
Notes
Last updated
Was this helpful?