0 votes

Hi all,

I want to create a business rule to send an approval before adding/deleting an User to a distribution group for the self service webinterface.
They should only create distribution groups an no security groups.
They are working in only a specific OU, where the groups are listed.
I've created a businnes rule to send a approval before User is added with a pshell script

$approvers = @(
        "%managedBy%")
$Context.SubmitForApproval($approvers, $False, $False, $False, $False)

In the webinterface the user is able to add a user, but no approval is sent.
Where is my mistake?

by (450 points)
0

Hello,

Сould you provide us with the following for troubleshooting purposes:

  1. More details on your scenario. A step-by-step explanation would be great.
  2. A screenshot of the Business Rule you have created.

Please log in or register to answer this question.

Related questions

0 votes
1 answer

Hi, I'd like to enable users to be able to request distribution group creation. We have two Containers: Public Distributions Managed Distributions In public, this is the ... custom command must be defined just for this option, that could work too. Thanks!

asked Jul 19, 2012 by Legit (80 points)
0 votes
1 answer

Rule-based membership fails for security enabled distribution group with error "The term 'Add-DistributionGroupMember' is not recognized as the name of a cmdlet, function, ... Exchange Online before running this PowerShell command. Here is rule based set up.

asked Mar 7, 2023 by KIT (910 points)
0 votes
1 answer

Is there a way to get all Exchange Groups and its members in specific OUs? let´s say the it coordinator of a specific OU wants to get a report of all his exchange groups and ... ! I need this for a scheduled report, but i found nothing. can you help me here?

asked Sep 29, 2020 by m_st (200 points)
0 votes
1 answer

Hi All, I was following the following documentation https://www.adaxes.com/tutorials_DelegatingPermissions_GrantRightsToModifyADGroupMembership.htm However I cannot work out how to make it ... can only add themselves. Any help would be great. Many Thanks

asked Mar 30, 2020 by antondubek (440 points)
0 votes
1 answer

How can I allow manager of distribution group to edit just email aliases (proxy addresess) of that group? Not the primary SMTP address.

asked Nov 19, 2019 by KIT (910 points)
3,346 questions
3,047 answers
7,781 comments
544,981 users