<?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 &#187; Scripting</title>
	<atom:link href="http://www.lewisroberts.com/category/scripting/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>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>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>Extract all mail enabled groups with PowerShell and ADSI</title>
		<link>http://www.lewisroberts.com/2010/08/16/extract-all-mail-enabled-groups-with-powershell-and-adsi/</link>
		<comments>http://www.lewisroberts.com/2010/08/16/extract-all-mail-enabled-groups-with-powershell-and-adsi/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:15:13 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=537</guid>
		<description><![CDATA[I&#8217;ve just finished off this first attempt at an actual useful PowerShell script. This should extract all Mail Enabled groups &#8211; that&#8217;s both security and distribution groups &#8211; and present them in a human readable format. Though I&#8217;ve played with &#8230; <a href="http://www.lewisroberts.com/2010/08/16/extract-all-mail-enabled-groups-with-powershell-and-adsi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2010/08/16/extract-all-mail-enabled-groups-with-powershell-and-adsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending CDO.Message with importance</title>
		<link>http://www.lewisroberts.com/2006/06/09/sending-cdomessage-with-importance/</link>
		<comments>http://www.lewisroberts.com/2006/06/09/sending-cdomessage-with-importance/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 22:34:36 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=64</guid>
		<description><![CDATA[Here&#8217;s a script, well, a subroutine I wrote today for sending an email with VBSCript using the CDO.Message and CDO.Configuration COM Controls available in Windows. Having struggled a little to actually get it working (mainly through utter stupidity), I thought &#8230; <a href="http://www.lewisroberts.com/2006/06/09/sending-cdomessage-with-importance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2006/06/09/sending-cdomessage-with-importance/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Searching Active Directory with ADSI and VBScript</title>
		<link>http://www.lewisroberts.com/2006/04/12/53/</link>
		<comments>http://www.lewisroberts.com/2006/04/12/53/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 21:14:36 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=53</guid>
		<description><![CDATA[When I&#8217;m looking for something in the Active Directory I don&#8217;t want to spend 30 seconds clicking [+] boxes to expand trees and manually look for a user or computer object so I created this script to do the job &#8230; <a href="http://www.lewisroberts.com/2006/04/12/53/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2006/04/12/53/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remote Scripting: &#8220;ActiveX component can&#8217;t create object&#8221; on WSHController Object</title>
		<link>http://www.lewisroberts.com/2006/02/28/remote-scripting-activex-component-cant-create-object-on-wshcontroller-object/</link>
		<comments>http://www.lewisroberts.com/2006/02/28/remote-scripting-activex-component-cant-create-object-on-wshcontroller-object/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 17:18:00 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=50</guid>
		<description><![CDATA[While perusing the WSH 5.6 documentation I happened across a section on Remote Scripting. I imagined Remote Scripting to be possible but it isn&#8217;t something that I had seen before in the documentation. I started investigating and so created the &#8230; <a href="http://www.lewisroberts.com/2006/02/28/remote-scripting-activex-component-cant-create-object-on-wshcontroller-object/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2006/02/28/remote-scripting-activex-component-cant-create-object-on-wshcontroller-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Offer Remote Assistance in Windows XP Professional</title>
		<link>http://www.lewisroberts.com/2006/02/15/offer-remote-assistance-in-windows-xp-professional/</link>
		<comments>http://www.lewisroberts.com/2006/02/15/offer-remote-assistance-in-windows-xp-professional/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 13:07:43 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=40</guid>
		<description><![CDATA[I've spent a few hours this morning investigating Remote Assistance in Windows XP Professional. At first glance it looks like a potential VNC killer for the enterprise. Unfortunately, if you don't look closely enough you'll quickly dismiss it... <a href="http://www.lewisroberts.com/2006/02/15/offer-remote-assistance-in-windows-xp-professional/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2006/02/15/offer-remote-assistance-in-windows-xp-professional/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>List installed programs (VBScript)</title>
		<link>http://www.lewisroberts.com/2005/10/05/list-installed-programs-vbscript/</link>
		<comments>http://www.lewisroberts.com/2005/10/05/list-installed-programs-vbscript/#comments</comments>
		<pubDate>Wed, 05 Oct 2005 11:45:07 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=28</guid>
		<description><![CDATA[This bit of VBScript will allow you to return a list of applications installed (as seen by Add/Remove Programs). The function returns a simple Array. <a href="http://www.lewisroberts.com/2005/10/05/list-installed-programs-vbscript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/10/05/list-installed-programs-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching Active Directory (VBScript)</title>
		<link>http://www.lewisroberts.com/2005/09/30/searching-active-directory-vbscript/</link>
		<comments>http://www.lewisroberts.com/2005/09/30/searching-active-directory-vbscript/#comments</comments>
		<pubDate>Fri, 30 Sep 2005 18:05:22 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=26</guid>
		<description><![CDATA[If, like me, you have been left irritated by the search function in Active Directory Users and Computers simply not telling you WHERE a particular user or computer actually is, simply use this bit of code. It allows you to &#8230; <a href="http://www.lewisroberts.com/2005/09/30/searching-active-directory-vbscript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/09/30/searching-active-directory-vbscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using ADO &amp; PHP to query a CSV file</title>
		<link>http://www.lewisroberts.com/2005/09/18/using-ado-php-to-query-a-csv-file/</link>
		<comments>http://www.lewisroberts.com/2005/09/18/using-ado-php-to-query-a-csv-file/#comments</comments>
		<pubDate>Sat, 17 Sep 2005 23:41:26 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=25</guid>
		<description><![CDATA[Using ADO and PHP to connect to a comma separated values (.csv) file to extract information using SQL queries and see the output as an HTML table. <a href="http://www.lewisroberts.com/2005/09/18/using-ado-php-to-query-a-csv-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/09/18/using-ado-php-to-query-a-csv-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning Windows Scripting.. pff</title>
		<link>http://www.lewisroberts.com/2005/09/13/learning-windows-scripting-pff/</link>
		<comments>http://www.lewisroberts.com/2005/09/13/learning-windows-scripting-pff/#comments</comments>
		<pubDate>Tue, 13 Sep 2005 08:36:03 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=23</guid>
		<description><![CDATA[When one is learning from a book, does one expect the code that one is learning from to be not just incorrect but non-existant too? I think not. <a href="http://www.lewisroberts.com/2005/09/13/learning-windows-scripting-pff/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/09/13/learning-windows-scripting-pff/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Directory size monitoring with VBScript</title>
		<link>http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/</link>
		<comments>http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 09:50:40 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=22</guid>
		<description><![CDATA[Need to monitor the size of a folder but don't want to invest in some crappy software for the purpose? Use VBScript to email you when it exceeds a certain size. <a href="http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/09/09/directory-size-monitoring-with-vbscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Large BLOB to MSSQL database</title>
		<link>http://www.lewisroberts.com/2005/09/09/large-blob-to-mssql-database/</link>
		<comments>http://www.lewisroberts.com/2005/09/09/large-blob-to-mssql-database/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 09:23:10 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.lewisroberts.com/?p=21</guid>
		<description><![CDATA[While trying to maintain security restrictions for a new system I'm developing to deliver data to our customers I came up with the following chunks of code to insert data in 256k chunks into a Microsoft SQL Server database. <a href="http://www.lewisroberts.com/2005/09/09/large-blob-to-mssql-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/09/09/large-blob-to-mssql-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ETN.fm trance track as an image</title>
		<link>http://www.lewisroberts.com/2005/06/16/etnfm-trance-track-as-an-image/</link>
		<comments>http://www.lewisroberts.com/2005/06/16/etnfm-trance-track-as-an-image/#comments</comments>
		<pubDate>Thu, 16 Jun 2005 15:12:37 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.delta-hf.co.uk/blog/?p=10</guid>
		<description><![CDATA[Using a template image as your signature, use PHP and GD2 to render the currently playing track onto your forum signature. <a href="http://www.lewisroberts.com/2005/06/16/etnfm-trance-track-as-an-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/06/16/etnfm-trance-track-as-an-image/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

