Hi,
My main purpose of this Question is to get a Powershell Script which allows me to RDP into multiple servers. Also, the RDP Session should get the Authentication credential from the Script itself via secure password entry from a form (just like get-credential).
Requirements:
1. Form-based entry which allows me to select single or multiple servers. If single, the entry should be on the screen itself. If multiple servers, it should get entry from a file
2. RDP Session should get the Authentication credential from the Script itself via secure password entry from a form (just like get-credential)
3. Authentication Credential should be entered only once, which should be utilised automatically on all other servers.
4. My Servers are having a Audit Message like "Your login is monitored, etc" while I login to any Server. So This script should bypass this message automatically & connect using the above mentioned Credential.
Please help me on this regard as it is really a pain to type in my credentials whenever I RDP to many servers.
Thanks,
Indhar