When mailbox synchronization to Office 365 starts, Migration Agent for Exchange (MAgE) assigns all licenses from the selected subscription plan to each Office 365 user that does not have Exchange Online license yet. (Subscription plan is selected on the Subscription page of the mailbox collection Properties).
Is there a way to force MAgE to assign only an Exchange Online license rather than assigning all licenses from the plan selected?
Set-MMEXProjectOptions cmdlet allows switching between the two options:
- Force MAgE to assign all licenses from the selected subscription plan (default)
- Force MAgE to assign Exchange Online license only.
To check which option is currently in use, please run:
Get-MMEXProjectOptins -Office365License
The default value of the parameter is AllLicenses which forces the MAgE to assign all licenses from the selected subscription plan.
To force MAgE to assign Exchange Online license only, please run:
Set-MMEXProjectOptions -Office365License ExchangeOnly
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center