Objective: Print adobe files from powershell to a specific network printer (not default printer).
$portname=\\printname\quename
Start-Process $Adobe -filepath $pdf -ArgumentList $arglist -Verb Printto($portname) -PassThru
Thanks
Objective: Print adobe files from powershell to a specific network printer (not default printer).
$portname=\\printname\quename
Start-Process $Adobe -filepath $pdf -ArgumentList $arglist -Verb Printto($portname) -PassThru
Thanks