Forum Discussion
ak214
May 18, 2022Copper Contributor
Auto Subscribe to a Workspace in remote desktop client
Dear AVD peers, We are in the process of deploying AVD on a large number of thin clients in our school. These thin clients will be accessed by multiple users in a public area The Windows Desktop cl...
lukemurraynz
Learn Expert
Have you investigated setting up autosubscribe via DNS, so users just need to enter in their email address to authenticate?
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-email-discovery?WT.mc_id=AZ-MVP-5004796
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-email-discovery?WT.mc_id=AZ-MVP-5004796
ak214
May 19, 2022Copper Contributor
lukemurraynz thanks for the reply.
Yes we have configured feed discovery via a txt record in dns. and works fine.
im looking to bypass the initial “subscribe” window(Auto subscribe) as described on the article linked on my original question. This feature is available in MEM and I’m hoping to do the same with regedit or powershell.
- lukemurraynzMay 19, 2022Learn ExpertTry this: https://github.com/srozemuller/AVD/blob/main/Auto%20subscription/auto-subscription.ps1
https://admx.help/?Category=Windows_11_2022&Policy=Microsoft.Policies.TerminalServer::AutoSubscription_policy- ak214May 20, 2022Copper Contributor
@Luke Murray Thank you so much for the help.
Yes I’ve tried both suggestions and verified the referenced registry key is added, however the client is still requiring us to press “subscribe” and input the feedurl or email.
What I’d like is to store the feedurl somewhere in the client during thin client deployment
I don’t know what’s missing.