<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Deploying Printers and Print Drivers Remotely</title><link>http://blogs.technet.com/b/askperf/archive/2009/02/06/deploying-printers-and-print-drivers-remotely.aspx</link><description>Today we’re going to go over a quick method to deploy print queues and printer drivers to multiple machines when other deployment methods, including deploying via GPO are not feasible. We’re going to use PsExec from Windows SysInternals in combination</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Deploying Printers and Print Drivers Remotely</title><link>http://blogs.technet.com/b/askperf/archive/2009/02/06/deploying-printers-and-print-drivers-remotely.aspx#3569150</link><pubDate>Thu, 25 Apr 2013 19:52:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3569150</guid><dc:creator>TJ</dc:creator><description>&lt;p&gt;Will this work also for scanner drivers?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3569150" width="1" height="1"&gt;</description></item><item><title>re: Deploying Printers and Print Drivers Remotely</title><link>http://blogs.technet.com/b/askperf/archive/2009/02/06/deploying-printers-and-print-drivers-remotely.aspx#3353138</link><pubDate>Wed, 01 Sep 2010 20:28:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3353138</guid><dc:creator>Mhanks</dc:creator><description>&lt;p&gt;Print via remote desktop with TSPrint from TerminalWorks.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3353138" width="1" height="1"&gt;</description></item><item><title>re: Deploying Printers and Print Drivers Remotely</title><link>http://blogs.technet.com/b/askperf/archive/2009/02/06/deploying-printers-and-print-drivers-remotely.aspx#3245601</link><pubDate>Tue, 26 May 2009 10:59:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3245601</guid><dc:creator>Striker</dc:creator><description>&lt;p&gt;OK, so that work with inbox drivers. Here's my scenario:&lt;/p&gt;
&lt;p&gt;Install a network printer which uses a driver which is not part of the inbox selection that comes with the o/s. This works like a charm using the /in switch.&lt;/p&gt;
&lt;p&gt;Then install a local printer using the very same driver by passing the /u switch.&lt;/p&gt;
&lt;p&gt;Here's the problem. As of Vista and Win7, printui only seems to &amp;quot;see&amp;quot; inbox drivers. Any drivers you add later are not available to use. For example the following works under XP but fails under Vista and Win7.&lt;/p&gt;
&lt;p&gt;Assume I've already install a network printer that uses the SHARP AR-P450 PCL6 driver.&lt;/p&gt;
&lt;p&gt;Now I want to install a local printer which uses that driver.&lt;/p&gt;
&lt;p&gt;rundll32 printui.dll,PrintUIEntry /if /K /b &amp;quot;Legacy Printer&amp;quot; /f c:\windows\inf\ntprint.inf /r lpt2: /m &amp;quot;SHARP AR-P450 PCL6&amp;quot;&lt;/p&gt;
&lt;p&gt;Fail. Put a /w on the end and you'll see that printui can't find the SHARP AR-P450 PCL6 driver at all.&lt;/p&gt;
&lt;p&gt;So, how do we get around this? As I said we've been using this for ages on XP and now in Vista and more importantly Win7 it fails.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3245601" width="1" height="1"&gt;</description></item><item><title>re: Deploying Printers and Print Drivers Remotely</title><link>http://blogs.technet.com/b/askperf/archive/2009/02/06/deploying-printers-and-print-drivers-remotely.aspx#3219071</link><pubDate>Fri, 27 Mar 2009 19:23:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3219071</guid><dc:creator>Vadym</dc:creator><description>&lt;p&gt;Guys, thanks, that helps a lot!&lt;/p&gt;
&lt;p&gt;@brian&lt;/p&gt;
&lt;p&gt;prnport -a -s &amp;lt;computername&amp;gt; -r IP_172.24.96.139 -h 172.24.96.139 -o raw -n 9100 -me -y public -i 1&lt;/p&gt;
&lt;p&gt;psexec \\&amp;lt;computername&amp;gt; -u %usr% -p %pwd% cmd.exe /c rundll32 printui.dll,PrintUIEntry /if /m &amp;quot;HP LaserJet 4350 PCL 6&amp;quot; /b &amp;quot;CWP3025 - HP LaserJet 4350 PCL 6&amp;quot; /n &amp;quot;CWP3025 - HP LaserJet 4350 PCL 6&amp;quot; /f &amp;lt;path_to_inf&amp;gt;\4350PCl.inf /u /r &amp;quot;IP_172.24.96.139&amp;quot; /z /Y /q&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3219071" width="1" height="1"&gt;</description></item><item><title>re: Deploying Printers and Print Drivers Remotely</title><link>http://blogs.technet.com/b/askperf/archive/2009/02/06/deploying-printers-and-print-drivers-remotely.aspx#3198158</link><pubDate>Fri, 06 Feb 2009 18:45:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3198158</guid><dc:creator>brian</dc:creator><description>&lt;p&gt;No support for CREATING a port!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3198158" width="1" height="1"&gt;</description></item></channel></rss>