Set-RDMRoleProperty
Synopsis
Syntax
__AllParameterSets
Set-RDMRoleProperty [-Role] <PSRoleInfo> [-Property] <string> [-Value] <Object>
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> Set-RDMRoleProperty -Role "$role"-Property "Description" -Value "My New Description"Example 2
PS C:\> $list = Get-RDMRole; Set-RDMRoleProperty -Role $list[1] -Property "Description" -Value "My description"Parameters
-ForcePromptAnswer
-Property
-Role
-Value
CommonParameters
Notes
Last updated
Was this helpful?