<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>waynestorey.com Blog &#187; print</title>
	<atom:link href="http://waynestorey.com/blog/tag/print/feed/" rel="self" type="application/rss+xml" />
	<link>http://waynestorey.com/blog</link>
	<description>Hopefully a useful blog of technology issues, errors and fixes</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Add printer IP port using Powershell</title>
		<link>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-printer-ip-port-using-powershell</link>
		<comments>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 01:17:01 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=450</guid>
		<description><![CDATA[The below will create a TCP/IP printer port using PowerShell: $server=&#8221;servername&#8221; $printerip=&#8221;1.1.1.1&#8243; $port = ([WMICLASS]&#8220;\\$server\ROOT\cimv2:Win32_TCPIPPrinterPort&#8221;).createInstance() $port.Name=&#8221;IP_10.25.128.31&#8243; $port.SNMPEnabled=$false $port.Protocol=1 $port.HostAddress=$printerip $port.Put() $port To Automate it somewhat you can feed the parameters into it using arguments, you can run the commands using excel and copy into a batch file. # This script requires 3 paramaters at the command [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Normal user cannot add a network printer on a Terminal Server</title>
		<link>http://waynestorey.com/blog/2010/02/06/normal-user-cannot-add-a-network-printer-on-a-terminal-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=normal-user-cannot-add-a-network-printer-on-a-terminal-server</link>
		<comments>http://waynestorey.com/blog/2010/02/06/normal-user-cannot-add-a-network-printer-on-a-terminal-server/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 03:59:15 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=365</guid>
		<description><![CDATA[By default Windows 2000 and 2003 terminal services does not allow a non administration account to add a printer when they log onto a remote desktop connection. When they do attempt to install a printer the user gets the following error message. You do not have sufficient access to your computer to connect to the [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/02/06/normal-user-cannot-add-a-network-printer-on-a-terminal-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Network Printers using VBScript</title>
		<link>http://waynestorey.com/blog/2010/01/08/delete-network-printers-using-vbscript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=delete-network-printers-using-vbscript</link>
		<comments>http://waynestorey.com/blog/2010/01/08/delete-network-printers-using-vbscript/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:05:26 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=345</guid>
		<description><![CDATA[The script below will delete all network printers  from the user profile but will not remove any of the local printers. This is quite useful if you have roaming profiles and want to remove mapped printers before running computer/OU specific scripts to map other printers. You will need to copy the below into a notepad [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/01/08/delete-network-printers-using-vbscript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove all Network Printers using VBScript</title>
		<link>http://waynestorey.com/blog/2009/08/11/remove-all-network-printers-using-vbscript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-all-network-printers-using-vbscript</link>
		<comments>http://waynestorey.com/blog/2009/08/11/remove-all-network-printers-using-vbscript/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 20:43:10 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=328</guid>
		<description><![CDATA[To delete a network printer using a login script you can use the following vb code. Just copy and paste the text into a new file called DeleteNetworkPrinters.vbs and call it from within your login script. This will not delete any local printers installed to the machine. This is really useful to put in before [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2009/08/11/remove-all-network-printers-using-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Printer Port from the Command Line using VB Script</title>
		<link>http://waynestorey.com/blog/2009/03/21/create-a-printer-port-from-the-command-line-using-vb-script/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-printer-port-from-the-command-line-using-vb-script</link>
		<comments>http://waynestorey.com/blog/2009/03/21/create-a-printer-port-from-the-command-line-using-vb-script/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 03:43:29 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=291</guid>
		<description><![CDATA[To create a printer port using the command line you can use a microsoft utility found in the c:\Windows\System32 folder on Windows XP/2003 systems called prnport.vbs. Using this VBScript makes it easy to add multiple printer ports for a new system or to migrate to a new port range for an existing server. Open up [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2009/03/21/create-a-printer-port-from-the-command-line-using-vb-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

