Login | |
|
 |
remote script authentication? - 8/21/2008 8:38:10 PM
|
|
 |
|
| |
roflcakes22
Posts: 3
Score: 0
Joined: 8/20/2008
Status: offline
|
Hi, I have two scripts ... one that copies the second script down to the c:\ of all PC's listed in my computers.txt file ... this works fine ... my second script once copied down to the PC, should then pull some files down from a server share, and then run an MSI Now this script works fine if you run it locally on your machine, however when you try run it remotely on a client pc, it doesnt copy the files down from the server share ... I've been told that this always happens and you need to enable control delegation so that script can authenticate to the server to pull the files down, from your credentials from your machine ... both PC's are logged in as me, which has admin rights on both boxes Does anyone know a way around this? I can visit each machine, login as me, and run the script fine, but it's about 50 PC's and i cant be bothered to walk around doing them all individually lol Thanks
|
|
| |
|
|
|
 |
RE: remote script authentication? - 8/21/2008 10:27:01 PM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
Take a look at PSexec from PStools. It is a sysinternals tool available on technet.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
| |
|
|
 |
|
 |
|
|