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.