<?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>breednet &#187; Scripting</title>
	<atom:link href="http://www.breednet.net/category/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breednet.net</link>
	<description>scripting, security and other stuff</description>
	<lastBuildDate>Sun, 24 Jan 2010 03:57:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Server 2003 Admin Tips &#8211; Find out more info about a user</title>
		<link>http://www.breednet.net/2010/01/17/windows-server-2003-admin-tips-find-out-more-info-about-a-user/</link>
		<comments>http://www.breednet.net/2010/01/17/windows-server-2003-admin-tips-find-out-more-info-about-a-user/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 15:02:36 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[dstools]]></category>
		<category><![CDATA[windows server 2003]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=161</guid>
		<description><![CDATA[Long time between posts, and I wanted to provide some info for a common issue.  Say you are an IT admin and a user calls the helpdesk, but they cannot remember their login name.  You also want to see their group memberships as well in Active Directory.  You can even reset that [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2010/01/17/windows-server-2003-admin-tips-find-out-more-info-about-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP setupp.ini information</title>
		<link>http://www.breednet.net/2009/10/27/windows-xp-setupp-ini-information/</link>
		<comments>http://www.breednet.net/2009/10/27/windows-xp-setupp-ini-information/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 02:48:26 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Windows Scripting]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=118</guid>
		<description><![CDATA[The Windows XP setupp.ini file controls how the installation media behaves.  Is the install source an OEM version or retail copy of WIndows XP? First, locate the setupp.ini file in the \i386 directory on your Windows XP CD. Open in a text editor, and the contents will look something like this:
ExtraData=707A667567736F696F697911AE7E05
Pid=55034000
The Pid value is [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/10/27/windows-xp-setupp-ini-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ldapsearch script for querying MS Active Directory users, email addresses and descriptions</title>
		<link>http://www.breednet.net/2009/10/17/ldapsearch-script-for-querying-ms-active-directory-users-email-addresses-and-descriptions/</link>
		<comments>http://www.breednet.net/2009/10/17/ldapsearch-script-for-querying-ms-active-directory-users-email-addresses-and-descriptions/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 02:03:48 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Scripts]]></category>
		<category><![CDATA[UNIX Shell Scripting]]></category>
		<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ldapsearch]]></category>
		<category><![CDATA[openldap]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=102</guid>
		<description><![CDATA[I had a need to build a quick and simple shell script to quickly gather all of the user email addresses and descriptions from a MS Active Directory Domain Controller, so I could cross-reference with some user security rights and user identity tracking I was doing for a customer.  
First, I had a CentOS [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/10/17/ldapsearch-script-for-querying-ms-active-directory-users-email-addresses-and-descriptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Microsoft Active Directory User Accounts from an Excel Spreadsheet</title>
		<link>http://www.breednet.net/2009/10/08/create-microsoft-active-directory-user-accounts-from-an-excel-spreadsheet/</link>
		<comments>http://www.breednet.net/2009/10/08/create-microsoft-active-directory-user-accounts-from-an-excel-spreadsheet/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:24:58 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[cscript]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=83</guid>
		<description><![CDATA[Recently, I had the need to create a large number of Active Directory users.  I had an Excel spreadsheet with all the necessary info (CN, sAMAccountname, First and Last Name, email, phone number, job description), and I remembered reading on Microsoft Technet years ago for how to do this.  
Sure enough, there is [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/10/08/create-microsoft-active-directory-user-accounts-from-an-excel-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with pesky .DS_Store and dot underscore files between Mac and Windows</title>
		<link>http://www.breednet.net/2009/09/20/dealing-with-pesky-ds_store-and-dot-underscore-files-between-mac-and-windows/</link>
		<comments>http://www.breednet.net/2009/09/20/dealing-with-pesky-ds_store-and-dot-underscore-files-between-mac-and-windows/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 22:25:11 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[dotclean]]></category>
		<category><![CDATA[dotunderscore]]></category>
		<category><![CDATA[ds_store]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=67</guid>
		<description><![CDATA[If you use Windows Servers and Mac OS X in the same environment and share files, more than likely you have encountered seeing a bunch of .DS_Store files and files that start with ._ on your Windows file servers and SMB shares.
There are several ways you can take care of this on both the Mac [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/20/dealing-with-pesky-ds_store-and-dot-underscore-files-between-mac-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Installer command-line options</title>
		<link>http://www.breednet.net/2009/09/19/windows-installer-command-line-options/</link>
		<comments>http://www.breednet.net/2009/09/19/windows-installer-command-line-options/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 13:58:22 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[windows instaler]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=54</guid>
		<description><![CDATA[I am in the middle of preparing to help out a friend with some consulting help for migrating from Symantec Endpoint Protection 11 (SEP11) to McAfee Total Protection for Endpoint on their corporate endpoints.  As you may know, Symantec has the only corporate AV solution in the industry WITHOUT a centrally managed/controlled UNINSTALL function.
Anyway, [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/19/windows-installer-command-line-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrinking your Windows image running under VMware Fusion on Mac</title>
		<link>http://www.breednet.net/2009/09/16/shrinking-your-windows-image-running-under-vmware-fusion-on-mac/</link>
		<comments>http://www.breednet.net/2009/09/16/shrinking-your-windows-image-running-under-vmware-fusion-on-mac/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 03:30:04 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[UNIX Shell Scripting]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=49</guid>
		<description><![CDATA[Great article here on how to go about shrinking your virtual disk size for Windows images running under VMware Fusion on a Mac.  
]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/16/shrinking-your-windows-image-running-under-vmware-fusion-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP Trap Translator</title>
		<link>http://www.breednet.net/2009/09/16/snmp-trap-translator/</link>
		<comments>http://www.breednet.net/2009/09/16/snmp-trap-translator/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:04:58 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[Security Links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[snmptt]]></category>

		<guid isPermaLink="false">http://www.breednet.net/?p=33</guid>
		<description><![CDATA[One of my favorite open source tools for collecting and processing SNMP Traps is SNMPTT.  I started my career in network management and systems management, and along with a good log management strategy, SNMP is a nice way to &#8220;trust but verify&#8221; when events happen on a system.
In an upcoming guide, I will put [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/16/snmp-trap-translator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; Right click to a command prompt</title>
		<link>http://www.breednet.net/2009/09/14/windows-right-click-to-a-command-prompt/</link>
		<comments>http://www.breednet.net/2009/09/14/windows-right-click-to-a-command-prompt/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:14:43 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Windows Scripting]]></category>

		<guid isPermaLink="false">http://192.168.28.53/?p=22</guid>
		<description><![CDATA[When using Windows, it is nice to be able to simply right-click and pop open a command prompt, as opposed to Start &#8212; Run &#8212; cmd and pressing enter.  Running cmd.exe still requires you to go to the exact folder you want to work in.  Here are two ways to just right click [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/14/windows-right-click-to-a-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Shell Script compiler</title>
		<link>http://www.breednet.net/2009/09/14/generic-shell-script-compiler/</link>
		<comments>http://www.breednet.net/2009/09/14/generic-shell-script-compiler/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:04:48 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Security Scripts]]></category>
		<category><![CDATA[UNIX Shell Scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[hp-ux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[shc]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://192.168.28.53/?p=14</guid>
		<description><![CDATA[I have had the need on occasion to quickly and easily obfuscate the contents of a simple shell script.  Shc is a great utility to do just that.  
Man page is available here, and you can download the latest source here, and I have used this on FreeBSD, Linux and HP-UX.
]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/14/generic-shell-script-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating MS Outlook Contacts to vCard</title>
		<link>http://www.breednet.net/2009/09/14/migrating-ms-outlook-contacts-to-vcard/</link>
		<comments>http://www.breednet.net/2009/09/14/migrating-ms-outlook-contacts-to-vcard/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:58:59 +0000</pubDate>
		<dc:creator>Brian Reed</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[cscript]]></category>
		<category><![CDATA[entourage]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[vcard]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.28.53/?p=3</guid>
		<description><![CDATA[I recently had a need to migrate all of my Outlook Contacts over to Apple Mail/Address Book and Microsoft Entourage for Mac.  Since the Outlook PST format is proprietary (direct export/import from Outlook to Entourage is not supported), I needed to find a way to do this.  I decided I had 3 options:
1.) [...]]]></description>
		<wfw:commentRss>http://www.breednet.net/2009/09/14/migrating-ms-outlook-contacts-to-vcard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
