entra m365group teamify
Creates a new Microsoft Teams team under existing Microsoft 365 group
Usage
m365 entra m365group teamify [options]
Options
-i, --id [id]The ID of the Microsoft 365 Group to connect to Microsoft Teams. Specify either
id,displayNameormailNickname, but not multiple.-n, --displayName [displayName]Display name of the Microsoft 365 Group to connect to Microsoft Teams. Specify either
id,displayNameormailNickname, but not multiple.--mailNickname [mailNickname]The mail alias of the Microsoft 365 Group to connect to Microsoft Teams. Specify either
id,displayNameormailNickname, but not multiple.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | Group.ReadWrite.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | Group.ReadWrite.All |
Examples
Creates a new Microsoft Teams team under existing Microsoft 365 group with the specified id.
m365 entra m365group teamify --id e3f60f99-0bad-481f-9e9f-ff0f572fbd03
Creates a new Microsoft Teams team under existing Microsoft 365 group with the specified displayName.
m365 entra m365group teamify --displayName Finance
Creates a new Microsoft Teams team under existing Microsoft 365 group with the specified mailNickname._
m365 entra m365group teamify --mailNickname GroupName
Response
The command won't return a response on success.