 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Default printer per computer</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/default-printer-per-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/default-printer-per-computer/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 15:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: corkill</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/default-printer-per-computer/#comment-43827</link>
		<dc:creator>corkill</dc:creator>
		<pubDate>Fri, 06 Oct 2006 10:44:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-43827</guid>
		<description><![CDATA[What we have done is to utilize the &quot;Location&quot; field in AD for both printers and computer objects.  Then as part of our user logon script the script look at the computers &quot;Location&quot; and then queries AD for a printer that matches the same Location. (You could do this as a computer start up script also.)  This allows us to change printer assignments on the fly, with just a log in/log out to see the changes.  This also does not require us to visit each physical workstation, it&#039;s all done in AD.  So as more printers are added to the environment you simply segment up the building more.  This takes some scripting and ADSI knowledge, but works very well for us.]]></description>
		<content:encoded><![CDATA[<p>What we have done is to utilize the &#8220;Location&#8221; field in AD for both printers and computer objects.  Then as part of our user logon script the script look at the computers &#8220;Location&#8221; and then queries AD for a printer that matches the same Location. (You could do this as a computer start up script also.)  This allows us to change printer assignments on the fly, with just a log in/log out to see the changes.  This also does not require us to visit each physical workstation, it&#8217;s all done in AD.  So as more printers are added to the environment you simply segment up the building more.  This takes some scripting and ADSI knowledge, but works very well for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gforsythe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/default-printer-per-computer/#comment-43828</link>
		<dc:creator>gforsythe</dc:creator>
		<pubDate>Thu, 05 Oct 2006 09:53:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-43828</guid>
		<description><![CDATA[Please forgive my ignorance.  I understand what you are asking me to do, however, I have done nothing with Group Policy (I know, shame on me).  I have been looking into it a bit, can anyone give me a step by step guide on what I need to do?

I have done this:
Created a file named print patten.bat and placed it into c:batch.  I copy pasted the script into it and changed the printer to the name of the serverprinter in AD(serverprinter).

I am learning alot from this already!!!]]></description>
		<content:encoded><![CDATA[<p>Please forgive my ignorance.  I understand what you are asking me to do, however, I have done nothing with Group Policy (I know, shame on me).  I have been looking into it a bit, can anyone give me a step by step guide on what I need to do?</p>
<p>I have done this:<br />
Created a file named print patten.bat and placed it into c:batch.  I copy pasted the script into it and changed the printer to the name of the serverprinter in AD(serverprinter).</p>
<p>I am learning alot from this already!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimtrouble</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/default-printer-per-computer/#comment-43829</link>
		<dc:creator>jimtrouble</dc:creator>
		<pubDate>Mon, 25 Sep 2006 04:39:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-43829</guid>
		<description><![CDATA[All you have to do then is add that script as a computer startup script in Group Policy and thats your problem solved.  Each time the PC starts it will install the nearest printer you have specifed in the script and then set it as def, so no matter what user logs on they are pointing to the nearest printer.
You should create a seperate script for each printer and a seperate GPO for each script.
I have done this in a network of 160 PC&#039;s and it works a treat.
Just disable the GPO whenever the printer has been installed on each PC to speed startup times.
Let me know how u go...]]></description>
		<content:encoded><![CDATA[<p>All you have to do then is add that script as a computer startup script in Group Policy and thats your problem solved.  Each time the PC starts it will install the nearest printer you have specifed in the script and then set it as def, so no matter what user logs on they are pointing to the nearest printer.<br />
You should create a seperate script for each printer and a seperate GPO for each script.<br />
I have done this in a network of 160 PC&#8217;s and it works a treat.<br />
Just disable the GPO whenever the printer has been installed on each PC to speed startup times.<br />
Let me know how u go&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gforsythe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/default-printer-per-computer/#comment-43830</link>
		<dc:creator>gforsythe</dc:creator>
		<pubDate>Fri, 22 Sep 2006 13:18:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-43830</guid>
		<description><![CDATA[Correct me if i am wrong, this would install the same printer and set it default wherever a particular person logged in.  I want to set a default printer for anyone who logs onto the particular computer to print, by default, to a particular printer.  So if I have a person that usually works on computer 1 can logon to computer 2 and have the printer already setup, or if that person goes from site A to site B and logs onto a computer, the local printer to that computer will already be default when they log in.

A solution my require me to do alot of leg work, accessing each PC, that is ok, I only have about 55 pc&#039;s.  I need to tie specific computers to specific printers, as a default printing ability, so that no matter what, when a person sits at that computer for the first time and logs in, they can print to the nearest printer (that I setup) without having to do ANY configurations.]]></description>
		<content:encoded><![CDATA[<p>Correct me if i am wrong, this would install the same printer and set it default wherever a particular person logged in.  I want to set a default printer for anyone who logs onto the particular computer to print, by default, to a particular printer.  So if I have a person that usually works on computer 1 can logon to computer 2 and have the printer already setup, or if that person goes from site A to site B and logs onto a computer, the local printer to that computer will already be default when they log in.</p>
<p>A solution my require me to do alot of leg work, accessing each PC, that is ok, I only have about 55 pc&#8217;s.  I need to tie specific computers to specific printers, as a default printing ability, so that no matter what, when a person sits at that computer for the first time and logs in, they can print to the nearest printer (that I setup) without having to do ANY configurations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.044 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 17:18:38 -->