SlideShare a Scribd company logo
Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers
Objectives Understand Windows Server 2003 printing terms and concepts Install and share printer resources Configure and manage installed printers Publish printers in Active Directory Troubleshoot printer problems
Windows Server 2003 Printing Concepts These concepts are required for configuring and troubleshooting Windows Server 2003 printing: Print device Printer Print driver Print server Print client
Windows Server 2003 Printing Concepts (continued) For efficient printing, network has following hardware requirements: One or more computers as print servers Sufficient space on a hard drive for the print server Sufficient RAM beyond that of minimum Windows Server 2003 requirements
Understanding Network Printing User sends job to local printer Job is spooled on local computer Directed to specific port, e.g., LPT1 User sends job to network printer Print client generates a print file Print file is rendered Print job is spooled on client machine
Understanding Network Printing (continued) If remote printer ready, print file is transmitted to Server service  Network print server processes print file (router, print provider, print processor, and print monitor)
Installing and Sharing Printer Resources The following sections discuss: Installing a local printer  Sharing printers for access to network users Connecting to an existing network printer
Adding a Printer as a Local Device Smaller networks may share print devices connected directly to a local port Need administrator privileges to install Use Add Printer Wizard for Windows Server 2003, configuration options include: Make, model, driver, port, default status, sharing Printers can be detected by Plug & Play or manually configured
Adding a Printer as a Local Device (continued)
Activity 8-1: Installing a Local Printer Objective: Use the Add Printer Wizard to install a local printer Log on using an administrative account Start the Add Printer Wizard  Configure the printer manually, setting manufacturer and make Finish configuration  Verify that printer is installed
Activity 8-2: Sharing a Local Printer for Network Access Objective:  Share an installed printer to allow network access Start    Printers and Faxes From the Properties of the printer, configure sharing  Verify that printer becomes shared
Activity 8-2: Sharing a Local Printer for Network Access (continued)
Adding a Printer as a Network Device Print device can be installed as a network device rather than directly connected to local print server Will communicate via TCP/IP (or other protocol)  Add Printer Wizard also used to install a print device on the network Primary difference in configuration  Create a new TCP/IP port rather than using local port using the Add Standard TCP/IP Printer Port Wizard
Adding a Printer as a Network Device (continued)
Activity 8-3: Installing a Network Printer Objective: Install a network printer using the Add Printer Wizard and by browsing the network Start    Printers and Faxes Open Add Printer Wizard and add partner’s network printer Verify that the new printer appears, then delete it As an alternate method, connect to the printer through the shared resources of the network and verify that it installs correctly
Configuring and Managing Printer Resources Initial configuration of a printer done at installation through Add Printer Wizard Additional configuration can be done through Properties of installed printer
Configuring an Existing Printer Can modify configuration settings through Properties
Activity 8-4: Exploring Printer Properties Objective: Explore the configurable properties for an installed printer Start    Printers and Faxes Open the Properties of the printer Browse the tabs and attributes available in the Properties menus Especially note the Sharing and Security tabs
Activity 8-4 (continued)
Activity 8-4 (continued) Sharing tab Allows you to enable or disable printer sharing and Active Directory publishing Security tab Allows you to control printer permissions
Activity 8-4 (continued)
Activity 8-5: Configuring Printer Permissions Objective: Configure printer security permissions Start    Printers and Faxes Open the Properties of the printer    Security tab Add and remove permissions for various groups Test that printing is available as requested for some groups but not for others
Activity 8-5 (continued) You can view a user’s effective printer permissions via Advanced Security Settings of a printer
Printer Pools and Priorities A printer pool is a single printer connected to a number of print devices Multiple physical print devices function as a single logical printer High-volume environments Reduced printing time Configured on Ports tab of printer’s Properties
Printer Pools and Priorities (continued)
Printer Pools and Priorities (continued) The priority of a printer is set from the Advanced tab of the printer’s Properties Priority is a number from 1 (lowest) to 99 (highest) To ensure that a specific user always has the highest priority, allow only that user access to the highest priority printer
Printer Pools and Priorities (continued)
Activity 8-6: Configuring Printer Pooling Objective:  Configure two printers to use the printer pooling feature in Windows Server 2003 Start    Printers and Faxes    Add Printer Use the Add Printer Wizard to install and configure a new printer to LPT2 From the Properties of the installed printer, enable printer pooling from the Ports tab and add an existing printer to the pool
Setting Up and Updating Client Computers After printer is installed and configured Set up client computers to print to the print server Clients running Windows 2000, Windows Server 2003, or Windows XP automatically download print driver upon connection Windows 95, 98, ME and NT 4.0 download if available, otherwise can be manually added Older Windows versions and non-Windows must have print driver manually installed
Activity 8-7: Installing Additional Print Drivers Objective: Install additional print drivers for the Windows 98 operating system Start    Printers and Faxes Printer Properties    Sharing tab    Additional Drivers Follow directions in the exercise to install the desired driver
Managing Print Queues Print jobs are queued while waiting for an available printer to be ready To view print queue, double-click the printer icon in the Printers and Faxes tool Users with Print permission can pause, resume, restart, or cancel printing of their own documents Users with Manage Documents permission can pause, resume, restart or cancel printing of other users’ documents
Internet Printing Protocol The Internet Printing Protocol (IPP) specification allows printers to be managed via a Web browser URL of the form http:// printservername /printers IPP support is build into Windows Server 2003 but requires Internet Information Services (IIS) IIS not installed by default
Internet Printing Protocol (continued) Clients running Windows 2000, XP and Server 2003 can connect to existing printers using Web interface or Add Printer Wizard Add Printer Wizard URL is  http://printservername/printers/printername/.printer
Internet Printing Protocol (continued)
Internet Printing Protocol (continued)
Internet Printing Protocol (continued) Benefits of using IPP Simplifies administrative management of printers from any system on the network Does not require printers to be installed on local client system Can print to other locations over the Internet, allows users access to remote printers
Internet Printing Protocol (continued)
Printer Command-Line Utilities Windows Server 2003 provides a number of built-in VBScript files  Allow printers to be managed from command line Because the utilities are VBScripts, they must be invoked using Windows Script Host (WSH) Command-line version is cscript.exe
Printer Command-Line Utilities (continued) Example command to display current configuration of a printer named HPLaserJet-Server01 cscript prncnfg.vbs –g –p hplaserjet-server01
Printer Command-Line Utilities (continued)
Print Spooler Jobs are spooled on the hard disk of the print server by default For Windows Server 2003, spooling occurs in the WINDOWS/system32/spool/PRINTERS folder by default Not optimal for high-volume printing because it is located in the same volume as the Windows operating system files
Print Spooler (continued) For best performance Move the print spool folder to a different partition On a dedicated disk optimally
Activity 8-8: Changing the Location of the Spool Folder Objective: Move the print spool folder to a different volume to improve printing performance Start    Printers and Faxes File menu    Server Properties    Advanced tab Complete the process of moving the folder following the directions in the exercise
Publishing Printers in Active Directory Shared printers can be published into Active Directory to help users find network printer resources Windows 2000- and Windows Server 2003-compatible printers installed on a domain print server are automatically published On earlier Windows versions, can be published manually Use VBScript pubprn.vbs to automate process
Activity 8-9: Publishing Printers in Active Directory Objective: Configure printer publishing settings and publish printers manually in Active Directory Start    Administrative Tools    Active Directory Users and Computers    View menu Configure the searchable features of a printer and find it by its features Unpublish the printer, search again, and observe the results
Troubleshooting Printer Problems Print jobs will not print Ensure printer is online, there is enough disk space for spool folder, not out of paper Printer output appears garbled Ensure that you have the correct drivers Users receive an Access Denied message when attempting to print Review and correct permissions
Troubleshooting Printer Problems (continued) Users cannot find an existing printer when searching Active Directory Ensure printer is published Printer only works at certain times of the day Change printer availability or direct user to a different printer Windows 95/98/ME users cannot connect to a printer Make required drivers available
Troubleshooting Printer Problems (continued) Print jobs become stuck in the print queue Restart from the print server Print device failure  Redirect print jobs if necessary
Activity 8-10: Configuring the Spooler Service Objective: View and configure properties of the spooler service Start    My Computer    Manage Follow directions in exercise to view and configure various properties
Summary Components of a printing system include print devices (local and network), printers, print drivers, print servers, print clients A printer is a configurable object that controls the connection to a print device Main tool for installing printers is the Add Printer Wizard Printer configuration options can be modified through the Properties of the printer
Summary (continued) Printer permissions include: Print, Manage documents, Manage printers, Special permissions Printer priorities can be set from 1 to 99 A printer pool is a single printer connected to a number of print devices A print queue contains jobs that are waiting to print Can be managed by users with appropriate permissions
Summary (continued) Alternatives to managing printers via the Printers and Faxes tool: Internet Printing Protocol Printer command-line utilities (VBScripts) Spool folder should be located carefully Shared printers can be published into Active Directory for ease in locating appropriate features Common printer problems and standard fixes are used for troubleshooting

