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. The ______ script prints a test page - pauses or resumes a printer - and clears a printer queue.
PrnQctl.vbs
cscript //H:cscript //S
View Server - View the server and shared printers - Manage Server - Manage the print server features
http://<ServerName>/Printers/<PrinterName>/.printer
2. 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:
Print Server
cscript //H:cscript //S
automatically download
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
3. The ______ script adds and removes printers.
Internet Printing
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
server
PrnMngr.vbs
4. 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.
Group Policy
The Internet Printing role service.
Print Server
Active Directory
5. The ______ service allows clients to print using the Line Printer Daemon (LPD) protocol - which is commonly used by UNIX clients.
LPD Service
The PubPrn.vbs script.
The Internet Printing role service.
printer permissions
6. 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.
PrnDrvr.vbs
everyone
http://<ServerName>/Printers/<PrinterName>/.printer
cscript //H:cscript //S
7. The ______ script publishes a printer to Active Directory.
PubPrn.vbs
PrnCnfg.vbs
PrnMngr.vbs
Distributed Scan Server
8. The ______ script manages print jobs. For example - you can list and cancel documents in the print queue.
PrnDrvr.vbs
The PubPrn.vbs script.
PrnJobs.vbs
The Internet Printing role service.
9. A printer pool consists of ______ identical printers that users can print to as if they were a single printer.
two or more
Group Policy
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
10. 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
View Server - View the server and shared printers - Manage Server - Manage the print server features
PrnDrvr.vbs
PrnPort.vbs
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
11. The ______ role service allows you to manage network scanners - configure scan processes - and route documents from network scanners to the correct destination.
Distributed Scan Server
Print And Document Services
PubPrn.vbs
PrnCnfg.vbs
12. To act as an LPD client - you must install the ______ Port Monitor feature.
cscript %SystemRoot%System32Printing_Admin_Scriptsen-USprncnfg.vbs -?
Line Printer Remote (LPR)
PrnDrvr.vbs
LPD Service
13. To connect directly to a printer shared with Internet printing - provide the URL in the format ______.
PrnPort.vbs
http://<ServerName>/Printers/<PrinterName>/.printer
Active Directory
server
14. 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
Active Directory
Additional Drivers
PrnMngr.vbs
15. To add a driver for a processor type other than the operating system's default - click the ______ button.
location-aware
create a printer pool
PubPrn.vbs
Additional Drivers
16. In addition to the default printer permissions - you can configure the following print server permissions to delegate management to non-administrators:
Print And Document Services
PrnMngr.vbs
Print Server
View Server - View the server and shared printers - Manage Server - Manage the print server features
17. Which role service should you install to allow clients to manage printers using their web browser?
PrnCnfg.vbs
The PubPrn.vbs script.
The Internet Printing role service.
LPD Service
18. The ______ script configures printers. For example - you can change printer names or locations - configure a separator page - or grant print permissions to users.
Print Server
server
PrnCnfg.vbs
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
19. To import printers at a command prompt or from a script - run PrintBRM with the -R parameter - as the following example demonstrates:
PubPrn.vbs
Line Printer Remote (LPR)
cd %SystemRoot%System32spooltoolsprintbrm -b -f printers.printerexport
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
20. 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.
two or more
Group Policy
PrnMngr.vbs
Active Directory
21. 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.
PrnJobs.vbs
create a printer pool
PubPrn.vbs
location-aware
22. 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.
Internet Printing
PrnJobs.vbs
Additional Drivers
Group Policy
23. Enterprise environments should use ______ settings to deploy shared printers to clients.
Print And Document Services
PubPrn.vbs
Active Directory
Group Policy
24. What script would you run to publish a printer to Active Directory?
View Server - View the server and shared printers - Manage Server - Manage the print server features
cscript //H:cscript //S
Active Directory
The PubPrn.vbs script.
25. 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.
everyone
http://<ServerName>/Printers/<PrinterName>/.printer
cscript //H:cscript //S
PrnJobs.vbs
26. 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.
PrnDrvr.vbs
create a printer pool
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
printer permissions
27. 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.
View Server - View the server and shared printers - Manage Server - Manage the print server features
Internet Printing
printer permissions
Active Directory
28. If a client requires a different driver you should install the additional driver on the ______ to allow the client to automatically install the driver.
Internet Printing
Print Server
cd %SystemRoot%System32spooltoolsprintbrm -r -f printers.printerexport
server
29. 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.
Print And Document Services
PrnPort.vbs
PrnMngr.vbs
PrnDrvr.vbs
30. You can use ______ to generate email notifications or to automatically run scripts when specific conditions are met on a printer.
PrnCnfg.vbs
custom filters
LPD Service
Print Server
31. 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.
PrnCnfg.vbs
create a printer pool
Active Directory
Print And Document Services
32. The ______ script manages printer ports. For example - you can create a port for a network printer.
Group Policy
PrnPort.vbs
Distributed Scan Server
Active Directory