There are two types of groups in Azure Active Directory:
- Security
- Microsoft365
I can create a new Security
group using Azure CLI and az ad group create --display-name TEST
.
- How do I create a new
Microsoft365
group using Azure CLI? - Is it possible?
- If not, which CLI can I use to script this?