I have a program I need to run several sessions of at a time so I am looking at scripting it to open and log on to each one. For the exe I have the syntax but don't want to use my password in a unencrypted format.
It would look something like this
appsRUS.exe -b servername1 -u domain\myaccount -p compootersarecool
I need to make the -p part encrypted and not use plain text in a script.
Thanks for the link. I am just trying to make it easier to open multiple sessions to different sites and free up about 20 minutes of my morning.
Even if I could figure out a way to do a run as on the script that would carry over to the command that would work.
Jeffrey Kane - TechSoEasy
What do you mean multiple sessions to different sites? Do you mean web sites? Remote App login? RDP?
REIUSA
ASKER
Using a local client .exe connecting to different application servers for each region.
The application is the vsphere client connecting to different vcenter servers across the globe.
What I am trying to do is set up a script that I can click on and it will open the exe and connect to each site individually. I have the syntax that will work with the exe just don't want to put my password in a plain text file.
If you used the VSphere Web Client instead of the .exe then you could easily couple that with something like LastPass which would automatically fill in the credentials for you while keeping them all very secure.
Even if I could figure out a way to do a run as on the script that would carry over to the command that would work.