Get-AzureADTenantDetail

In this Azure PowerShell article, we will discuss the syntax and usage of the Get-AzureADTenantDetail PowerShell command with an example.

Get-AzureADTenantDetail

This PowerShell command can help you get the details of the tenant in your Azure Active Directory.

Syntax

Below is the syntax of the Get-AzureADTenantDetail PowerShell command.

Get-AzureADTenantDetail 

Let’s discuss an example of how to use the Get-AzureADTenantDetail PowerShell command.

Example

Execute the below PowerShell command to get the details of the tenant in your Azure Active Directory.

Get-AzureADTenantDetail

After executing the above command, I got the below-expected output

PS C:\WINDOWS\system32> Get-AzureADTenantDetail

ObjectId                             DisplayName       VerifiedDomain                 
--------                             -----------       --------------                 
5d9d690a-0310-474d-ae8b-42df2d549228 Default Directory fewlines4bijuhotmail.onmicro...

See the same output in the below screenshot.

Get-AzureADTenantDetail

Check out the below Video tutorial on the Get-AzureADTenantDetail PowerShell Command.

You may also like following the below Azure PowerShell article

Final Thoughts

In this Azure PowerShell article, we discussed the syntax and usage of the Get-AzureADTenantDetail PowerShell command with an example of how to use this command. Thanks for reading this article !!!