<?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>lewisroberts.com</title>
	<atom:link href="http://www.lewisroberts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lewisroberts.com</link>
	<description>me, on scripting, trance and other subjects i enjoy</description>
	<lastBuildDate>Thu, 19 Jan 2012 10:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backup all Active Directory authorised DHCP Servers</title>
		<link>http://www.lewisroberts.com/2012/01/13/backup-all-active-directory-authorised-dhcp-servers/</link>
		<comments>http://www.lewisroberts.com/2012/01/13/backup-all-active-directory-authorised-dhcp-servers/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 11:39:57 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=679</guid>
		<description><![CDATA[Use the following VBScript code to interrogate Active Directory for a list of all authorised DHCP Servers which are then piped to a Net Shell (NETSH) backup command. The backups are (usually) created in C:\DHCP_BACKUPS and this folder must exist &#8230; <a href="http://www.lewisroberts.com/2012/01/13/backup-all-active-directory-authorised-dhcp-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2012/01/13/backup-all-active-directory-authorised-dhcp-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIP: List members of a group</title>
		<link>http://www.lewisroberts.com/2011/12/07/tip-list-members-of-a-group/</link>
		<comments>http://www.lewisroberts.com/2011/12/07/tip-list-members-of-a-group/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 11:42:40 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=673</guid>
		<description><![CDATA[To list all members of a known group in human readable form (without the DN) from Active Directory: dsget group "CN=MyGroup,OU=MyGroupOU,DC=domain,DC=com" -members &#124; dsget user -fn -ln > MyGroup.txt OR to just get their display name: dsget group "CN=MyGroup,OU=MyGroupOU,DC=domain,DC=com" -members &#8230; <a href="http://www.lewisroberts.com/2011/12/07/tip-list-members-of-a-group/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/12/07/tip-list-members-of-a-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert GET to POST with jQuery</title>
		<link>http://www.lewisroberts.com/2011/09/30/convert-get-to-post-with-jquery/</link>
		<comments>http://www.lewisroberts.com/2011/09/30/convert-get-to-post-with-jquery/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 14:29:54 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=472</guid>
		<description><![CDATA[A bit of code to convert GET values obtained from a clicked link in to a POST and send it as a post using jQuery. If you generate href values in your code for dynamic effects with jQuery, you need &#8230; <a href="http://www.lewisroberts.com/2011/09/30/convert-get-to-post-with-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/30/convert-get-to-post-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading a single ESXi 4.1 host to ESXi 5</title>
		<link>http://www.lewisroberts.com/2011/09/26/upgrading-a-single-esxi-4-1-host-to-esxi-5/</link>
		<comments>http://www.lewisroberts.com/2011/09/26/upgrading-a-single-esxi-4-1-host-to-esxi-5/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 09:31:43 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=661</guid>
		<description><![CDATA[Rather than spend 45 minutes digging through the documentation to find the KB article which deals with your rather modest private cloud solution, here&#8217;s the link to the VMWare documentation for those of us with private clouds (servers with a &#8230; <a href="http://www.lewisroberts.com/2011/09/26/upgrading-a-single-esxi-4-1-host-to-esxi-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/26/upgrading-a-single-esxi-4-1-host-to-esxi-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch scripting is not dead</title>
		<link>http://www.lewisroberts.com/2011/09/23/batch-scripting-is-not-dead/</link>
		<comments>http://www.lewisroberts.com/2011/09/23/batch-scripting-is-not-dead/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:13:15 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=658</guid>
		<description><![CDATA[There&#8217;s still a little place in my heart for a decent batch script. This morsel prompts the user to enter a new computer name and then, using NETDOM, it renames the computer on the domain securely prompting for the password &#8230; <a href="http://www.lewisroberts.com/2011/09/23/batch-scripting-is-not-dead/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/23/batch-scripting-is-not-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use netsh to set a static IP</title>
		<link>http://www.lewisroberts.com/2011/09/23/use-netsh-to-set-a-static-ip/</link>
		<comments>http://www.lewisroberts.com/2011/09/23/use-netsh-to-set-a-static-ip/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 13:42:54 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=652</guid>
		<description><![CDATA[Since I often seem to forget the correct syntax for setting a static IP address using netsh, I&#8217;ve decided to blog it then I know where to come to remind myself! netsh interface ipv4 set address "Local Area Connection" static &#8230; <a href="http://www.lewisroberts.com/2011/09/23/use-netsh-to-set-a-static-ip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/23/use-netsh-to-set-a-static-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring FTP Firewall Support for dynamic IP in IIS 7.5</title>
		<link>http://www.lewisroberts.com/2011/09/21/configuring-ftps-firewall-support-dynamic-ip-iis-7/</link>
		<comments>http://www.lewisroberts.com/2011/09/21/configuring-ftps-firewall-support-dynamic-ip-iis-7/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 13:45:22 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=646</guid>
		<description><![CDATA[If like me you&#8217;re stuck with a dynamic IP address on your Internet connection but still wish to provide FTP services from IIS7.5 on Windows Server 20008R2, you may have noticed that when connecting to the FTPS server with an &#8230; <a href="http://www.lewisroberts.com/2011/09/21/configuring-ftps-firewall-support-dynamic-ip-iis-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/21/configuring-ftps-firewall-support-dynamic-ip-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS Client Naming Policy ignored when deploying Windows 7</title>
		<link>http://www.lewisroberts.com/2011/09/19/wds-client-naming-policy-ignored-when-deploying-windows-7/</link>
		<comments>http://www.lewisroberts.com/2011/09/19/wds-client-naming-policy-ignored-when-deploying-windows-7/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:05:20 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=642</guid>
		<description><![CDATA[If you find that your client naming policy as set on your Windows Deployment Services server is being ignored when you deploy a Windows 7 image, you may find that there&#8217;s a little known setting which has not been enabled &#8230; <a href="http://www.lewisroberts.com/2011/09/19/wds-client-naming-policy-ignored-when-deploying-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/19/wds-client-naming-policy-ignored-when-deploying-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PowerShell to change user roaming profile locations</title>
		<link>http://www.lewisroberts.com/2011/09/16/use-powershell-to-change-user-roaming-profile-locations/</link>
		<comments>http://www.lewisroberts.com/2011/09/16/use-powershell-to-change-user-roaming-profile-locations/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 11:58:40 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=624</guid>
		<description><![CDATA[Here&#8217;s a script I used recently to change users&#8217; roaming profile paths from one server (\\OLDSERVER) to another (\\NEWSERVER). It identifies the old server by comparing strings with a search term and only changes those. It also doesn&#8217;t just fire &#8230; <a href="http://www.lewisroberts.com/2011/09/16/use-powershell-to-change-user-roaming-profile-locations/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/16/use-powershell-to-change-user-roaming-profile-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS: Add Driver Packages to Image wizard fails</title>
		<link>http://www.lewisroberts.com/2011/09/15/wds-add-driver-packages-to-image-wizard-fails/</link>
		<comments>http://www.lewisroberts.com/2011/09/15/wds-add-driver-packages-to-image-wizard-fails/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 09:25:29 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=632</guid>
		<description><![CDATA[When you attempt to add driver packages to a boot image using the Windows Deployment Service MMC which fails to complete or the process hangs, you&#8217;re left with a mounted version of your WIM image buried deep somewhere in your &#8230; <a href="http://www.lewisroberts.com/2011/09/15/wds-add-driver-packages-to-image-wizard-fails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/15/wds-add-driver-packages-to-image-wizard-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows cannot connect to the printer 0x0000007e</title>
		<link>http://www.lewisroberts.com/2011/09/08/windows-cannot-connect-to-the-printer-0x0000007e/</link>
		<comments>http://www.lewisroberts.com/2011/09/08/windows-cannot-connect-to-the-printer-0x0000007e/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:46:28 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=627</guid>
		<description><![CDATA[When faced with the above error while installing an HP printer to a workstation recently, I tried absolutely everything to resolve it. I removed drivers (in some cases I had to do this manually with Explorer and regedit!), stopped and &#8230; <a href="http://www.lewisroberts.com/2011/09/08/windows-cannot-connect-to-the-printer-0x0000007e/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/09/08/windows-cannot-connect-to-the-printer-0x0000007e/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tab completion or auto completion in Command Prompt</title>
		<link>http://www.lewisroberts.com/2011/08/09/tab-completion-or-auto-completion-in-command-prompt/</link>
		<comments>http://www.lewisroberts.com/2011/08/09/tab-completion-or-auto-completion-in-command-prompt/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:40:26 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=620</guid>
		<description><![CDATA[Should you find that Tab or auto completion isn&#8217;t working when you fire up a command prompt window. Check this KB article for information on how to re-enable it. http://support.microsoft.com/kb/244407/en-gb - Lewis]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/08/09/tab-completion-or-auto-completion-in-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly back up your Windows Server DHCP configuration</title>
		<link>http://www.lewisroberts.com/2011/07/16/quickly-back-up-your-windows-server-dhcp-configuration/</link>
		<comments>http://www.lewisroberts.com/2011/07/16/quickly-back-up-your-windows-server-dhcp-configuration/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 18:59:37 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=612</guid>
		<description><![CDATA[Something I used in a project recently (but I must tip my hat to a colleague who introduced me to it) is using net shell to back up your Windows Server DHCP configuration in to a readable format to allow &#8230; <a href="http://www.lewisroberts.com/2011/07/16/quickly-back-up-your-windows-server-dhcp-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/07/16/quickly-back-up-your-windows-server-dhcp-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving home</title>
		<link>http://www.lewisroberts.com/2011/06/20/moving-home/</link>
		<comments>http://www.lewisroberts.com/2011/06/20/moving-home/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 11:34:46 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=604</guid>
		<description><![CDATA[At the end of this week I&#8217;ll be moving home. I&#8217;m moving from West Yorkshire to Cheshire and will be starting a new job on 27th June. In August last year I decided to start looking for a new home &#8230; <a href="http://www.lewisroberts.com/2011/06/20/moving-home/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/06/20/moving-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MCITP: Enterprise Administrator on Windows 2008</title>
		<link>http://www.lewisroberts.com/2011/06/18/mcitp-enterprise-administrator-on-windows-2008/</link>
		<comments>http://www.lewisroberts.com/2011/06/18/mcitp-enterprise-administrator-on-windows-2008/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 08:55:31 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=597</guid>
		<description><![CDATA[Finally done it. Took me a little longer than expected but I decided to buy a house and I had to find another job nearer to my new home but I&#8217;ve done it. I passed all five exams first time &#8230; <a href="http://www.lewisroberts.com/2011/06/18/mcitp-enterprise-administrator-on-windows-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2011/06/18/mcitp-enterprise-administrator-on-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

