Garacesh Posted February 28, 2013 Posted February 28, 2013 (edited) Print Server is nicely set up, I've got a script to add the printers from the print server and remove all the local printers as they're no longer needed. I've set up Papercut Print Logger and sorted out access rights to shares/etc so that the Assistant Head (who is the most computer literate lady here) and the Head can check the print logs. Before I action all of this, I want to give them a way to restart the print spooler should it ever fall over, jobs getting stuck, etc, since I'm not here too often. Apparently, this should work.. sc \\HWP-PrintServernet stop PCPrintLogger sc \\HWP-PrintServernet stop Spooler del /Q /F \\HWP-PrintServer\Spooler$\*.* sc \\HWP-PrintServer start Spooler sc \\HWP-PrintServer start PCPrintLogger (Stop Papercut, stop Spooler, delete all files from \\...\System32\spool\PRINTERS on the server to clear the queues, start Spooler, start Papercut) However, each of the sc \\HWP-PrintServer commands returns the following: [sC] OpenSCManager FAILED 1722: The RPC server is unavailable. Google tells me everything from 'It's a virus' to 'Ensure File and Printer sharing is enabled' (it is) and I'm a little stuck as to where I go from here. Anybody encountered this kind of thing before? I know I could allow RDP but I don't think they'll be too confident doing that, so I'd rather just wrap it up in a nice little file they can double-click and be done with, where possible. Edited February 28, 2013 by Garacesh
Duke5A Posted February 28, 2013 Posted February 28, 2013 You need to enable Remote Administration on the firewall (or just disable the firewall altogether) and add their domain user accounts to the BUILTIN\Administrators group on the print server.
Garacesh Posted March 4, 2013 Author Posted March 4, 2013 Ah, thank you, I'll give that a bash when I'm back there later this week. First time setting up a server - I think I'm doing well at winging it xD
ricki Posted March 5, 2013 Posted March 5, 2013 Hi It might also be worth having a look at psexec. PsExec Richard
Garacesh Posted March 5, 2013 Author Posted March 5, 2013 Seems no sense putting in third party tools that grant the ability for them to do a tonne of things they'll never want or need to do All I need is for the asst. head to access print logs (which are in an administrative share she's got access to) and restart the spooler, since I'm only there a day per week.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now