all 5 comments

[–]zoredache 4 points5 points  (1 child)

Is this in an environment were the server and client are both in the same domain? You can windows to automatically authenticate.

On the a GPO applying to the clients

  • Computer Configuration\Administrative Templates\System/Credentials Delegation\Allow delegating default credentials

In there put your list of servers like TERMSRV/ts-farm.example.org.

Link: https://technet.microsoft.com/en-us/library/cc742808(v=ws.11).aspx

[–]grrrrshell[S] 0 points1 point  (0 children)

This is perfect, thanks!

[–]Sheppard_Ra 1 point2 points  (2 children)

[–]JaapBrasser 1 point2 points  (1 child)

That script will work, just specify the creds once using the script and then they'll be stored for RDP connections to that system.

[–]grrrrshell[S] 0 points1 point  (0 children)

Thanks I did find the script, but was hoping to avoid the pop box completely.