12-Jul-2021 01:43
Hello
We need to provide 5 RDP for 5 differents users. The objectif is to connect to https://rdp.mycompany.com and for user1, this user show the webtop with RDP1 machine, when user2 is connecting, this user2 see only rdp2 machine,...
How I can create a simple or advanced expression to assign an advanced ressource assign to assign the righ computer depend of the user connected ?
BR
12-Jul-2021 06:20
Hi Jerome,
12-Jul-2021 06:59
Hi
In my case, it's not working. When I enter the password, I have an issue to show the webtop. If I replace the expression with a basic expression to check if the user is member of AD group, it's working... 😞
12-Jul-2021 07:07
You assign each user with a FQDN or IP address of the RDP Machine. Typically done within an AD attribute. You go to the webtop, assign a RDP resource, but instead of an IP or a dedicated link for each user, you put in the AD attribute that will be pulled down upon login. So user one will login, you will scrape the AD attributes (ex. workstation.ad.blah blah) and use that data as an entry point for the user. They will see a single resource, but the connection will be whatever is listed in the AD attribute.