IntuneManagement
IntuneManagement copied to clipboard
Tenants not displaying in tenant list if they have "&" in name
trafficstars
If a tenant display name has "&" it will not display in the drop-down list of tenants, you have access to.
This has been resolved by editing the MSALAuthentication.psm1 file by adding the following:
if ($tenant.DisplayName -like "&"){ $tenant.DisplayName = $tenant.DisplayName.replace('&',"and") }
Hello,
Thank you for this! I'll include this in the next release. I found another place with the same issue.
Cheers!
Closing this since fix is released. Please reopen if it is still an issue.
Cheers!