|
|
i have 11 Servers. Server1 to server10 are standalone servers Server0 can connect to all these 10 servers.[more like a domain controller]
i want my script to be in Server0 and it has to connect to each server [same uid and pass for all servers] and run the script and put the output in a text file and store it in server0.
now i have worked a script which works on a stand alone machine and outputs the file.
I need to know how to make the script
login-->run the script-->output/save File-->Logout.
Do this for all the servers listed in a text file.
My main problem is LOGIN the first step..how to login into the server REMOTELY
|
|
|
|
|