I would like to replace some characters "before user creation". With character like umlaute "ä", "ö", "ü". The script works. But characters like "é", "ô" doesn't seem to ... upn we have some issues with it in the Azure World. Do you have a solution for this?

asked Jun 20, 2023 by VinAx (50 points)
0 votes
1 answer

Hello. My goal is to run a custom command/script when a user is created and then when the user is deprovisoned. 1. Get the user name 2. Replace international chars 3. Sort ... me } The error I receive is 'Cannot send a content-body with this verb-type.'

asked Apr 8, 2015 by Klas (460 points)
0 votes
1 answer

Hi team, what is the best approach to create a room mailbox for a MS Teams Room? I created a "create user action", and assign a Team Pro Licnese to this user. ... and revoke this later? Or would "create mailbox" action help and later move this to online?

asked Feb 15, 2024 by wintec01 (2.5k points)
0 votes
1 answer

Hi Support, We're trying Import Users from CSV. For the most Users it works fine, but for Users with Umlaut (ö,ü,ä, è, é,à, etc) the Import Service makes Symole? Is there a way Import Users with Umlaut in their Name? Thanks for your Help.

asked Nov 29, 2013 by Napoleon (700 points)
0 votes
1 answer

Hi We try to achieve a script where Adaxes replaces all umlauts in the username and mail adress and also checks for duplicate usernames. ... $email Context.SetModifiedPropertyValue("mailNickname", $username) $Context.SetModifiedPropertyValue("mail", $email)

asked Nov 11, 2020 by maca (100 points)
0 votes
0 answers

Hi, I found the following example to remove special characters from an attribute but somehow I can't get it to work. I'm using this script in a business rule before ... "Information") } } Can someone identify what i'm doing wrong? Incorrect if statement?

asked Mar 4, 2019 by Quinten (100 points)
0 votes
0 answers

Hello, I am looking for assistance in modifying our user creation script. When users with multiple names are being created for example, Jesus ... "$uniqueUsername@$domaiName") $Context.LogMessage("User Logon Name: $uniqueUsername@$domaiName", "Information")

asked Sep 8, 2016 by jhair (520 points)
0 votes
1 answer

Hello, I'm trying to create a business rule that will update a user account expiry date when that user logs in for the first time. I'm new to Adaxes, so I don't have a ... updated by a user's action, such as "Last Logon". Is it possible to make this work?

asked Mar 6, 2024 by sjjb2024 (60 points)
0 votes
1 answer

I have made a deprovision custom command. I cannot change the attribute directReports, so was thinking - i could take the people in the directReports field of the manager ... (and its subordinates) that im running the deprovision custom command from. Any tips?

asked Mar 21, 2024 by EdgarsABG (110 points)
0 votes
1 answer

I want to query all pending approval Request to check if there's already an pending request for a specific object. I can create a security Role with the needed rights, but cannot assign it to the scheduled task. is there any otther possibility to check?

asked 2 days ago by Malex17 (20 points)
0 votes
1 answer