Forum Discussion

HarryPDF's avatar
HarryPDF
Copper Contributor
Sep 25, 2023

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>"

 

It's working on Windows version powersehll (7.x) without problem.

 

But when I use exact same command (with same paramters) to create new M365 group under Linux version powershell, I just got below error, EXO module version is same as v3.3

 

New-UnifiedGroup: |Microsoft.Exchange.Configuration.Tasks.TaskException|The group can't be created

 

Because it does not show any reason, I have no idea what's wrong with the command.

Resources