Jan 11 2022 02:10 AM
Simple question I am working at a company that uses Exchange online ( they call it Cloud Based - O365 which is the same thing I think).
I am logged into https://admin.exchange.microsoft.com/
But not sure where to run Exchange PowerShell form any ideas?
I can see Azure Cloud Shell but I don't want to use that as we don't have a storage mounted.
Jan 11 2022 04:01 AM
Jan 11 2022 11:13 PM - edited Jan 11 2022 11:14 PM
Install-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Get-Mailbox # List mailboxes
Get-EXOMailbox # List mailboxes using V2 module script. Provide faster output.
Jan 12 2022 03:18 AM - edited Jan 12 2022 03:18 AM
@Kevin_MorganHi Kevin thanks but let me stop you right after "Start the Windows " I am running MacOS
Jan 12 2022 03:25 AM
Jan 12 2022 03:41 AM
Are you asking for Exchange Online (Microsoft 365) Test environment ?. If so, follow the below steps.
Jan 12 2022 11:24 AM - edited Jan 12 2022 11:24 AM
I already have Exchange 1 - 365 plan so I was then able to install PowerShell on my Macbook and conntact to Exchange Online. Brilliant thanks alot!