PSExec allows you to remotely execute code.
http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx
t
----- Original Message -----
From: "Jeremy Lancaster" <[EMAIL PROTECTED]>
To: "Erick Jensen" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Monday, April 09, 2007 12:10 PM
Subject: RE: Running commands on workstations from domain controller
Thanks for the advice, I'm just going to go with a login script.
On Mon, 2007-04-09 at 14:08 -0500, Erick Jensen wrote:
Logon script with a batch file containing all commands you wish to run.
Use >> to redirect output to a text file on the DC.
Is there an easier way?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jeremy Lancaster
Sent: Monday, April 09, 2007 1:05 PM
To: [email protected]
Subject: Running commands on workstations from domain controller
Hello everyone,
I wanted to know if there was a way to run a command on all workstations
connected to a domain controller.
Thanks.