Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to mail-enable / disable AD groups and Security Groups using group management in Saviynt?

yogesh
Regular Contributor III
Regular Contributor III

How to mail-enable / disable AD groups and Security Groups using group management in Saviynt?

The equivalent powershell commands to achieve this are as below :

Enable-DistributionGroup -Identity "GroupName"
Disable-DistributionGroup -Identity "GroupName"

But how can we achieve this only with Saviynt?

1 REPLY 1

adarshk
Saviynt Employee
Saviynt Employee

 mail-enabled security group is categorized to distribution group.

Distribution groups would need powershell to be invoked. You can refer on how to call Powershell scripts via REST on WinPS connector. 

Win PS Connector

https://docs.saviyntcloud.com/bundle/AzureAD-v2021x/page/Content/Configuring-the-Integration-for-Pro...

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)