Want an app installed on ALL PC's in the network, sure no probs:
PSEXEC \\* -u domain.local\administrator cmd /c \\server_name\share\app.exe (or MSI etc) you may need a -h before the -u if Vista or 7 (and when Win8 is released most likely too)
Or open a plain command prompt on a remote machine to run any command as if you were in front of it:
PSEXEC \\Victim -u domain.local\Administrator cmd.exe
Totally awesome tool.

