More Related Content

PPT
Chapter07 Advanced File System Management
PPT
Chapter04 Implementing And Managing Group And Computer Accounts
PPTX
Printer sharing
PPT
Chapter 6 - INTRODUCTION TO NETWORK OPERATING SYSTEM - 0S and NOS.ppt
PPT
Slides chapter 9
PPT
Oop lec 2(introduction to object oriented technology)
PPTX
IP tables and Filtering
PPT
Chapter02 Managing Hardware Devices
Chapter07 Advanced File System Management
Chapter04 Implementing And Managing Group And Computer Accounts
Printer sharing
Chapter 6 - INTRODUCTION TO NETWORK OPERATING SYSTEM - 0S and NOS.ppt
Slides chapter 9
Oop lec 2(introduction to object oriented technology)
IP tables and Filtering
Chapter02 Managing Hardware Devices

What's hot (20)

PPTX
NFV : Virtual Network Function Architecture
PPT
Chapter09 Implementing And Using Group Policy
PPTX
Network monitoring tools
PPTX
Print server
PPTX
Communication And Synchronization In Distributed Systems
PPT
Fault Tolerance System
PPT
Fault Tolerance (Distributed computing)
PPT
Server configuration
ODP
The Art Of Debugging
PPTX
Internetworking
PDF
CNIT 123: 6: Enumeration
PPTX
Fedora os presentation
PPTX
Virtualization using VMWare Workstation
PDF
Configuring and administrate server
PPSX
User Administration in Linux
PPT
Software architecture design ppt
PPT
virtual machine.ppt
PPTX
1 introduction to windows server 2016
PPT
Lesson 6 - Understanding File and Print Sharing
PDF
Linux Network Management
NFV : Virtual Network Function Architecture
Chapter09 Implementing And Using Group Policy
Network monitoring tools
Print server
Communication And Synchronization In Distributed Systems
Fault Tolerance System
Fault Tolerance (Distributed computing)
Server configuration
The Art Of Debugging
Internetworking
CNIT 123: 6: Enumeration
Fedora os presentation
Virtualization using VMWare Workstation
Configuring and administrate server
User Administration in Linux
Software architecture design ppt
virtual machine.ppt
1 introduction to windows server 2016
Lesson 6 - Understanding File and Print Sharing
Linux Network Management
Ad

