Vendor: Microsoft
Exam Code: 70-688
Exam Name: Supporting Windows 8.1
Version: 14.92
QUESTION 151
You have client Windows 8.1 Enterprise computers. Some of the computers have shared printers.
You need to configure all of the shared printers to use duplexing.
The solution must not change the settings of any other printers.
Which two Windows PowerShell cmdlets should you run? (Each correct answer presents part of the solution, Choose two,)
A. Set-Printer
B. Set-PrintConfiguration
C. Get-Printer
D. Get-PrinterProperty
E. Get-PrintConfiguration
Answer: BC
Explanation:
Get-Printer -Name *hp* | Set-PrintConfiguration -DuplexingMode TwoSidedLongEdge
http://www.windowsnetworking.com/kbase/WindowsTips/Windows8/AdminTips/Miscellaneous/set-printer-duplex-mode-using-powershell.html