Forum Discussion
How do you find the tenant ID?
Looking for my tenant ID. It is an illusive ID. All the info have found seem to reference the prior version of the Azure portal.
Hi Eric,
actually it is pretty easy to find if you know what to look for.
Go to Portal.azure.com > Azure Active Directory > Properties. The directory ID it shows there is your tennant ID.
https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Properties
21 Replies
- PhilStolleryCopper Contributor
- Sebastien CrevierBrass ContributorThere are a lot of ways to do that but none of them are really simple...
Our team got tired of looking everywhere for those tenant Azure & Office 365 IDs so we built an online tool to easily find them by typing in their respective domain.
Hope it might help others too.
https://www.whatismytenantid.com- Rohit404404Brass Contributor
This embarrassing, but what do we enter in the box, i tried tenantname.sharepoint.com , no luck
Sebastien Crevier wrote:
There are a lot of ways to do that but none of them are really simple...
Our team got tired of looking everywhere for those tenant Azure & Office 365 IDs so we built an online tool to easily find them by typing in their respective domain.
Hope it might help others too.
https://www.whatismytenantid.com- Eric AdlerIron Contributor
Rohit404404I found another location. If you are a global tenant admin. go to the admin center and click on Reports > Usage and in the bottom left corner you will see an "ad" for the Power BI M365 usage app and it has the tenant ID right there for you to use. it is required for the Power BI app to work
- rrelyeaCopper Contributor
as of 2/2/2019, that web site is having SSL cert problems.
- Sebastien CrevierBrass Contributor
Thanks for letting me know, it has been fixed.
The tool works like a charm. Like hitting the Big Red Easy button ;) Thanks Sebastien.
- Aljohn BonifacioIron Contributor
You can find your tenant ID using Azure AD Portal or Powershell command. Here's the link for the steps.
- + 1 for PowerShell approach
- Carsten StahlbergBrass Contributor
Hi Eric,
actually it is pretty easy to find if you know what to look for.
Go to Portal.azure.com > Azure Active Directory > Properties. The directory ID it shows there is your tennant ID.
https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Properties
- mshahaniCopper Contributor
Carsten Stahlberg Hi,, this link is not working for me, Seems I do not have rights. Could you please guide me how can I get the access?
- y2anoopCopper ContributorYou can find it in LCS as well.
GO to you project and click on subscriptions link on right side of the screen - Texas_DeLuxeCopper Contributor
Carsten Stahlberg Not easy to find at all, but thanks for the info.
- Girish_PrajwalCopper Contributor
Simple way is to type this Azure command from Azure Web explorer.
get-AzSubscription
This will list down all the Subscriptions associated with Tenant and its ID.
Regards,
Girish Prajwal