I'm setting up e-mail notifications when a group is created or deleted through Adaxes. One thing I'd like to include is what type of group is being created (Distribution, M365, Security), and unfortunately the adm-AzureGroupType doesn't quite work as it only returns a number. I'm sure these correspond to the known types but you cannot translate that in an email. Is there a better variable I can use? Or do I need to go the Powershell route instead of just using email?

ago by (60 points)

1 Answer

ago by (310k points)
0 votes

Hello,

Unfortunately, the only option here is to use a custom PowerShell script. However, thank you for the suggestion. We forwarded it to the corresponding department for consideration.

ago by (60 points)
0

If I use a powershell within the same business rule, is it able to create it's own variable which would be available to the Send an email notification function in the same action set?

ago by (310k points)
0

Hello,

Values obtained using a script are only available in the script itself. As such, you will need to obtain the group type and send the email in the same script. Unfortunately, using the Send email notification action will not work.

Related questions

I need to send an e-mail to the owner ("managed by") for each group. The e-mail should contain a list of group members. What is the best way to do that?

asked May 9, 2024 by akindy (40 points)
0 votes
1 answer

Hi, I am working on making a custom Approval Request notification E-mail, and I'd like to include the Approve and Deny buttons, but I haven't found a way to get ... awaiting-their-approval-s212.htm Do you have any suggestions on how to best generate the URLs?

asked Oct 29, 2024 by Martin (190 points)
0 votes
1 answer

Hi Forum, is it possible to disable the email notification for all actions in Approval Requests? Thanks a lot

asked Nov 18, 2015 by esoAdxAdmin (650 points)
0 votes
1 answer

I want to send an e-mail (after create user job) with the password visible, how to do that? Remco

asked Jan 13, 2014 by RTiel (780 points)
0 votes
1 answer

First of all, so far I've asked several questions through this forum which were excelent answered by Support. Thumbs up!! I've one Post Modify User bussiness rule which includes ... achive this, or is this the same as my question E-mail error log? Thnx Remco

asked Dec 11, 2013 by RTiel (780 points)
0 votes
1 answer