Set-RDMRoleProperty
Synopsis
Syntaxe
__AllParameterSets
Set-RDMRoleProperty [-Role] <PSRoleInfo> [-Property] <string> [-Value] <Object>
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Exemples
Exemple 1
PS C:\> Set-RDMRoleProperty -Role "$role"-Property "Description" -Value "My New Description"Exemple 2
PS C:\> $list = Get-RDMRole; Set-RDMRoleProperty -Role $list[1] -Property "Description" -Value "My description"Paramètres
-ForcePromptAnswer
-Property
-Role
-Value
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?