<?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></title>
	<atom:link href="http://www.richstevenson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richstevenson.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Dec 2011 18:41:30 +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>Changing the Spacing Between Icons on the Windows 7 Taskbar</title>
		<link>http://www.richstevenson.com/2011/09/04/changing-the-spacing-between-icons-on-the-windows-7-taskbar/</link>
		<comments>http://www.richstevenson.com/2011/09/04/changing-the-spacing-between-icons-on-the-windows-7-taskbar/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 14:59:39 +0000</pubDate>
		<dc:creator>Rich Stevenson</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.richstevenson.com/?p=479</guid>
		<description><![CDATA[When you right-click any shortcut, and select Pin to Taskbar a new shortcut is pinned in the Windows taskbar. The problem with this is the large amount of space between those shortcuts. There&#8217;s no way to actually modify that space, but there is a work around that can eliminate the extra space. Right-click the taskbar, [...]]]></description>
			<content:encoded><![CDATA[<p>When you right-click any shortcut, and select Pin to Taskbar a new shortcut is pinned in the Windows taskbar. The problem with this is the large amount of space between those shortcuts. There&#8217;s no way to actually modify that space, but there is a work around that can eliminate the extra space.<br />
<span id="more-479"></span></p>
<ul>
<li>Right-click the taskbar, and select Toolbars|New Toolbar</li>
<li>In the Folder field, select a folder for the toolbar or simply paste &#8216;%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch&#8217; if you want the standard items.</li>
<li>Make sure you toolbar is unlocked, right-click on the new toolbar, and uncheck Show Title and Show text.</li>
<li>Look to the left of your pinned icons and grab the dotted divider and drag to the right, past your new quick launch toolbar and drop.</li>
<li>Now grab the same divider and drag to the left.</li>
<li>Right-click on any shortcuts in the original toolbar, the one where the shortcuts are pinned to, and select Unpin from Taskbar.</li>
</ul>
<p>That&#8217;s it! Just drag and drop any shorcuts you want in your new toolbar.</p>
<g:plusone href="http://www.richstevenson.com/2011/09/04/changing-the-spacing-between-icons-on-the-windows-7-taskbar/"  size="standard"   annotation="none"  ></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://www.richstevenson.com/2011/09/04/changing-the-spacing-between-icons-on-the-windows-7-taskbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting my new job at Dell Inc.</title>
		<link>http://www.richstevenson.com/2011/08/08/starting-my-new-job-at-dell-inc/</link>
		<comments>http://www.richstevenson.com/2011/08/08/starting-my-new-job-at-dell-inc/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 12:00:34 +0000</pubDate>
		<dc:creator>Rich Stevenson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.richstevenson.com/?p=465</guid>
		<description><![CDATA[Today marks the start of my new career with Dell as a Systems Integration Sr. Advisor.]]></description>
			<content:encoded><![CDATA[<p>Today marks the start of my new career with Dell as a Systems Integration Sr. Advisor.</p>
<g:plusone href="http://www.richstevenson.com/2011/08/08/starting-my-new-job-at-dell-inc/"  size="standard"   annotation="none"  ></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://www.richstevenson.com/2011/08/08/starting-my-new-job-at-dell-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out when a users password expires.</title>
		<link>http://www.richstevenson.com/2011/05/24/find-out-when-a-users-password-expires/</link>
		<comments>http://www.richstevenson.com/2011/05/24/find-out-when-a-users-password-expires/#comments</comments>
		<pubDate>Tue, 24 May 2011 18:58:50 +0000</pubDate>
		<dc:creator>Rich Stevenson</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.richstevenson.com/?p=454</guid>
		<description><![CDATA[Slowly but surely I&#8217;m upgrading our Server 2003 DC&#8217;s to server 2008. When the DC that the I.T. department was authenticating against was Server 2003, we used the Acctinfo.dll module from the Windows 2003 Resource Kit. This module gave us an Additional Account Info tab on the Users Object that displayed, among other things, when [...]]]></description>
			<content:encoded><![CDATA[<p>Slowly but surely I&#8217;m upgrading our Server 2003 DC&#8217;s to server 2008. When the DC that the I.T. department was authenticating against was Server 2003, we used the Acctinfo.dll module from the Windows 2003 Resource Kit. This module gave us an Additional Account Info tab on the Users Object that displayed, among other things, when their password expires or expired. Unfortunately, there is no such module available for Server 2008, so I turned to PowerShell to get the job done. I found a PowerShell script written by M. Ali over on <a href="http://blogs.msdn.com/b/adpowershell/archive/2010/02/26/find-out-when-your-password-expires.aspx">MSDN</a> that does exactly what we needed.</p>
<g:plusone href="http://www.richstevenson.com/2011/05/24/find-out-when-a-users-password-expires/"  size="standard"   annotation="none"  ></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://www.richstevenson.com/2011/05/24/find-out-when-a-users-password-expires/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Pumpkin Carving</title>
		<link>http://www.richstevenson.com/2009/10/26/windows-7-pumpkin-carving/</link>
		<comments>http://www.richstevenson.com/2009/10/26/windows-7-pumpkin-carving/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:21:44 +0000</pubDate>
		<dc:creator>Rich Stevenson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.richstevenson.com/?p=441</guid>
		<description><![CDATA[Just to be a geek and also to see my wife roll her eyes. I decided to carve a pumpkin to help announce the release of Windows 7.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Just to be a geek and also to see my wife roll her eyes. I decided to carve a pumpkin to help announce the release of Windows 7.<br />
<a rel="attachment wp-att-443" href="http://www.richstevenson.com/2009/10/26/windows-7-pumpkin-carving/1024092119a-2/"><img class="aligncenter size-full wp-image-443" title="W7-Pumpkin" src="http://www.richstevenson.com/wp-content/uploads/2009/10/1024092119a1.jpg" alt="W7-Pumpkin" width="384" height="288" /></a></p>
<p style="text-align: center;"><span id="more-441"></span></p>
<g:plusone href="http://www.richstevenson.com/2009/10/26/windows-7-pumpkin-carving/"  size="standard"   annotation="none"  ></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://www.richstevenson.com/2009/10/26/windows-7-pumpkin-carving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expanding a RAID5 array without losing data</title>
		<link>http://www.richstevenson.com/2009/09/15/expanding-a-raid5-array-without-losing-data/</link>
		<comments>http://www.richstevenson.com/2009/09/15/expanding-a-raid5-array-without-losing-data/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:16:26 +0000</pubDate>
		<dc:creator>Rich Stevenson</dc:creator>
				<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://www.richstevenson.com/?p=427</guid>
		<description><![CDATA[One of my remote offices was getting a little low on drive space on their data partition, so it was time to upgrade the existing drives to large capacity drives. This particular server is a Windows Server 2003 R2 Standard SP2 on a Dell PowerEdge 2950 with six 146GB SCSI drives and a PERC 5/i [...]]]></description>
			<content:encoded><![CDATA[<p>One of my remote offices was getting a little low on drive space on their data partition, so it was time to upgrade the existing drives to large capacity drives. This particular server is a Windows Server 2003 R2 Standard SP2 on a Dell PowerEdge 2950 with six 146GB SCSI drives and a PERC 5/i integrated controller. Drives 0 &amp; 1 are configured RAID0 for the system partition and drives 2-5 are configured RAID5 for the data partition. Six internal drives are all the server is capable of, so I have no empty slots for additional drives to expand the RAID5. So replacing the 146GB drives with 300GB drives is the route I took to add additional space to the array. Here are the steps:</p>
<p><span id="more-427"></span></p>
<p>1. As always, make sure you have a good backup of the server in case things go wrong.<br />
2. Remove drive 2 and replace it with one of the new 300GB drives.<br />
3. Wait for the array rebuild to complete by watching it in Dell OpenManage Server Administrator.<br />
4. Repeat steps 2-3 for the remaining 3 drives.<br />
5. Once the four drives are replaced, restart the server and hit Ctrl-R when prompted to enter the BIOS of the PERC5/i.<br />
6. Write down all of the settings for the existing RAID5 configuration, i.e. stripe size, read ahead.<br />
7. Deleted the RAID5 virtual disk and then recreated it with the new 300 GB drives, making sure to match the settings of the old virtual disk and be extra sure that the option to initialize the disk is <strong>NOT</strong> selected. If the disk is initialized, you will lose all of the data and will have to restore from your backup.<br />
8. Reboot the server and allow Windows to load. Once the OS comes up, login and verify that all of the data is still intact.<br />
9. From a command prompt type <strong>diskpart</strong>.<br />
10. At <strong>DISKPART&gt;</strong> type <strong>list volumes</strong> and locate the Volume # of the volume that you want to add the additional free space to. In my case it was volume 1.<br />
11. At <strong>DISKPART&gt;</strong> type <strong>select volume 1</strong>.<br />
12. At <strong>DISKPART&gt;</strong> Type <strong>extend</strong>.<br />
13. At <strong>DISKPART&gt;</strong> Type <strong>exit</strong> and close the command window.</p>
<p>Your RAID5 should be expanded with all data intact.</p>
<g:plusone href="http://www.richstevenson.com/2009/09/15/expanding-a-raid5-array-without-losing-data/"  size="standard"   annotation="none"  ></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://www.richstevenson.com/2009/09/15/expanding-a-raid5-array-without-losing-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

