Forum Discussion
Create Microsoft 365 groups with the PowerShell in Exchange Online
Hi Microsoft 365 friends,
I used the PowerShell ISE for this configuration. But you are also very welcome to use Visual Studio Code, just as you wish. Please start with the following steps to begin the deployment (the Hashtags are comments):
#The first two lines have nothing to do with the configuration, but make some space below in the blue part of the ISE
Set-Location C:\Temp
Clear-Host
I hope this article was useful. Best regards, Tom Wechsler
P.S. All scripts (#PowerShell, Azure CLI, #Terraform, #ARM) that I use can be found on github! https://github.com/tomwechsler
3 Replies
- RuudGijsbersIron ContributorHi Tom, I see that you're using the old exchange powershell module. Why not use the v2 powershell module so you can use modern authentication with certificate authentication? That way you don't have to use basic authentication which will be deprecated by Microsoft?
Hi Ruud
You are absolutely right. In a next step I will switch to version 2. I have written this article with version 1 because I have received requests for it from several people.
Regards, Tom Wechsler
- RuudGijsbersIron ContributorHi Tom
Then it makes sense. For the rest, well explained.
Regards,
Ruud