This can be done by setting the edsaIsDynamicGroup boolean to FALSE
For example, in the Active Roles Management Shell:
Connect-QADService -proxy
Get-QADObject "CN=GroupName,OU=Dynamic Groups,DC=domain,DC=local" | Set-QADObject -ObjectAttributes @{"edsaIsDynamicGroup"=$FALSE}
NOTE: This attribute name is not case sensitive and edsaisdynamicgroup can also be used.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center