Set the printer to Duplex

This PowerShell command will help you set the printer remotly to print on one-side or duplex.
you need to provide the PrinterName and the DuplexingMode that you want.

###
Get-Printer -Name ~PrinterName | Set-PrintConfiguration -DuplexingMode ~Status
###


To download the command click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com