07/05/2023 03:34 AM
Hi.
I want to Add/Remove Accounts to mail-enabled security groups in Exchange Online(AzureAD) from Saviynt.
*What is mail-enabled security groups
I tried it, but add access job is failed. It seems that this is not supported in normal function.
Then, I found below article.
It seems that mail-enabled security group is categorized to distribution group, so, can I Add/Remove Accounts to mail-enabled security groups in Exchange Online(AzureAD) by above article?
Best Regards,
Solved! Go to Solution.
07/05/2023 05:03 AM
Hi KK,
Distribution groups would need powershell to be invoked. You can refer on how to call Powershell scripts via REST on WinPS connector.
The guide you're referring is fine and can be utilized for addition and removal of AAD groups.
Configuring the Integration for Provisioning Distribution Group Membership (saviyntcloud.com)
It involves setup of Saviynt Powershell Agent on your customer's IIS server.
See details: Understanding the Integration between EIC and Windows Server (saviyntcloud.com)
07/05/2023 05:38 PM
Thanks. I will try it.