TreeTwista10 minisoldr 148446 Posts user info edit post |
Is this possible to do?
Can you start and stop services from a CLI on another computer? Whats the syntax? ie
C:\> NET START (Server name) “Print Spooler”? Any ideas? 11/17/2008 1:57:48 PM |
synapse play so hard 60939 Posts user info edit post |
http://www.google.com/search?rlz=1C1GGLS_enUS291&sourceid=chrome&ie=UTF-8&q=start+service+remotely 11/17/2008 1:59:28 PM |
evan All American 27701 Posts user info edit post |
lolgoogle 11/17/2008 2:01:53 PM |
TreeTwista10 minisoldr 148446 Posts user info edit post |
so i guess i should dl Service Manager NT or something as there arent any native commands for remote stopping and starting? 11/17/2008 2:04:44 PM |
synapse play so hard 60939 Posts user info edit post |
surely you can't be this dense
the answer is in nearly every link of those google results 11/17/2008 2:13:21 PM |
qntmfred retired 40726 Posts user info edit post |
srsly 11/17/2008 2:15:27 PM |
synapse play so hard 60939 Posts user info edit post |
and if you want a GUI use the MMC, don't download some stupid program] 11/17/2008 2:17:16 PM |
TreeTwista10 minisoldr 148446 Posts user info edit post |
i dont have netsvc or sc on this machine and i already said i want to use CLI
but i forgot what the section was for, its not for helping people, its for making them feel dumb
[Edited on November 17, 2008 at 2:34 PM. Reason : .] 11/17/2008 2:34:03 PM |
evan All American 27701 Posts user info edit post |
Quote : | "but i forgot what the section was for, its not for helping people, its for making them feel dumb" |
no, it's for helping people who can't find the answers to their questions with a simple google search, or for general discussion about a topic
those that ask questions that can be answered with a simple google search will be made to feel as dumb as humanly possible11/17/2008 3:01:59 PM |
synapse play so hard 60939 Posts user info edit post |
http://www.google.com/search?hl=en&q=download+sc.exe
http://www.google.com/search?hl=en&q=download+netsvc.exe] 11/17/2008 3:13:18 PM |
TreeTwista10 minisoldr 148446 Posts user info edit post |
^^i'd normally just RDC into the machine and manually do what i need to, but i want to create a batch file that users can use that will stop the print spooler on a server, delete the hung document(s) in the spool folder, and then restart the print spooler without me having to do anything...a simple google search (and an even simpler NET HELP START) indicated that this could not be done using net commands from a CLI, so therefore i asked tww
^thank you 11/17/2008 4:01:34 PM |
qntmfred retired 40726 Posts user info edit post |
/thread 11/17/2008 4:06:27 PM |
synapse play so hard 60939 Posts user info edit post |
Quote : | "i'd normally just RDC into the machine and manually do what i need to" |
in the future use MMC, it's MUCH quicker than logging in etc
and while we're on the topic of remote management, is there any built-in way to administer scheduled tasks remotely (with a GUI, like MMC)? I'm guessing I have to download this: http://msdn.microsoft.com/en-us/library/bb756979.aspx]11/17/2008 4:06:43 PM |
synapse play so hard 60939 Posts user info edit post |
oh and if anyone wants remote administration on steroids check this out: http://www.systemtools.com/hyena/ 11/17/2008 6:37:46 PM |
evan All American 27701 Posts user info edit post |
batch scripts suck
WMI ftw 11/17/2008 7:29:57 PM |