psexec commands

Remotely running command via 'cmd'.

psexec.exe //hostname cmd \c parameters

Multiple host

Create a text file (e.g. host.txt) with the list of host in it.
psexec.exe @host.txt cmd \c parameters

More information
http://technet.microsoft.com/en-us/sysinternals/bb897553