Hi,
We have setup groups with multiple level like the following exemple
Email service
- Exchange server
- Production
- node 1
- node 2
- UAT
- node 4
- node 5
- Mailrelay
- node 3
We need to list all node per Group root ie i like to query the Group Root and have a list of the nodes node 1, node 2, node 3, node 4, node 5.
I have already query the ContainerMemberSnapshot table however i 'don know how to more or less easily have a kind of recurring query to list all the node below the root group.
Typically we need this information in order to create Forecast report based on group architecture like forecast for Email service for PROD or UAT.
We have this kind of group tree with different depth.
Has anyone already work on this kind of report based on group tree ?
Cheers