Hi,
I would like to check and change description of all rule-based groups.
My idea: Run a scheduled task and check for "GroupMembershipUpdateRecirrenceType" or "Membership Type".
Based on this article https://adaxes.com/sdk/IAdmGroup2/#MembershipType_details I understand, this value can only be a string?
But I get this error, only numbers allowed?
Hello,
You are right about the only numbers being allowed for the Membership Type property. As the operation is one-time, there is no need to use a scheduled task. You can achieve the desired as follows:
thanks for your answer.
I would like to update also each new created rule-based group automatically - without checking reports each time.
I also thought to run and export report and read groups from there.
But for now I solved it with this logic
If you want the business rule to only trigger for rule-based groups, you need to only check the Membership Type property. Also, you should always keep the If operation succeeded condition in rules triggering after an operation. Finally, your business rule should look like the following:
Hi, our user objects are synced from HR system into AD and generated by a middleware - would a business rule "After creating a user" be triggered in this way or not? Looks ... for this? I need to control those tasks and would like to exit in case of issues
The script create two reports of inactive workstation operating systems. The report is too detailed to run from one of the adaxes reports. Basically how can I set the script up to ... sure How I did this but I can't find it now (probably something simple).
Currently, when I disable a user account in Adaxes, the group memberships of the user remain intact. I'd like to automate the removal of group memberships such as distribution ... a list of groups/DL that the user was previously in and removed from. Thanks!
Hello! how do i manage do get adaxes to remove all groups from the user after one month? We have a Business Rule where you can add an end of Date when the Account ... value field the powershell script works but not with the +1 Month. Thanks for your help!
As part of offboarding a user I need to generate a report of all AD groups, Entra groups and all Azure / M365 roles and licenses the user has before they ... about keeping a record of the leavers configured profile to simplify cloning them onto new starters.