Viewers also liked (20)

PPT
Chapter01 Introduction To Windows Server 2003
PDF
itft_system admin
PPT
Palmer 6
PDF
Сisco IP NGN: сервисный уровень и управление IP-адресацией в сетях операторов...
PPTX
MCSA 70-412 Chapter 01
PPTX
Campaign of networking in csit association of Nepal
PPTX
Basic Computer Hardware
PDF
DNS, DHCP & IPAM with IPv6
PPTX
TUTORIAL WINDOWS SERVER 2003
PPTX
Pace IT - Printer Installation
PDF
Installation of Active Directory on Windows Server 2003 Server
PPT
Basic Computer Networking Tutorial
PDF
Installation of Active Directory on Windows 2000 Server
PPT
Workgroup vs domain
PPTX
Dhcp, dns and proxy server (1)
PPTX
Presentation on computer networking
PPT
news media management ppt
PPT
Samba server
PPTX
Impact of ICT on libraries
Chapter01 Introduction To Windows Server 2003
itft_system admin
Palmer 6
Сisco IP NGN: сервисный уровень и управление IP-адресацией в сетях операторов...
MCSA 70-412 Chapter 01
Campaign of networking in csit association of Nepal
Basic Computer Hardware
DNS, DHCP & IPAM with IPv6
TUTORIAL WINDOWS SERVER 2003
Pace IT - Printer Installation
Installation of Active Directory on Windows Server 2003 Server
Basic Computer Networking Tutorial
Installation of Active Directory on Windows 2000 Server
Workgroup vs domain
Dhcp, dns and proxy server (1)
Presentation on computer networking
news media management ppt
Samba server
Impact of ICT on libraries
Ad

