Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Customer Requirement

Need a report of all the Smart DLs, Dynasties including (primary and secondary owner) and would like to
exclude Static groups.
Behavior Summary
We have a report in GroupID 9 Groups and owner which with the default criteria give us all static, smart
group and dynasties details with owners and additional owners.
(&(objectCategory=Group)(objectClass=Group))

According to customer requirement we do the following test-runs and results are


mentioned below:
Test-Run-1:
So, we tweak this according to customer requirement to get only Smart Groups with owner and additional
owner first.
(&(objectCategory=Group)(IMSGManagedGroupType=2))
Results:
We get the expected results and report comes with all smart groups.

Test-Run-2:
We try to get only dynasties these time by changing the cmdlet
(&(objectCategory=Group)(IMSGManagedGroupType=3))

Results:
We only got Parent Dynasty, it is skipping all child dynasties.

Test-Run-3:
If we execute the following we get only child dynasties and this time it will skip parent
dynasty in report.
(&(objectCategory=Group)(IMSGManagedGroupType=4))

Test-Run-4:
If according to customer requirement We try to fetch only Smart Groups and dynasties in
the report,
(&(objectCategory=Group)(&(IMSGManagedGroupType=2)(IMSGManagedGroupType=3)))

We are getting Static, Smart Group and Dynasties all of them in this report.
Is this should be the expected behavior of Test-Run 2, 3 and 4. Please confirm or we are
using a different cmdlet in GroupID 9 to fetch only Smart Groups and Dynasties.

You might also like