Usage
m365 entra multitenant set [options]
Description
Updates the properties of a multitenant organization
Options
| Option |
Description |
-n, --displayName [displayName] |
New display name of the multitenant organization. Both options, displayName and description are optional but at least must be specified. |
-d, --description [description] |
New description of the multitenant organization. Both options, displayName and description are optional but at least must be specified. |
Examples
Update display name of multitenant organization
m365 entra multitenant set --displayName 'Fabrikam organization'
Update display name and description of multitenant organization
m365 entra multitenant set --displayName 'Fabrikam organization' --description 'Multitenant organization between Fabrikam and Contoso'
Default properties
No response
Additional Info
Both options are optional but at least on should be specified
Multitenant organization is a brand new feature in Microsoft Entra ID
https://learn.microsoft.com/en-us/entra/identity/multi-tenant-organizations/overview
The signed-in user must be assigned at least the Security Administrator role. It requires new permission MultiTenantOrganization.ReadWrite.All
https://learn.microsoft.com/en-us/graph/api/multitenantorganization-update?view=graph-rest-1.0
I will work on it
Usage
m365 entra multitenant set [options]
Description
Updates the properties of a multitenant organization
Options
-n, --displayName [displayName]displayNameanddescriptionare optional but at least must be specified.-d, --description [description]displayNameanddescriptionare optional but at least must be specified.Examples
Update display name of multitenant organization
Update display name and description of multitenant organization
Default properties
No response
Additional Info
Both options are optional but at least on should be specified
Multitenant organization is a brand new feature in Microsoft Entra ID
https://learn.microsoft.com/en-us/entra/identity/multi-tenant-organizations/overview
The signed-in user must be assigned at least the Security Administrator role. It requires new permission
MultiTenantOrganization.ReadWrite.Allhttps://learn.microsoft.com/en-us/graph/api/multitenantorganization-update?view=graph-rest-1.0
I will work on it