How can I remotely execute a script in Windows?

administration, windows

Solution

psexec from SysInternals

Problem

I would like to have a Windows 2003 server fire a script to fire another script in a separate Windows Server 2008 computer. I have been told that Powershell can do that, and that's fine, but I need more specific details. Does anyone have any tips for this? Thanks!

Original source