entra multitenant set
Updates the properties of a multitenant organization
Usage
m365 entra multitenant set [options]
Options
-n, --displayName [displayName]New display name of the multitenant organization. Both options,
displayNameanddescriptionare optional but at least must be specified.-d, --description [description]New description of the multitenant organization. Both options,
displayNameanddescriptionare optional but at least must be specified.
-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.
Remarks
To use this command you must be at least Security Administrator.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | MultiTenantOrganization.ReadWrite.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | MultiTenantOrganization.ReadWrite.All |
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'
Response
The command won't return a response on success
More information
- Multitenant organization: https://learn.microsoft.com/entra/identity/multi-tenant-organizations/overview