How to find your Office 365 tenant ID

0
461

Your Office 365 tenant ID is a globally unique identifier (GUID) that is different than your tenant name or domain. On rare occasion, you might need this identifier, such as when configuring Windows group policy for OneDrive for Business.
If you do need to find your Office 365 tenant ID, it’s pretty easy. Choose one of the following procedures.

Use the Azure AD portal

  1. Log in to https://manage.windowsazure.com/ as an administrator.
  2. In the Azure AD portal, click Active Directory.
  3. In the Active Directory list, click the directory that you’re using with your Office 365 tenant.

  4. The tenant id for your Office 365 tenant is displayed as part of the URL:

https://manage.windowsazure.com/tenantname#Workspaces/ActiveDirectoryExtension/Directory/<TenantID>/directoryQuickStart

Use Windows PowerShell

You can use Windows PowerShell to find the tenant ID. You’ll need the Microsoft Azure PowerShell module.

  1. Press start key then search for “Azure”
  2. Right click on the program to run it as administrator

  1. From Microsoft Azure PowerShell command window, run the following script, entering your Office 365 credentials when prompted.

Login-AzureRmAccount


  1. Your tenant ID is listed in the output.