Is it possible to export the contents of a Managed Unit using PowerShell?
WORKAROUND
You can use Active Roles Management Shell to export the membership of a Managed Unit.
The membership is stored in multi value virtual attribute "edsaMember".
Use the following commands in Active Roles Management Shell:
Connect-QADService -proxy
Get-QADObject 'CN=Special group membership,CN=Managed Units,CN=Configuration' -IncludedProperties edsaMember | Select -expand edsaMember
This will list the membership in DN format.
Please note that the use of the commands provided is unsupported by One Identity Software. Further scripting assistance can be provided through the communities or through One Identity Professional services.
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy