Question

RPA unattended machine View Only monitoring "live stream"

  • 5 January 2024
  • 5 replies
  • 125 views

Badge +4

I would like to find a way to allow live monitoring to the unattended bot machine during the bot execution for troubleshooting purpose , is there  way to launch a view only session without giving RDP access to bot machine?


5 replies

Userlevel 7
Badge +13

Hi @Mohamed.A18 ,

 

Make a cmd file with the following content

@qwinsta /server:SERVERNAME

@Anonymous:
@Set /P _SessionID=Enter sessionID :
@mstsc /shadow:%_SessionID% /v:SERVERNAME /noconsentprompt

On the server that runs the unattended "bot" you have to set the following in Group policy
 

 


 

This will enable you to get a live view of your "Unattended" process.

 
 
Badge +4

Hi @Padmakumar 

 

Thanks for your reply, please confirm to make sure i understand it well

on my machine, i should create the cmd file.

in unattended robot machine , i should apply the group policy setting

 

will this finally allow to connect RDP with view only mode using mstsc?

 

 

 

Userlevel 7
Badge +13

Hi @Padmakumar 

 

Thanks for your reply, please confirm to make sure i understand it well

on my machine, i should create the cmd file.

in unattended robot machine , i should apply the group policy setting

 

will this finally allow to connect RDP with view only mode using mstsc?

 

 

 

 

Yes. It was done for one of my customers based on their requirement. This setup was done by their IT team and later they shared the details with me.

 
Userlevel 5
Badge +9

Hi @Mohamed.A18 

Im not sure if Windows server or A360 have by default this funcionality. Chek the below references:

https://www.rdpsoft.com/blog/remote-desktop-management/how-to-view-remote-desktop-sessions/

https://www.rdpsoft.com/blog/shadow-user/shadow-user-rdp/

 

Regards

 

 

Userlevel 1
Badge +4

Thank you everyone. Now I can solve this problem. But the next problem is that I want to pull Doc Text and fill it into Excel according to the row that Loop comes from. I don't know which command to use. I would like to disturb you too. 

 

Reply