Set-RDMUserProperty
Synopsis
Syntax
__AllParameterSets
Set-RDMUserProperty [-User] <PSUserInfo> [-Property] <string> [-Value] <Object>
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> Set-RDMuserProperty -User "$user" -Property "Description" -Value "My New Description"Example 2
PS C:\> $list = Get-RDMUser; Set-RDMUserProperty -User $list[1] -Property "Description" -Value "My description"Parameters
-ForcePromptAnswer
-Property
-User
-Value
CommonParameters
Notes
Last updated
Was this helpful?