0

I would like to RDP into Windows server machine and after a successful RDP, I would like to configure my Windows to prompt for login again.

The reason for this requirement is because the RDP connection to the Windows server machine would be carried out by an RDP automation tool and upon reaching the target server machine from the RDP tunnel, the user would need to use their LDAP/Windows AD account to login again to ensure tighter security.

How do I implement this the second layer login once a user successfully RDP into a Windows server machine ?

2 Answers 2

0

That is a GP option. On the server go to Windows Components/Remote Desktop Services/Remote Desktop Session Host/Security under Computer Configuration/Administrative Templates and look for the setting: Always prompt for password upon connection Set it to Enabled.

0

Try to run this script after logon

rundll32.exe user32.dll,LockWorkStation

Setting startup script GPO

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .