0 votes

Hi ,

I have fully working After Create User Business Rule

Question 1 ) It does create and send everyting throu eMail except sending user exchange eMail. How can i do that?

Question 2) How can i generate user password After User Creation Business Rule? I dont want help desk to check Generate password checkbox. I want to generate in business rule.

by (450 points)
edited by

1 Answer

0 votes
by (294k points)
selected by
Best answer

Hello,

It does create and send everyting throu eMail except sending user exchange eMail. How can i do that?

What exactly do you mean by user exchange eMail? Please, describe the desired behavior in all the possible details with live examples.

How can i generate user password After User Creation Business Rule?

You can use the Reset user password action. image.png

0

What exactly do you mean by user exchange eMail? Please, describe the desired behavior in all the possible details with live examples.


I mean , after user created , it sends all details to my email except users email address.

Here is the example eMail that i get after creating user image.png

As you can see E-mail : is empty even if i add %mail% in send mail options

  1. [TESTED]

%adm-RandomString,10% - does not work. after applying this i get the password slot empty.

image.png

0

Hello,

Here is the example eMail that i get after creating user

It just means that the user has the Email property empty. For example it can happen, if the property is not populated on the form and the user mailbox is not ready yet.

%adm-RandomString,10% - does not work. after applying this i get the password slot empty.

It does work. However, the behavior is expected if you use %adm-RandomString,10% in the reset user password action and %unicodePwd% in the Send email notification action. It happens because all value references resolve before the entire business rule is executed. You just need to use the same template (%adm-RandomString,10%) in both actions.

0

Thank you working

+1

Hello,

The approach is not quite right. First of all, %username% and %userPrincipalName% refer to the very same property - userPrincipalName. The only difference is that %username% resolves solely into the left part (before the @ character) of the userPrincipalName. As such, if you want the Email property to be equal to the userPrincipalName one, use %userPrincipalName% in the property pattern.

As for adding the Email property to the email notification, you can just use %mail% in this case.

0

Thank you.

Related questions

0 votes
1 answer

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!

asked Nov 3, 2021 by jayden.ang (20 points)
0 votes
1 answer

Hi , is there any way that i can add a new Exchange Task in ADAXES I want to Export mailboxes using adaxes Exchange Task but there is no option for it , but ... please give me a working script for Exporting user Archive Mailbox only not the Primary Mailbox.

asked Dec 2 by vagifazari (450 points)
0 votes
1 answer

I need to know how to Create a new Custom Attribute which I wants save some informations of Users

asked Jun 12, 2023 by kanishka.silva (40 points)
0 votes
1 answer

Hi i have created a business role in that role if user is created a specific OU it will do everyting , generate password create email in specific DataBase , but i cannot find how to ... BA , according to this ou user should get @ba.com UPN , how can i do that?

asked Nov 29 by vagifazari (450 points)
0 votes
1 answer

Hi Team, We would like to use security based questions and answers for password resets. I have found that we can force a user to answer certain questions when enrolling, but if ... . Is there a way to ensure that a question must be answered each time? Thanks,

asked May 19, 2020 by antondubek (440 points)
3,588 questions
3,277 answers
8,303 comments
548,079 users