Forum Discussion
stevenzelenko
Aug 23, 2019Brass Contributor
Changing Tenant Name
I'm sure it's an easy answer but I'm all alone today and don't have tome to figure it out. Is there a way to change our tenant name? We have Dev in there but we'd probably roll this out as prod and want to get rid of the Dev. Thanks!
- KitSMFXCopper Contributor
stevenzelenkoIts been a while, so hopefully you've found something by now, but I'm pretty sure like most things in Azure, you can't change the Tenant's name. However, you can change the FriendlyName (which is the displayed name) using the Set-RDSTenant:
Set-RdsTenant -Name TenantNameHere -FriendlyName "How I would like it to display"
https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/set-rdstenant
- stevenzelenkoBrass Contributor
KitSMFX Been down that road. I get this error. So, I just moved on.
Set-RdsTenant : For LogAnalytics, you must set either both WorkspaceId and PrimaryKey or neither.