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?
Hi
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.
Hi
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?
Hi
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.
Hi
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.