Similar to Chapter08 Implementing And Managing Printers (20)

PPSX
Lesson 10: Managing Printers
PPT
network printer.ppt
PPT
Windows Server 2008 Printing in server.ppt
PPTX
Chapter 3pppppppppppppppppppppppppppp.pptx
DOCX
Network printer
PDF
Test
PDF
Test
PPT
Printers and groups
PPT
Printers And Groups
PDF
Novell iPrint: Advanced Features on Linux
PDF
Novell iPrint: Advanced Features on Linux
PPTX
Lecture 10 the user experience
PPTX
Lecture 10 the user experience (1)
PPT
Network Implementation and Support Lesson 08 Printers - Eric Vanderburg
PPT
Lesson 5 - Managing Devices
PPT
Print Manager Plus
PDF
How To Set Up a Printer On your Network .pdf
PDF
Help Center Go Print Mis..
PDF
Module1 print
PPT
Installing modem,printer.47
Lesson 10: Managing Printers
network printer.ppt
Windows Server 2008 Printing in server.ppt
Chapter 3pppppppppppppppppppppppppppp.pptx
Network printer
Test
Test
Printers and groups
Printers And Groups
Novell iPrint: Advanced Features on Linux
Novell iPrint: Advanced Features on Linux
Lecture 10 the user experience
Lecture 10 the user experience (1)
Network Implementation and Support Lesson 08 Printers - Eric Vanderburg
Lesson 5 - Managing Devices
Print Manager Plus
How To Set Up a Printer On your Network .pdf
Help Center Go Print Mis..
Module1 print
Installing modem,printer.47

More from Raja Waseem Akhtar (20)

PPS
The prophet's wives
PPS
God is Great
PPS
Namaz ka tareeqa
PPS
Aayat ul qursi
PPT
Indiansoldiers
PPS
2ªwwii how did it fought
PPT
Fun with EMC2
PPS
Jerusalm at night.pps
PPS
From the sky
PPS
Discover the discovery
PPT
Solaris servers sec
PPT
The OSI - seven layers
PPT
Chapter16 - the internet and its tools
PPT
Chapter15 -- implementing and managing networks
PPT
Chapter14 -- networking security
PPT
Chapter13 -- ensuring integrity and availability
PPT
Chapter12 -- troubleshooting networking problems
PPT
Chapter11 -- networking with tcpip and the internet
PPT
Chapter10 -- netware-based networking
PPT
Chapter09 -- networking with unix and linux
The prophet's wives
God is Great
Namaz ka tareeqa
Aayat ul qursi
Indiansoldiers
2ªwwii how did it fought
Fun with EMC2
Jerusalm at night.pps
From the sky
Discover the discovery
Solaris servers sec
The OSI - seven layers
Chapter16 - the internet and its tools
Chapter15 -- implementing and managing networks
Chapter14 -- networking security
Chapter13 -- ensuring integrity and availability
Chapter12 -- troubleshooting networking problems
Chapter11 -- networking with tcpip and the internet
Chapter10 -- netware-based networking
Chapter09 -- networking with unix and linux

Recently uploaded (20)

PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Machine Learning_overview_presentation.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Big Data Technologies - Introduction.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation theory and applications.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Approach and Philosophy of On baking technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Machine Learning_overview_presentation.pptx
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Big Data Technologies - Introduction.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine learning based COVID-19 study performance prediction
Encapsulation theory and applications.pdf
Electronic commerce courselecture one. Pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Assigned Numbers - 2025 - Bluetooth® Document
Network Security Unit 5.pdf for BCA BBA.
Approach and Philosophy of On baking technology
Reach Out and Touch Someone: Haptics and Empathic Computing
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...

