Hi experts,
I have a print server win 2008 r2 with some printers installed on it including x86 and x64 drivers.
1. I wanted to install printer drivers on x86 and x64 CLIENT OS (win 7/8 ) from the print server.
2. This installation should in in backend(hide mode). While installing it should not pop up on user desktop for installation.
Could any one help me with a simple script. So i can get a get a idea.
I was using bellow script but it displays on desktop before installation.
$nw=New-Object -ComObject WScript.Network
$nw.AddWindowsPrinterConnection('\\ptprint\pg1-b')