Using PowerShell,
Launch Windows PowerShell ISE as Administrator
Run the script and login with appropriate permissions to the related tenant:
Connect-AzureAD
Get-AzureADTenantDetail
Using the details returned you can identify the TenantId GUID.
Modified on: Mon, Oct 28, 2019 at 12:29 PM
Using PowerShell,
Launch Windows PowerShell ISE as Administrator
Run the script and login with appropriate permissions to the related tenant:
Connect-AzureAD
Get-AzureADTenantDetail
Using the details returned you can identify the TenantId GUID.
Did you find it helpful? Yes No
Send feedback