Forum Discussion
upfaffer
Jan 05, 2022Copper Contributor
List out all Exchange Online Settings with Powershell
Hello
could somebody share a command or script to list out all settings of Exchange Online?
In Best case in addition with recommendation how to set these settings?
Thx
2 Replies
Sort By
- SeanTreloarCopper ContributorI use https://export.microsoft365dsc.com/ to export the configuration settings from Exchange Online. Hope it helps
- XiuZhangCopper ContributorHi,
You may try to connect it.
Connect to Exchange Online PowerShel
https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps
And then check the cmdlt via the follow article:
About the Exchange Online PowerShell V2 module
https://docs.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2?view=exchange-ps
Good luck
Xiu Zhang