i need to deploy application in command prompt as a admin using psexec
please tell me the different methods of deploying using command prompt as a adminĀ
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
anonymous_9363
8 years ago
Must...resist...
Can't....hold on...much...longer...
[begins typing http://www.lmgt...] No! Stop! Stop now!!
Comments:
-
I couldn't help myself XD
http://lmgtfy.com/?q=how+to+use+PSEXEC+for+dummies&l=1 - rileyz 8 years ago
Posted by:
JasonEgg
8 years ago
Unless you specify otherwise, KACE will run all jobs as SYSTEM, i.e. with admin rights. So you shouldn't need to invoke psexec unless you want to run as a user other than SYSTEM. In that case, check out this page: http://www.itninja.com/blog/view/kace-pstools-psexec-common-commands
Comments:
-
What if you want to test an installation? You cannot test and installation as system unless running through psexec. The commandline you are looking for is "psexec -s -h -w WORKINGDIR \\COMPUTERNAME COMMANDLINE" - The workingdir should be where the setup-files are located. Also the account running the command should be admin on COMPUTERNAME. - Hedkandi 8 years ago
Posted by:
anonymous_9363
8 years ago
>KACE will run all jobs as SYSTEM
...which is great, save for the fact that the OP didn't mention Kace :-)
...which is great, save for the fact that the OP didn't mention Kace :-)
Comments:
-
You've got me there! Sorry: I always assume KACE, though I know its only a subset of the community. - JasonEgg 8 years ago