Integration with Cloud O365 Exchange with Sailpoint IIQ

Which IIQ version are you inquiring about?

8.3 P2

Please share any images or screenshots, if relevant.

Requirement: We have already integrated SailPoint IIQ On-Prem with the On-Prem Microsft Exchange to create mail box.
But now We need to create the mail box on Cloud Microsoft Exchange

Is it possible to create the mailbox from On-Prem Sailpoint IIQ to cloud Microsoft Exchange?
If Yes, What will be the approach and what needs to be evaluated and development etc?

Remember here AD is on-Prem and it is syncing daily to Azure.

How are you creating Mailbox in on-prem, using Exchange Powershell commands in AD Native Rule ?

I implemented this using AD Native Rule, connect-exchangeonline commands. It is pretty much same.

However you can use AzureAD connector as well, which has OOTB feature for mail box creation. Check the connector documentation.

Cheers
Krish

Hello @MVKR7T ,

Appreciate your response.

Currently On-Prem mailbox is created using the AD connector, but we are updating some exchange(On-Prem) attribute using the Powershell commands in AD Native Rule.

Kindly let me know below approach is correct or not
→ Disable/remove On-Prem Exchange configuration from the On Prem AD Service Form
→ Update existing Powershell script(AD Native Rule) to create the mailbox in Online Exchange.

We are not suppose to connect directly to Azure AD, reason We are updating the ON-Prem AD and it is syncing with Azure AD.

Kindly let me know dear, my understanding is correct or not?

Thanks

Below is the approach I followed in many implementations.

  1. Create AD Group(s) for Exchange licenses
  2. Enable AD Group sync to Azure AD
  3. In Azure AD, manage Exchange license membership using this group(s)
  4. User should request or automated access for these AD Groups
  5. Native Rules (Connector After Create/Modify), should check the request and execute Exchange Online commands to enable remote mailbox and other attributes in EXO.

Hope this helps :slight_smile:

Cheers
Krish

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.