Chapter08 Implementing And Managing Printers

  • 1. Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers
  • 2. Objectives Understand Windows Server 2003 printing terms and concepts Install and share printer resources Configure and manage installed printers Publish printers in Active Directory Troubleshoot printer problems
  • 3. Windows Server 2003 Printing Concepts These concepts are required for configuring and troubleshooting Windows Server 2003 printing: Print device Printer Print driver Print server Print client
  • 4. Windows Server 2003 Printing Concepts (continued) For efficient printing, network has following hardware requirements: One or more computers as print servers Sufficient space on a hard drive for the print server Sufficient RAM beyond that of minimum Windows Server 2003 requirements
  • 5. Understanding Network Printing User sends job to local printer Job is spooled on local computer Directed to specific port, e.g., LPT1 User sends job to network printer Print client generates a print file Print file is rendered Print job is spooled on client machine
  • 6. Understanding Network Printing (continued) If remote printer ready, print file is transmitted to Server service Network print server processes print file (router, print provider, print processor, and print monitor)
  • 7. Installing and Sharing Printer Resources The following sections discuss: Installing a local printer Sharing printers for access to network users Connecting to an existing network printer
  • 8. Adding a Printer as a Local Device Smaller networks may share print devices connected directly to a local port Need administrator privileges to install Use Add Printer Wizard for Windows Server 2003, configuration options include: Make, model, driver, port, default status, sharing Printers can be detected by Plug & Play or manually configured
  • 9. Adding a Printer as a Local Device (continued)
  • 10. Activity 8-1: Installing a Local Printer Objective: Use the Add Printer Wizard to install a local printer Log on using an administrative account Start the Add Printer Wizard Configure the printer manually, setting manufacturer and make Finish configuration Verify that printer is installed
  • 11. Activity 8-2: Sharing a Local Printer for Network Access Objective: Share an installed printer to allow network access Start  Printers and Faxes From the Properties of the printer, configure sharing Verify that printer becomes shared
  • 12. Activity 8-2: Sharing a Local Printer for Network Access (continued)
  • 13. Adding a Printer as a Network Device Print device can be installed as a network device rather than directly connected to local print server Will communicate via TCP/IP (or other protocol) Add Printer Wizard also used to install a print device on the network Primary difference in configuration Create a new TCP/IP port rather than using local port using the Add Standard TCP/IP Printer Port Wizard
  • 14. Adding a Printer as a Network Device (continued)
  • 15. Activity 8-3: Installing a Network Printer Objective: Install a network printer using the Add Printer Wizard and by browsing the network Start  Printers and Faxes Open Add Printer Wizard and add partner’s network printer Verify that the new printer appears, then delete it As an alternate method, connect to the printer through the shared resources of the network and verify that it installs correctly
  • 16. Configuring and Managing Printer Resources Initial configuration of a printer done at installation through Add Printer Wizard Additional configuration can be done through Properties of installed printer
  • 17. Configuring an Existing Printer Can modify configuration settings through Properties
  • 18. Activity 8-4: Exploring Printer Properties Objective: Explore the configurable properties for an installed printer Start  Printers and Faxes Open the Properties of the printer Browse the tabs and attributes available in the Properties menus Especially note the Sharing and Security tabs
  • 20. Activity 8-4 (continued) Sharing tab Allows you to enable or disable printer sharing and Active Directory publishing Security tab Allows you to control printer permissions
  • 22. Activity 8-5: Configuring Printer Permissions Objective: Configure printer security permissions Start  Printers and Faxes Open the Properties of the printer  Security tab Add and remove permissions for various groups Test that printing is available as requested for some groups but not for others
  • 23. Activity 8-5 (continued) You can view a user’s effective printer permissions via Advanced Security Settings of a printer
  • 24. Printer Pools and Priorities A printer pool is a single printer connected to a number of print devices Multiple physical print devices function as a single logical printer High-volume environments Reduced printing time Configured on Ports tab of printer’s Properties
  • 25. Printer Pools and Priorities (continued)
  • 26. Printer Pools and Priorities (continued) The priority of a printer is set from the Advanced tab of the printer’s Properties Priority is a number from 1 (lowest) to 99 (highest) To ensure that a specific user always has the highest priority, allow only that user access to the highest priority printer
  • 27. Printer Pools and Priorities (continued)
  • 28. Activity 8-6: Configuring Printer Pooling Objective: Configure two printers to use the printer pooling feature in Windows Server 2003 Start  Printers and Faxes  Add Printer Use the Add Printer Wizard to install and configure a new printer to LPT2 From the Properties of the installed printer, enable printer pooling from the Ports tab and add an existing printer to the pool
  • 29. Setting Up and Updating Client Computers After printer is installed and configured Set up client computers to print to the print server Clients running Windows 2000, Windows Server 2003, or Windows XP automatically download print driver upon connection Windows 95, 98, ME and NT 4.0 download if available, otherwise can be manually added Older Windows versions and non-Windows must have print driver manually installed
  • 30. Activity 8-7: Installing Additional Print Drivers Objective: Install additional print drivers for the Windows 98 operating system Start  Printers and Faxes Printer Properties  Sharing tab  Additional Drivers Follow directions in the exercise to install the desired driver
  • 31. Managing Print Queues Print jobs are queued while waiting for an available printer to be ready To view print queue, double-click the printer icon in the Printers and Faxes tool Users with Print permission can pause, resume, restart, or cancel printing of their own documents Users with Manage Documents permission can pause, resume, restart or cancel printing of other users’ documents
  • 32. Internet Printing Protocol The Internet Printing Protocol (IPP) specification allows printers to be managed via a Web browser URL of the form http:// printservername /printers IPP support is build into Windows Server 2003 but requires Internet Information Services (IIS) IIS not installed by default
  • 33. Internet Printing Protocol (continued) Clients running Windows 2000, XP and Server 2003 can connect to existing printers using Web interface or Add Printer Wizard Add Printer Wizard URL is http://printservername/printers/printername/.printer
  • 36. Internet Printing Protocol (continued) Benefits of using IPP Simplifies administrative management of printers from any system on the network Does not require printers to be installed on local client system Can print to other locations over the Internet, allows users access to remote printers
  • 38. Printer Command-Line Utilities Windows Server 2003 provides a number of built-in VBScript files Allow printers to be managed from command line Because the utilities are VBScripts, they must be invoked using Windows Script Host (WSH) Command-line version is cscript.exe
  • 39. Printer Command-Line Utilities (continued) Example command to display current configuration of a printer named HPLaserJet-Server01 cscript prncnfg.vbs –g –p hplaserjet-server01
  • 41. Print Spooler Jobs are spooled on the hard disk of the print server by default For Windows Server 2003, spooling occurs in the WINDOWS/system32/spool/PRINTERS folder by default Not optimal for high-volume printing because it is located in the same volume as the Windows operating system files
  • 42. Print Spooler (continued) For best performance Move the print spool folder to a different partition On a dedicated disk optimally
  • 43. Activity 8-8: Changing the Location of the Spool Folder Objective: Move the print spool folder to a different volume to improve printing performance Start  Printers and Faxes File menu  Server Properties  Advanced tab Complete the process of moving the folder following the directions in the exercise
  • 44. Publishing Printers in Active Directory Shared printers can be published into Active Directory to help users find network printer resources Windows 2000- and Windows Server 2003-compatible printers installed on a domain print server are automatically published On earlier Windows versions, can be published manually Use VBScript pubprn.vbs to automate process
  • 45. Activity 8-9: Publishing Printers in Active Directory Objective: Configure printer publishing settings and publish printers manually in Active Directory Start  Administrative Tools  Active Directory Users and Computers  View menu Configure the searchable features of a printer and find it by its features Unpublish the printer, search again, and observe the results
  • 46. Troubleshooting Printer Problems Print jobs will not print Ensure printer is online, there is enough disk space for spool folder, not out of paper Printer output appears garbled Ensure that you have the correct drivers Users receive an Access Denied message when attempting to print Review and correct permissions
  • 47. Troubleshooting Printer Problems (continued) Users cannot find an existing printer when searching Active Directory Ensure printer is published Printer only works at certain times of the day Change printer availability or direct user to a different printer Windows 95/98/ME users cannot connect to a printer Make required drivers available
  • 48. Troubleshooting Printer Problems (continued) Print jobs become stuck in the print queue Restart from the print server Print device failure Redirect print jobs if necessary
  • 49. Activity 8-10: Configuring the Spooler Service Objective: View and configure properties of the spooler service Start  My Computer  Manage Follow directions in exercise to view and configure various properties
  • 50. Summary Components of a printing system include print devices (local and network), printers, print drivers, print servers, print clients A printer is a configurable object that controls the connection to a print device Main tool for installing printers is the Add Printer Wizard Printer configuration options can be modified through the Properties of the printer
  • 51. Summary (continued) Printer permissions include: Print, Manage documents, Manage printers, Special permissions Printer priorities can be set from 1 to 99 A printer pool is a single printer connected to a number of print devices A print queue contains jobs that are waiting to print Can be managed by users with appropriate permissions
  • 52. Summary (continued) Alternatives to managing printers via the Printers and Faxes tool: Internet Printing Protocol Printer command-line utilities (VBScripts) Spool folder should be located carefully Shared printers can be published into Active Directory for ease in locating appropriate features Common printer problems and standard fixes are used for troubleshooting