A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Peak Foam Solutions
Thank you for posting question to Microsoft Q&A.
Please follow these steps:
1.Open PowerShell as Administrator
2.Run these commands
Set-ExecutionPolicy RemoteSigned
Install-Module ExchangeOnlineManagement -RequiredVersion 3.7.0
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
It should look like this:
- If you need to add new user, you might need to install Microsoft Graph in order to do that so - it is more tricky as assign license via PowerShell is more difficult than do it in Microsoft 365 Admin Center as it needs you to know your license specific detail.
You might need to follow Marcin's instruction above to access to Microsoft 365 Admin Center and create the new user then assign license (Exchange Online Plan 1/2, Microsoft 365 Business Basic/Standard/Premium, etc...)
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.