How to create a user Mailbox with Exchange using Orchestration

yanick3
Giga Contributor

Hi Community,

I need to create an user mailbox with exchange using the Create Mailbox activity.

When I try to run the activity with test input, I have the error message below.

I chcked my Mid server configuration, it's ok.

Using the same Mid server i can create a user in a Active Directory without issues.

Could you help me to solve this issue? I don't now why I have these error message.

Regards

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

okay,


I have not used create mailbox activity before. I create AD account first and then using Enable mailbox I create the mailbox. Perhaps you should try with Enable mailbox activity after you create a mailbox.



Regards,


Vivek


View solution in original post

11 REPLIES 11

It run for an existing user.



For new user the system doesn't find it in the AD.



But it is good if need to creat a mailbox for an exsiting ADuser.



Regards


Hi Vivek,



It's run



to solve the issue :



1 °) I use the Create Mailbox standard activity


2 °) In the Create Mailbox activity properties, I use the FQDN   for the Hostname and for the domain I use for example:"company.com"


3 °) I past the Last Name and First Name and Alias


4 °) For the password I use the password2 (encrypted output variable)



Thanks you for your Help.


Regards