Print spooler batch file help.
15 pts.
0
Q:
Print spooler batch file help.
Hey all,

An end user has requested a facility to restart the print spoolers on a remote print server. I know how to create a batch file to restart the spoolers on a local machine but how would I go about pointing it to the remote sever?

Many thanks,

K
ASKED: Sep 20 2008  1:04 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
46810 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
You can use the SC command to remotely stop and start services.

sc \\ServerName stop ServiceName
sc \\ServerName start ServiceName
Last Answered: Sep 20 2008  8:41 PM GMT by Mrdenny   46810 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Halion   15 pts.  |   Sep 21 2008  3:10PM GMT

Many thanks,

That’s great,

 
0