Launching Windows application from cloud

Hello

I’m very new to this terminology used in UiPath, but to boil it down, I’m trying to accomplish these things:

  • Starting an application from cloud (API) in attended mode, on what ever desktop is being used (ie I cannot beforehand predict what server, Azure Virtual Desktop)
  • Easy deployment to 100+ users
  • Must be able to distinguish by user name on local WIndows, using it as a parameter

The biggest challenge I face using other solutions, is that they require specification of computer name, which alas I cannot provide, as this changes at each login.

Does UiPath accomplish this? I’ve succesfully setup a UiPath Studio that launches notepad, and about to start researching UiPath Orchestrator.

Regards,
Kim

@Kim_Noer

Welcome to the community

For a UiPath bot to run on a machine UiPath robot needs to be installed …so if you dont know the system then the bot is not isntalled and cannot be run

Cheers

Well we do know the system. It’s a Azure Virtual Desktop. But I cannot predict what server the user will logon on at, because that’s load balance thing.

Regards,
Kim