Gets the list of available s for the logged on user.
Get-s [-PipelineVariable <String>]
Get-Roles [-PipelineVariable <String>]
Gets a list of all the currently defined roles within GPOADmin.
Set-Role -Role $roles[3] -DisplayName Linkers
Updates the description of the role "Linkers".
Set-Role -Role $roles[3] -s "Read, Link"
Updates the s of the role "Linkers".
$s = "BlockInheritance", "Link"
Add-Role "Linker" "Can link GPOs to SOMs" $s
Add-Role -Name "Register Role" -Description "Can register objects" -s "Register", "Unregister"
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center