You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that we can use the tenant domain name now with the TenantId parameter (tried that months ago, didn't work :))
When I try to connect using a TenantDomain (using the -TenantId parameter), I receive an error. Using the TenantId (GUID) of that same domain name, everything works as expected.
I am using Delegated Administrative Permissions from CSP though, providing credentials of a user account in the partner directory.
Connecting to a different Tenant can now be done with Connect-AzureRmAccount -TenantId
Because a GUID is hard to remember, I would like to be able to connect using the TenantDomain.
For example:
Connect-AzureRmAccount -TenantDomain customer.onmicrosoft.com
This is also available in the AzureAD Module.
The text was updated successfully, but these errors were encountered: