{"id":1577,"date":"2015-05-22T05:12:02","date_gmt":"2015-05-22T05:12:02","guid":{"rendered":"http:\/\/microsoftgeek.com\/?p=1577"},"modified":"2018-09-06T23:15:37","modified_gmt":"2018-09-06T23:15:37","slug":"setting-up-a-windows-server-2008-print-server","status":"publish","type":"post","link":"https:\/\/microsoftgeek.com\/?p=1577","title":{"rendered":"Setting Up a Windows Server 2008 Print Server"},"content":{"rendered":"<h2>Installing the Print Server<\/h2>\n<p>The first step in setting up a Windows Server 2008 print server is to install the Print Server role. This is achieved by launching the Server Manager, selecting\u00a0<i>Roles<\/i>\u00a0item from the tree in the left pane and clicking on\u00a0<i>Add Roles<\/i>. In the\u00a0<i>Add Roles Wizard<\/i>\u00a0click next on the\u00a0<i>Welcome<\/i>\u00a0screen if one appears and then select the\u00a0<i>Print Services<\/i>\u00a0option. Click\u00a0<i>Next<\/i>\u00a0and read the information displayed before clicking\u00a0<i>Next<\/i>\u00a0once again to proceed to the\u00a0<i>Select Role Services<\/i>\u00a0screen. On this screen a number of different service options are available for selection and installation as outlined in the following table:<\/p>\n<table id=\"E3B\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n<tbody>\n<tr valign=\"top\" bgcolor=\"#cccccc\">\n<td><strong>Option<\/strong><\/td>\n<td><strong>Description<\/strong><\/td>\n<\/tr>\n<tr valign=\"top\">\n<td>Print Server<\/td>\n<td>Installs the print server and Print Management console. This is a prerequisite for configuring print services on Windows Server 2008.<\/td>\n<\/tr>\n<tr valign=\"top\" bgcolor=\"#e9e9e6\">\n<td>LDP Service<\/td>\n<td>Installs the TCP\/IP Line Printer Daemon Service (LPDSV) allowing UNIX, Linux and other Line Printer Remote (LPR0) based computers to print via the print server. This setting also opens port in the Windows Firewall.<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td>Internet Printing<\/td>\n<td>Creates an Internet Information Service (IIS) hosted web site where users can manage printers and connect and print to shared printers hosted in the server using the Internet Printing Protocol (IPP). The default URL for the web site is http:\/\/servername\/Printers, where\u00a0<i>servername<\/i>\u00a0is the name of the server running the print services.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>With the required options selected, click\u00a0<i>Next<\/i>. Note that if\u00a0<i>Internet Printing<\/i>\u00a0was selected and the IIS role is not currently installed in the server, the wizard will prompt to add additional roles. If prompted, click on the\u00a0<i>Add Required Role Services<\/i>\u00a0button to proceed. Click\u00a0<i>Next<\/i>\u00a0on any information pages that may be displayed until the\u00a0<i>Confirmation<\/i>\u00a0screen appears. After reviewing the summary information provided, click\u00a0<i>Install<\/i>\u00a0to initiate the installation process.<\/p>\n<p>&nbsp;<\/p>\n<h2>Print Services Management Tools<\/h2>\n<p>Once print services are installed a number of print management tools are now available on the system. First and foremost is the Print Management snap-in which may be accessed via\u00a0<i>Start -&gt; All Programs -&gt; Administrative Tools -&gt; Print Management<\/i>. A useful command-line tool is also available in the form of the Print Backup Recovery Migration tool. The executable is named\u00a0<b>Printbrm.exe<\/b>\u00a0and is located in\u00a0<i>%SystemRoot%\\System32\\Spool\\Tools<\/i>.<\/p>\n<p>A number of useful VBscript tools are also available in\u00a0<i>%SystemRoot%\\System32\\Printing_Admin_Scripts\\en-US<\/i>\u00a0(note that if you use a language other than en-US the path will need to be change accordingly). Scripts are available for configuring printer settings (<b>prncfg.vbs<\/b>), listing and managing printer drivers (<b>prndrvr.vbs<\/b>), managing print jobs (<b>prnjobs.vbs<\/b>), managing print queues (<b>prnQctl.vbs<\/b>), publishing printers to active directory (<b>pubprn.vbs<\/b>), installing and managing printers (<b>prnmngr.vbs<\/b>) and for managing TCP\/IP printer ports (<b>prnport.vbs<\/b>).<\/p>\n<p>The scripts are executed using the\u00a0<i>cscript.exe<\/i>\u00a0command and when run without any command-line options will display a list of supported options. For example:<\/p>\n<pre>cscript prnjobs.vbs\r\n\r\nMicrosoft (R) Windows Script Host Version 5.7\r\nCopyright (C) Microsoft Corporation. All rights reserved.\r\n\r\nUsage: prnjobs [-zmxl?] [-s server][-p printer][-j jobid][-u user name][-w password]\r\n\r\nArguments:\r\n-j     - job id\r\n-l     - list all jobs\r\n-m     - resume the job\r\n-p     - printer name\r\n-s     - server name\r\n-u     - user name\r\n-w     - password\r\n-x     - cancel the job\r\n-z     - pause the job\r\n-?     - display command usage\r\n\r\nExamples:\r\nprnjobs -z -p printer -j jobid\r\nprnjobs -l -p printer\r\nprnjobs -l<\/pre>\n<p>&nbsp;<\/p>\n<h2>Adding Network Printers to the Print Server using Auto-detect<\/h2>\n<p>Obviously, a print server without any printers isn&#8217;t going to be of much use. Not surprisingly, therefore, the next step after installing Print Services is to add printers. Printers may either be network based, or locally connected to the server. In the case of network printers, these may be added either manually or using auto-detection. Under auto-detection, Print Management scans the subnet on which the server resides and searches for any devices it can identify as being printers. As printers are detected on the network they are displayed in a list where they may be selected and added to the print server.<\/p>\n<p>To add network printers using auto-detection, open the Print Management tool via\u00a0<i>Start -&gt; All Programs -&gt; Administrative Tools -&gt; Print Management<\/i>, unfold the\u00a0<i>Print Servers<\/i>\u00a0from the list in the left pane, right click the local or remote print server to which the new printer is to be added and select\u00a0<i>Add Printer&#8230;<\/i>. This will display the\u00a0<i>Network Printer Installation Wizard<\/i>\u00a0as illustrated below:<\/p>\n<p>&nbsp;<\/p>\n<div>\n<div id=\"dv_pp_SbYH14Ltq4Yr\">\n<div id=\"richmedia_4\" align=\"center\">\n<div id=\"tfac_3002502057525470\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"The Windows Server 2008 Network Printer Wizard\" src=\"http:\/\/www.techotopia.com\/images\/5\/56\/Windows_server_2008_network_printer_wizard.jpg\" width=\"511\" height=\"395\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_network_printer_wizard.jpg\" \/><br \/>\nIn order to have the wizard search for printers on the network, ensure that the\u00a0<i>Search for network printers<\/i>\u00a0is selected and click on\u00a0<i>Next<\/i>. At this point the wizard will begin the process of scanning the network for printers. As each printer is detected it will be listed. In the following example, the wizard has detected an HP Deskjet 5800 printer on the network with an IP address of 192.168.2.10:<\/p>\n<div>\n<div id=\"bookcover_sky\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Scanning for Network Printers\" src=\"http:\/\/www.techotopia.com\/images\/6\/6a\/Windows_server_2008_network_printer_search.jpg\" width=\"513\" height=\"395\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_network_printer_search.jpg\" \/><br \/>\nIf no printers are detected, ensure that the printers are connected to the network and powered on and are on the same subnet as the print server. Once the scan is complete, select the required printer from the list and click\u00a0<i>Next<\/i>\u00a0to proceed to the\u00a0<i>Printer Driver<\/i>\u00a0screen. If a driver for the printer is already installed, select it from the drop down list. Alternatively select the\u00a0<i>Install a new driver<\/i>\u00a0option and click\u00a0<i>Next<\/i>\u00a0to proceed to the\u00a0<i>Printer Installation<\/i>\u00a0screen where a list of printer manufacturers and models is presented. Select the make and model of the printer from the list:<br \/>\n<img loading=\"lazy\" decoding=\"async\" alt=\"Selecting the manufacturer and model of a Network Printer\" src=\"http:\/\/www.techotopia.com\/images\/1\/19\/Windows_server_2008_printer_make_and_model.jpg\" width=\"511\" height=\"396\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_printer_make_and_model.jpg\" \/><br \/>\nIf the make and model of printer are not listed, check to see if the printer was supplied with a driver disk, or whether a driver can be obtained from the manufacturer&#8217;s web site. Assuming this to be the case, use the\u00a0<i>Have Disk<\/i>\u00a0button to browse for and select the appropriate manufacturer driver. With either a printer selected from the list, or a suitable driver specified, click on\u00a0<i>Next<\/i>\u00a0to configure the\u00a0<i>Printer Name and Share Settings<\/i>. On this screen, enter the name by which the new printer will be shared to clients over the network. If the printer is not to be shared, ensure that the\u00a0<i>Share this printer<\/i>\u00a0is not selected. Also, enter a location description (for example, &#8220;Printer in Accounts&#8221;) and comment if desired. Click\u00a0<i>Next<\/i>\u00a0to display the printer summary screen as illustrated below where the selected settings are presented for review:<br \/>\n<img loading=\"lazy\" decoding=\"async\" alt=\"New network printer settings summary screen\" src=\"http:\/\/www.techotopia.com\/images\/1\/1b\/Windows_server_2008_new_printer_summary.jpg\" width=\"513\" height=\"395\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_new_printer_summary.jpg\" \/><br \/>\nAssuming the configuration summary is correct, click\u00a0<i>Next<\/i>\u00a0to install the new printer. At this point the wizard will report that the driver has been successfully installed and that a test page is ready to be printed. If another printer is to be added to the print server, select the\u00a0<i>Add Another Printer<\/i>\u00a0option to instruct the wizard to loop back to the start of the installation process.<\/p>\n<p>&nbsp;<\/p>\n<h2>Manually Adding Network Printers to a Print Server<\/h2>\n<p>The preceding section discussed the use of auto-detection to locate and install and network attached printer. This section will cover the manual installation of a network printer. As with auto-detection, begin by invoking the Print Management tool (<i>Start -&gt; All Programs -&gt; Administrative Tools -&gt; Print Management<\/i>), unfold the\u00a0<i>Print Servers<\/i>\u00a0category from the list in the left pane, right click the local or remote print server to which the new printer is to be added and select\u00a0<i>Add Printer&#8230;<\/i>. This will launch the<i>Network Printer Installation Wizard<\/i>. On the initial page of the wizard select the option labeled\u00a0<i>Add a TCP\/IP or Web Services Printer by IP address or hostname<\/i>\u00a0and click\u00a0<i>Next<\/i>\u00a0to proceed to the\u00a0<i>Printer Address<\/i>\u00a0screen. If the type of printer is known (<i>TCP\/IP device<\/i>\u00a0or\u00a0<i>Web Services Printer<\/i>) make the appropriate selection. Alternatively, leave the setting as\u00a0<i>Auto Detect<\/i>\u00a0to have the wizard identify the printer type. Enter the IP address or hostname of the printer to be added to the print server. The wizard will automatically generate a unique port name to accompany the IP address or hostname. The option is also provided to have the wizard attempt to identify the appropriate driver for the new printer. The following figure illustrates the screen as described:<br \/>\n<img loading=\"lazy\" decoding=\"async\" alt=\"Configuring the IP address and port for a new network printer\" src=\"http:\/\/www.techotopia.com\/images\/8\/8d\/Windows_server_2008_printer_address.jpg\" width=\"511\" height=\"390\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_printer_address.jpg\" \/><br \/>\nClick\u00a0<i>Next<\/i>\u00a0to install a printer driver. If a driver for the printer is already installed on the print server, select it from the drop down list. Alternatively select the\u00a0<i>Install a new driver<\/i>\u00a0option and click\u00a0<i>Next<\/i>\u00a0to proceed to the\u00a0<i>Printer Installation<\/i>\u00a0screen where a list of printer manufacturers and models is presented. Select the make and model of the printer from the list, or use the\u00a0<i>Have Disk<\/i>\u00a0to install the manufacturer supplied driver.<\/p>\n<p>With either a printer selected, click on\u00a0<i>Next<\/i>\u00a0to configure the\u00a0<i>Printer Name and Share Settings<\/i>. On this screen, enter the name by which the new printer will be shared to clients over the network. If the printer is not to be shared, ensure that the\u00a0<i>Share this printer<\/i>\u00a0is not selected. Also, enter a location description (for example, &#8220;Color Printer in Sales&#8221;) and comment if desired. Click\u00a0<i>Next<\/i>\u00a0to perform the installation and print an optional test page.<\/p>\n<p>&nbsp;<\/p>\n<h2>Adding a Locally Connected Printer<\/h2>\n<p>Since servers are generally sequestered in climate controlled server room and printers are located in proximity to the users it always seems a little odd to talk about installing printers with are locally connected to servers. That said, it is a topic which needs to covered, and cover it we will.<\/p>\n<p>Local printers will be connected to the server using a serial (COM) port, a parallel (LPT) port or a Universal Serial Bus (USB) port. Often, Windows will automatically detect a new printer as soon as it is connected and powered up. In this situation an icon will appear in the task bar indicating that the new device has been detected. Clicking on this icon presents the option to view details about the installation process, resulting in the appearance of a dialog similar to the one illustrated below, where a Brother MFC-420CN printer has been detected and is being installed:<br \/>\n<img loading=\"lazy\" decoding=\"async\" alt=\"Windows Server 2008 Auto detecting and installing a USB printer\" src=\"http:\/\/www.techotopia.com\/images\/7\/7f\/Windows_server_2008_autodetect_local_printer.jpg\" width=\"533\" height=\"239\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_autodetect_local_printer.jpg\" \/><br \/>\nOnce the printer has been installed, it will likely need to be configured for network sharing. To achieve this, launch the Print Management tool, select the print server to which the printer is physically connected and click on\u00a0<i>Printers<\/i>. The center pane of the tool will display a list of printers installed on the current print server. Identify the required printer in the list, double click on it to display the properties dialog and select the\u00a0<i>Sharing<\/i>\u00a0tab:<br \/>\n<img loading=\"lazy\" decoding=\"async\" alt=\"Printer Share properties\" src=\"http:\/\/www.techotopia.com\/images\/6\/64\/Windows_server_2008_printer_share_properties.jpg\" width=\"408\" height=\"469\" longdesc=\"http:\/\/www.techotopia.com\/index.php\/Image:Windows_server_2008_printer_share_properties.jpg\" \/><br \/>\nIf the printer is to be shared with network client, set the\u00a0<i>Share this printer<\/i>\u00a0check box and enter a suitable share name for the printer. This page also allows\u00a0<i>Client-side Rendering(CSR)<\/i>\u00a0to be configured. When selected, all rendering of print jobs is performed on the client and just the RAW print data sent to the server for printing. This offloads the rendering overhead to the client computers, thereby reducing the load, and increasing the scalability of the print server.<\/p>\n<p>If Windows fails to auto-detect the printer it may be added manually from Print Management by right clicking on the print server to which the device is attached and selecting\u00a0<i>Add Printer&#8230;<\/i>. On the initial screen select the\u00a0<i>Add new printer using an existing port<\/i>\u00a0and choose the port to which the printer is connected from the drop down list. Once selected, click\u00a0<i>Next<\/i>\u00a0to install a printer driver. If one is already installed, select it from the drop down next to the\u00a0<i>use an existing printer driver on the computer<\/i>. Alternatively, select\u00a0<i>Install a new printer driver<\/i>\u00a0and either select the printer make and model from the list, or use the\u00a0<i>Have Disk<\/i>\u00a0to install the manufacturer supplied driver. Click\u00a0<i>Next<\/i>\u00a0to proceed to the\u00a0<i>Printer Name and Sharing<\/i>\u00a0screen. Choose whether the printer is to be shared and, if so, by what name. Proceed to the summary screen, review the information and complete the installation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing the Print Server The first step in setting up a Windows Server 2008 print server is to install the Print Server role. This is achieved by launching the Server Manager, selecting\u00a0Roles\u00a0item from the tree in the left pane and clicking on\u00a0Add Roles. In the\u00a0Add Roles Wizard\u00a0click next on the\u00a0Welcome\u00a0screen if one appears and then [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1577","post","type-post","status-publish","format-standard","hentry","category-general-2008"],"_links":{"self":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/1577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1577"}],"version-history":[{"count":2,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/1577\/revisions"}],"predecessor-version":[{"id":2631,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/1577\/revisions\/2631"}],"wp:attachment":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}