Quantcast
Channel: Thomas.Poett@TEAMS (MVP Teams and Cross-Tenant Migration Specialist)
Viewing all articles
Browse latest Browse all 292

Office 365 Subscription ID and Tenant ID

$
0
0
Hi all,

I'll very often ask where to find the tenant ID and further the subscription ID in Office 365 

Find your Tenant ID

Requirements:
PowerShell 6.x
.NET Framework 4.7.2

Power Shell:

Install-Module -Name Az -AllowClobber
Connect-AzAccount
Update-Module -Name Az

Enable-AzureRmAlias
Login-AzureRmAccount






 Azure Portal:



Find your Subscription ID:

PowerShell:
Set-ExecutionPolicy RemoteSigned
$credential = Get-Credential
Connect-MsolService -Credential $credential

Get-MsolAccountSku | FL





Viewing all articles
Browse latest Browse all 292

Trending Articles