<?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>Wed, 01 Sep 2010 20:19:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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>12</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>15</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>
		<item>
		<title>PHP Upload</title>
		<link>http://www.lewisroberts.com/2005/06/15/php-upload/</link>
		<comments>http://www.lewisroberts.com/2005/06/15/php-upload/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 14:06:29 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.delta-hf.co.uk/blog/?p=3</guid>
		<description><![CDATA[A PHP upload script that uses MD5 passwords, sessions, passwords and layers <a href="http://www.lewisroberts.com/2005/06/15/php-upload/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/06/15/php-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail File Batch Script</title>
		<link>http://www.lewisroberts.com/2005/06/15/mail-file-batch-script/</link>
		<comments>http://www.lewisroberts.com/2005/06/15/mail-file-batch-script/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 13:19:07 +0000</pubDate>
		<dc:creator>Lewis</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.delta-hf.co.uk/blog/?p=2</guid>
		<description><![CDATA[Quickly and simply email a file as an attachment to an email address using the command line. <a href="http://www.lewisroberts.com/2005/06/15/mail-file-batch-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lewisroberts.com/2005/06/15/mail-file-batch-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
