PrepAway - Latest Free Exam Questions & Answers

Which three commands should you run in sequence?

You administer computers and printers on your company network. The computers run Windows 8 Pro.
You need to remove a print job from a print queue by using a remote PowerShell session.
Which three commands should you run in sequence?
(To answer, move the appropriate commands from the list of commands in the answer area and arrange them
in the correct order.)

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:

Get-Printer; Get-PrintJob; Remove-PrintJob
Reference:
http://technet.microsoft.com/en-us/library/hh918358.aspx
http://technet.microsoft.com/en-us/library/hh918355.aspx
http://technet.microsoft.com/en-us/library/hh918362.aspx
Note:
* The Get-Printer cmdlet retrieves a list of printers installed on a computer. You can also use Get- Printer to
retrieve the properties of a single printer, and then use that information as input into other cmdlets.
* Get-PrintJob cmdlet retrieves a list of print jobs in the specified printer. The Get-PrintJob cmdletretrieves the
current print jobs in the specified printer. Use the PrinterName parameter to list the print jobs fromthe specified
printer.
* Remove-PrintJob cmdlet removes a print job on thespecified printer.


Leave a Reply