jaclaz Posted March 6, 2014 Posted March 6, 2014 I guess everyone is familiar with MS/Sysinternals PSExec:http://technet.microsoft.com/it-it/sysinternals/bb897553.aspxbut not many are aware of the existence of PAExec:http://www.poweradmin.com/paexec/Launch Remote Windows AppsPAExec lets you launch Windows programs on remote Windows computers without needing to install software on the remote computer first. For example, you could launch CMD.EXE remotely and have the equivalent of a terminal session to the remote server. PAExec is useful for doing remote installs, checking remote configuration, etc.PAExec - The Redistributable PsExecMicrosoft's PsExec tool (originally by SysInternal's Mark Russinovich) is a favorite of system administrators everywhere. It just has two tiny flaws:PsExec can not be redistributedSensitive command-line options like username and passwords are sent as clear textWe needed something that would overcome those two issues, and not finding a suitable replacement, decided to write our own.PAExecAnyone can download and use PAExec. You can include it in your open source, freeware and even commercial applications. You may distribute it on your website, on CDs, mail to friends, etc. There is no cryptography built in so there aren't any export restrictions that we know of. See the License for all the legalese. And :UsagePAExec uses the same command-line options as PsExec, plus a few additonal options of its own .....PAExec is a freely-redistributable re-implementation of SysInternal/Microsoft's popular PsExec program. PAExec aims to be a drop in replacement for PsExec, so the command-line usage is identical, with additional options also supported. This work was originally inspired by Talha Tariq's RemCom.Usage: PAExec [\\computer[,computer2[,...]] | @file][-u user [-p psswd]|[-p@ file [-p@d]]] [-n s] [-l][-s|-e][-x][-i [session]][-c [-f|-v] [-csrc path]][-lo path][-rlo path][-ods][-w directory][-d][-][-a n,n,...][-dfr][-noname][-to seconds] cmd [arguments].... jaclaz
jaclaz Posted March 6, 2014 Author Posted March 6, 2014 Grab it before the MS lawyers do! Naah, it is a rewritten tool, it is not like command switches are subject to copyright.And, of course there are more really free tools that offer the same (or better) capabilities of corresponding non-redistributable MS command line tools.A few are here:http://fstaal01.home.xs4all.nl/downloads-us.htmlSWReg - freeware implementation of Microsoft's reg.exeSWSC - freeware implementation of Microsoft's sc.exe...SWXCACLS - a binary implementation of XCACLS.vbsAs a replacement for SRVANY I like this nice tool:NSSM - the Non-Sucking Service Managerhttp://nssm.cc/jaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now