entra multitenant get
Gets properties of the multitenant organization
Usage
m365 entra multitenant get [options]
Options
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,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
.--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.
Examples
Gets properties of the multitenant organization
m365 entra multitenant get
Response
- JSON
- Text
- CSV
- Markdown
{
"id": "c231d4a5-138f-4bdf-9fee-f26a90ea3ad0",
"createdDateTime": "2024-05-05T05:05:05Z",
"state": "active",
"displayName": "Contoso organization",
"description": "Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank"
}
createdDateTime: 2024-05-05T05:05:05Z
description : Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank
displayName : Contoso organization
id : c231d4a5-138f-4bdf-9fee-f26a90ea3ad0
state : active
id,createdDateTime,state,displayName,description
c231d4a5-138f-4bdf-9fee-f26a90ea3ad0,2024-05-05T05:05:05Z,active,Contoso organization,"Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank"
# entra multitenant get
Date: 5/5/2024
## Contoso organization (c231d4a5-138f-4bdf-9fee-f26a90ea3ad0)
Property | Value
---------|-------
id | c231d4a5-138f-4bdf-9fee-f26a90ea3ad0
createdDateTime | 2024-05-05T05:05:05Z
state | active
displayName | Contoso organization
description | Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank
More information
- Multitenant organization: https://learn.microsoft.com/entra/identity/multi-tenant-organizations/overview