SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
MCTS: Managing Printers
Start Test
Study First
Subjects
:
certifications
,
mcts
,
it-skills
Instructions:
Answer 32 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Win 7 and Win Srvr 2008 R2 include ______ printing. The concept is really simple: instead of having a single default printer - users have a different default printer for each network that they connect to.
custom filters
location-aware
Active Directory
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
2. To import printers at a command prompt or from a script - run PrintBRM with the -R parameter - as the following example demonstrates:
PrnDrvr.vbs
Active Directory
everyone
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
3. To ___________________ follow these steps: 1. In Server Manager - select Print And Document ServicesPrint ManagementPrint Servers<ServerName>Printers. 2. In the details pane - right-click one of the printers in the pool - and then choose Properties.
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
PrnCnfg.vbs
create a printer pool
Active Directory
4. If the client's operating system uses the same driver as the server - the client can ______ the driver the first time the client connects to the printer.
automatically download
PrnPort.vbs
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
PrnJobs.vbs
5. The ______ service installs the Print Management snap-in - described later in this lesson. This is sufficient for allowing Windows and many non-Windows clients to print.
two or more
Group Policy
location-aware
Print Server
6. Win Srvr 2008 R2 can share printers without adding any server roles. However - adding the ______ server role adds the Print Management snap-in - which simplifies printer configuration.
Line Printer Remote (LPR)
custom filters
Print And Document Services
Internet Printing
7. What script would you run to publish a printer to Active Directory?
The PubPrn.vbs script.
PrnJobs.vbs
PrnDrvr.vbs
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
8. The ______ script adds - removes - or lists printer drivers. For example - you can add a driver to make it available for automatic installation by a client.
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
PrnDrvr.vbs
PubPrn.vbs
cscript //H:cscript //S
9. The ______ service allows clients to print using the Line Printer Daemon (LPD) protocol - which is commonly used by UNIX clients.
automatically download
LPD Service
server
Print And Document Services
10. To use print scripts - run the CScript command and pass the full path to the script file as the first parameter. Then - provide any parameters. For example - to view usage information for the PrnCnfg.vbs script - run the following command:
View Server - View the server and shared printers - Manage Server - Manage the print server features
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
PrnQctl.vbs
11. If you install the Distributed Scan Server role service - you need to create an ______ account for it - generate an SSL certificate - and specify an email server.
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
Active Directory
automatically download
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
12. The ______ role service allows you to manage network scanners - configure scan processes - and route documents from network scanners to the correct destination.
Line Printer Remote (LPR)
Distributed Scan Server
View Server - View the server and shared printers - Manage Server - Manage the print server features
PubPrn.vbs
13. If you don't want to have to type cscript before the script names - run the command ______ to configure Script as the default application to run .vbs files. After that - you can just call the script name.
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
cscript //H:cscript //S
The PubPrn.vbs script.
automatically download
14. You can configure the following ___________:- Print - Users can print. - Manage Printers - Users can change printer configuration settings. - Manage Documents - Users can remove documents that have been submitted to the printer.
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
PrnDrvr.vbs
create a printer pool
printer permissions
15. The ______ script manages printer ports. For example - you can create a port for a network printer.
View Server - View the server and shared printers - Manage Server - Manage the print server features
The PubPrn.vbs script.
Print Server
PrnPort.vbs
16. To add a driver for a processor type other than the operating system's default - click the ______ button.
Additional Drivers
create a printer pool
Group Policy
View Server - View the server and shared printers - Manage Server - Manage the print server features
17. The ______ script manages print jobs. For example - you can list and cancel documents in the print queue.
PubPrn.vbs
cscript //H:cscript //S
Distributed Scan Server
PrnJobs.vbs
18. If a client requires a different driver you should install the additional driver on the ______ to allow the client to automatically install the driver.
Print And Document Services
server
The PubPrn.vbs script.
create a printer pool
19. In addition to the default printer permissions - you can configure the following print server permissions to delegate management to non-administrators:
location-aware
automatically download
View Server - View the server and shared printers - Manage Server - Manage the print server features
Internet Printing
20. To act as an LPD client - you must install the ______ Port Monitor feature.
Line Printer Remote (LPR)
PrnMngr.vbs
server
printer permissions
21. The ______ script prints a test page - pauses or resumes a printer - and clears a printer queue.
PrnQctl.vbs
automatically download
create a printer pool
The PubPrn.vbs script.
22. A printer pool consists of ______ identical printers that users can print to as if they were a single printer.
two or more
printer permissions
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
The PubPrn.vbs script.
23. The ______ script publishes a printer to Active Directory.
PrnCnfg.vbs
PubPrn.vbs
PrnPort.vbs
everyone
24. You can also export printers at a command prompt or from a script using the PrintBRM tool - which is located in the %SystemRoot%System32spooltools folder. To export printers to a file - run PrintBRM with the -B parameter - as the following example de
server
PrnQctl.vbs
The PubPrn.vbs script.
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
25. Which role service should you install to allow clients to manage printers using their web browser?
Group Policy
PrnDrvr.vbs
PrnQctl.vbs
The Internet Printing role service.
26. The ______ script adds and removes printers.
PrnMngr.vbs
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
two or more
View Server - View the server and shared printers - Manage Server - Manage the print server features
27. To connect directly to a printer shared with Internet printing - provide the URL in the format ______.
Additional Drivers
PrnCnfg.vbs
automatically download
http://<ServerName>/Printers/<PrinterName>/.printer
28. By default - ______ can print to a printer and view the print server. Users can manage their own documents in the print queue but not documents of other users.
everyone
PrnDrvr.vbs
Group Policy
automatically download
29. You can use ______ to generate email notifications or to automatically run scripts when specific conditions are met on a printer.
The PubPrn.vbs script.
custom filters
PrnDrvr.vbs
cscript //H:cscript //S
30. The ______ script configures printers. For example - you can change printer names or locations - configure a separator page - or grant print permissions to users.
Additional Drivers
custom filters
printer permissions
PrnCnfg.vbs
31. Enterprise environments should use ______ settings to deploy shared printers to clients.
Group Policy
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
LPD Service
Additional Drivers
32. The ______ service allows clients to print using Internet Printing Protocol (IPP) and creates a website where users can manage print jobs using their web browsers. This role service requires IIS.
custom filters
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
Print Server
Internet Printing