Forum Discussion
YoannS
Feb 20, 2024Copper Contributor
Powershell and Microsoft Graph
Hello, I'm using Microsoft Graph module (because exchange online is deprecated) and I can't create bulk mailbox room type. I registered an enterprise application with mailboxsettings.readw...
- Feb 21, 2024Update your module, we're currently on 3.x.x.
VasilMichev
Feb 20, 2024MVP
The Exchange Online PowerShell module is NOT deprecated, don't know where you read that. Graph cannot be used for any admin operations in Exchange Online, so you don't really have a choice here, stick to the Exchange Online module 🙂
YoannS
Feb 20, 2024Copper Contributor
Thank's you for your response, i saw (don't remember where) that exchangeonlinemanagement was deprecated.
Good news it's not :-).
But when I try to connect i got every time this error :
- TonyRedmondFeb 21, 2024MVPThe AzureAD and MSOL modules are deprecated from March 31, 2024. That's probably what you heard. Exchange Online is in hearty good health. You can use the Graph SDK to create new user accounts and mailbox-enable the accounts by assigning a license to the account that contains an Exchange Online service plan. See https://practical365.com/create-new-microsoft-365-account-powershell/ and https://practical365.com/azure-ad-account-creation-standardization/
- VasilMichevFeb 21, 2024MVPUpdate your module, we're currently on 3.x.x.