Skip to main content

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, 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.

-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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

To use this command you must be at least Security Administrator.

Permissions

ResourcePermissions
Microsoft GraphMultiTenantOrganization.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