PowerShell Project The print spooler is a service application that manages printer jobs sent from a computer to printer or print server, allowing for a buffer - though more commonly known as a queue. The print queue as described, is a queue of stored printing tasks that execute in chronological order, allowing for fair use and management of printer resources. While there are various reasons a host may receive errors pertaining to print spooler communication, I decided to write a PowerShell script to run a series of commonly used administrative tasks that simply restarts the service as quick fix script, to meet slightly exceed the expectations of the project as it is a common adminstrative task. To perform this task using the Windows GUI, an Administrator could: Windows Key + R and type services.msc Once ran will bring up the Services dialog as seen below. At this point we look for “Print Spooler”, right click where we can then stop start or restart the service.
Comments
Post a Comment