0 votes

Or would the DLs have to be manually created and rules set up?

I'm starting to look into features of the product before demoing, and was hoping there was an easy answer on this one.

Thanks

by (40 points)
0

Hello,

Sorry for the confusion, but we are not sure what exactly you need to achieve. Could you, please, provide all the possible details regarding the desired behavior with live examples?

0

No worries. Sorry if this isn't the best place to ask about features.

Adaxes can providion mailboxes. Can it also provision other exchange objects, like DLs and Contacts?

If the anser is yes, we'd next like to know if Adaxes can provision a DL for each manger that has at least one direct report, and have it include the direct reports of that manager.

An All Reports list would be that mangers reports, and all their reports, all the way down.

Thanks

0

Hello,

Yes, it is possible. You can mail-enable groups and contacts in Exchange on-premises using the Establish email address in Exchange action in a Business Rule, Custom Command or Scheduled Task.

For us to suggest a solution for the entire workflow, please, specify how exactly a manager is determined for a group. Will it be specified during creation? Any additional details and live examples of the full desired workflow will be much appreciated.

0

Thanks for the reply.

I am imagining a scheduled task for each user with at least one direct report (value exists for 'directreports' property in AD for any given user) that creates a DL called 'Direct Reports - ManagerName if it does not already exist.

In powershell you'd do something like: Get-ADUser -Identity MANAGERNAME -Properties directreports | select-object -ExpandProperty DirectReports

There is also the 'manager' AD attribute.

When the scheduled task runs, it would update all existing direct reports lists, and create any missing ones (there is a new manager, etc). Idealy it can also delete such groups when the manger leaves or no longer has any reports.

Hope that makes sense.

My question about the 'all reports - managername' list would include the manager, the managers' reports, their reports, etc etc etc.

I'm still just using the demo, so I’m not expecting a full solution at this time, just wondering what Adaxes capabilities are here, since it is a common ask from our users.

Thanks, Steve

0

Hello,

Thank you for the provided details. It can be done using a Scheduled Task and a PowerShell script. The script will check whether a user has direct reports and then create a group if required. The script will make sure that only current direct reports of the user are members of the group. If you need us to provide you with detailed instructions on applying the solution, please, specify how exactly group names should be formed and where they should be created.

Please log in or register to answer this question.

Related questions

0 votes
1 answer

We have the following script we need fixed to run within Adaxes to add true/false value to a customattribute for use in building dynamic distribution lists. $users = ... } else { Set-Mailbox -Identity $user.Name -CustomAttribute8 "Individual contributor" } }

asked Jul 13, 2022 by willy-wally (3.2k points)
0 votes
1 answer

Hi! I want to setup a scheduled action to send out a email once per week of what users each of our managers has as direct reports with a link to create a email to our ... want the opposite .... https://www.adaxes.com/script-repositor ... s-s219.htm /Kaj

asked Jan 30, 2019 by KajLehtinen (650 points)
0 votes
1 answer

Ideally looking to make this a rule based group, but report or business unit should work also. In our domain, service accounts become direct reports of the user who requested/ ... if a specific object is a/not a direct report. Is this possible? Thank you

asked Nov 14, 2023 by ThompsonAlex (40 points)
0 votes
1 answer

Hi, Is there a way I can create a rule based group or scheduled task in which the Direct reports of the direct reports are added to a group? So for example: CEO VP's ... in the list that no longer reports to a manager who reports to the CEO. Thanks in advance

asked Dec 22, 2022 by gareth.aylward (180 points)
0 votes
1 answer

We would like to use the "Rule Based Groups" functionality that Adaxes has to create distribution groups where we have one group per manager and the members are the user ... so that the link doesn't break when changes happend to the managers AD object?

asked Oct 27, 2021 by odsven (1.8k points)
3,326 questions
3,026 answers
7,727 comments
544,678 users