<?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>James&#039; Tools and Tricks &#187; Tools</title>
	<atom:link href="http://jrudd.org/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrudd.org</link>
	<description>Tools, Tips and Hints for managing a network.</description>
	<lastBuildDate>Sun, 15 Aug 2010 23:11:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AD Password Reset and Bulk Modify</title>
		<link>http://jrudd.org/2008/12/ad-password-reset-and-bulk-modify/</link>
		<comments>http://jrudd.org/2008/12/ad-password-reset-and-bulk-modify/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 08:28:34 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Modify]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[password control]]></category>
		<category><![CDATA[sAMaccountName]]></category>
		<category><![CDATA[student passwords]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Wisesoft]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=45</guid>
		<description><![CDATA[Those who in the past have used the Novell Change Pass utility may have been missing it when moving to Active Directory. A great tool is Wisesoft Password Control which allows you to just type in the username, it will display info about the account and give you the option to change the password, enable/disable <a href='http://jrudd.org/2008/12/ad-password-reset-and-bulk-modify/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Those who in the past have used the Novell Change Pass utility may have been missing it when moving to Active Directory.</p>
<p>A great tool is <a href="http://www.wisesoft.co.uk/Products/PasswordControl/Main/default.aspx" target="_blank">Wisesoft Password Control</a> which allows you to just type in the username, it will display info about the account and give you the option to change the password, enable/disable the account and unlock the account.<br />
It is ideal to make available to teachers for resetting the student passwords if you use the Delegate control option in AD Users and Computers for your student OU&#8217;s.</p>
<p>The other useful tool on the website is a pair of tools <a href="http://www.wisesoft.co.uk/Products/PasswordControl/BulkPasswordControl/default.aspx" target="_blank">Bulk Password Control</a> and <a href="http://www.wisesoft.co.uk/Products/PasswordControl/BulkModify/Default.aspx" target="_blank">Bulk Modify</a>. These allow you to bulk reset the password for a large group of students, or modify the attributes for a large number of users. It can read these in from a CSV file, and match the CSV entires to either sAMaccountName or some other user attribute. You can also set the attribute based on their existing attributes.</p>
<p>After downloading it will ask you for a code that you can get with a free <a href="http://www.wisesoft.co.uk/Login/Register.aspx" target="_blank">registration </a>on their site.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/2008/12/ad-password-reset-and-bulk-modify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notepad++</title>
		<link>http://jrudd.org/2008/04/notepad/</link>
		<comments>http://jrudd.org/2008/04/notepad/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 10:33:11 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[ConTEXT]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[freeware text editor]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html css]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[tabbed interface]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=39</guid>
		<description><![CDATA[Notepad++ is a freeware text editor that has a wide range of great features. I use it for nearly all my text based programming (PHP, HTML, CSS, CMD, JS, etc), for editing configuration files and reading Linux text files (i.e. only LF no CR). It has replaced my previous one, ConTEXT, as my primary editor. <a href='http://jrudd.org/2008/04/notepad/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://notepad-plus.sourceforge.net/">Notepad++</a> is a freeware text editor that has a wide range of great features.</p>
<p>I use it for nearly all my text based programming (PHP, HTML, CSS, CMD, JS, etc), for editing configuration files and reading Linux text files (i.e. only LF no CR).</p>
<p>It has replaced my previous one, <a href="http://www.contexteditor.org/">ConTEXT</a>, as my primary editor.</p>
<ul>
<li>It has a tabbed interface which makes it easy to work on multiple files</li>
<li>good syntax highlighting for a wide range of languages</li>
<li>good regular expression find and replace, as well as find in files in a directory</li>
<li>can change shortcut keys</li>
<li>does manually indenting but to my knowledge does not auto-indent.</li>
</ul>
<p><del datetime="2009-02-20T01:46:34+09:00">It used to be even better, but most recent version does not include the HexEditor plugin from previous releases (although it does appear to still work if it is installed).</del><br />
The <a title="Hex Editor" href="http://sourceforge.net/project/showfiles.php?group_id=189927&amp;package_id=222593#">Hex Editor</a> is now available as a plugin for the Unicode version.</p>
<p>Overall a great freeware application.</p>
<p>Available from Source forge: <a href="http://notepad-plus.sourceforge.net/">Notepad++</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/2008/04/notepad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SysInternals Website</title>
		<link>http://jrudd.org/2007/11/sysinternals-website/</link>
		<comments>http://jrudd.org/2007/11/sysinternals-website/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 12:46:23 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[SysInternals]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/2007/11/17/sysinternals-website/</guid>
		<description><![CDATA[A great site with a large collection of tools, everything from Active Directory Management and Monitoring through to security, process monitoring and funny screen savers. http://www.sysinternals.com/ SysInternals was taken over by Microsoft so they also have new URL http://www.microsoft.com/technet/sysinternals/]]></description>
			<content:encoded><![CDATA[<p>A great site with a large collection of tools, everything from Active Directory Management and Monitoring through to security, process monitoring and funny screen savers.</p>
<p><a href="http://www.sysinternals.com/" target="_blank">http://www.sysinternals.com/</a></p>
<p>SysInternals was taken over by Microsoft so they also have new URL <a href="http://www.microsoft.com/technet/sysinternals/" target="_blank">http://www.microsoft.com/technet/sysinternals/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/2007/11/sysinternals-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
