Forum Discussion
HarryPDF
Sep 25, 2023Copper Contributor
EXO command 'New-UnifiedGroup' issue on Linux version Powershell
I use below ExchangeOnline powershell (EXO v3.3) to create M365 group. New-UnifiedGroup -DisplayName "test_group" -Owner "<owner email address>" -PrimarySmtpAddress "<primary address>" ...
Sep 25, 2023
I just tested this in my WSL Ubuntu setup and installed PowerShell 73.7 on that and the ExchangeOnlineManagement module. Ran the command and created a test_group without any issues.
What PowerShell version are you running on Linux?
What PowerShell version are you running on Linux?
HarryPDF
Sep 26, 2023Copper Contributor