Answer the question
In order to leave comments, you need to log in
How to make that there was an automatic creation of the user in Exchange 2010. After creation of the user in AD?
How to make that there was an automatic creation of the user in Exchange 2010. After creation of the user in AD?
Answer the question
In order to leave comments, you need to log in
The simplest option: a powershell script (running once a day / once an hour, whatever), which monitors the presence of users in certain OUs (where the users actually lie) with an empty email field, and if such are found, creates a mailbox for them.
It is possible to make on the contrary - to create the user in Exchange.
It is very easy to write a script in PowerShell, there are a lot of examples on the Internet.
Option 1. Create an AD user with a script and immediately create a mailbox on Exchange for him.
Option 2: Check account creation date every 5-15 minutes. If there are new ones in certain OUs, then create a mailbox. But this is an inconvenient option, because. you need to embed logic - in which database, on which server, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question