Hi All,
I would like to know more about creating mailbox through IDN. Previously, my organization is having on-premises mailbox creation with a PowerShell script.
- This script uses employee titles to create mailbox with different WarningLimit, SendQuota and SendReceiveQuota.
- It also retrieve homeMDB from MailboxDatabase so there is not a fixed homeMDB.
→ how can I cater these functions in IDN?
(https://community.sailpoint.com/t5/IdentityNow-Connectors/Active-Directory-Source-Configuration-Reference-Guide/ta-p/78317)
From the guide: The exchange mailbox store domain name required to create a mailbox. For example: SomeExchangeDB. The homeMDB attribute is in the format of ‘SomeExchangeDB’, not ‘CN=SomeExchangeDB’.
I have read the reference guide but I am not sure about the homeMDB value. If my homeMDB in AD is CN=TESTMDB1, CN=Databases, {…}, what should I input for home MDB value? TESTMDB1 or TESTMDB1.Databases.{…}?
Thanks,
Iris