<?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>Rickey Whitworth&#039;s Blog &#187; Downloads</title>
	<atom:link href="http://www.whitworth.org/category/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Query Grid &#8211; Web Part for Sharepoint</title>
		<link>http://www.whitworth.org/2004/08/29/sql-query-grid-web-part-for-sharepoint/</link>
		<comments>http://www.whitworth.org/2004/08/29/sql-query-grid-web-part-for-sharepoint/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 00:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[SMS 2003]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,db1c7add-a2f9-4040-9ed7-a6ebb5481ea7.aspx</guid>
		<description><![CDATA[Finally posting my first run at my sql query web part.
I&#8217;ve posted the install file for this web part here (Click
to download)
Here is the source (Click
here to download)
Important Notes:

This download is provided as sample code, use it at your own risk.
The user name and password should be sql authentication (I have not tested Windows
Authentication)
The password [...]]]></description>
			<content:encoded><![CDATA[<p>Finally posting my first run at my sql query web part.</p>
<p>I&#8217;ve posted the install file for this web part here <a href="http://www.whitworth.org/downloads/SQLQueryGrid_1_000/SqlQueryGrid_1_000.msi">(Click<br />
to download)</a></p>
<p>Here is the source <a href="http://www.whitworth.org/downloads/SQLQueryGrid_1_000/SQLQueryGrid_1_000_Source.zip">(Click<br />
here to download)</a></p>
<p>Important Notes:</p>
<ol>
<li>This download is provided as sample code, use it at your own risk.</li>
<li>The user name and password should be sql authentication (I have not tested Windows<br />
Authentication)</li>
<li>The password is stored and displayed as plain text at the moment. I am researching<br />
this but keep it in mind if you deploy this in production. Any user who has rights<br />
to modify the web part will be able to see the connection string. It is strongly recommended<br />
you use a user account and password with only read rights.</li>
</ol>
<p> </p>
<p><img class="alignnone size-full wp-image-465" title="rw_0031" src="http://www.whitworth.org/wp-content/uploads/rw_0031.jpg" alt="rw_0031" width="222" height="551" /></p>
<p> </p>
<p><img class="alignnone size-full wp-image-503" title="rw_00311" src="http://www.whitworth.org/wp-content/uploads/rw_00311.jpg" alt="rw_00311" width="606" height="220" /><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=db1c7add-a2f9-4040-9ed7-a6ebb5481ea7" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2004/08/29/sql-query-grid-web-part-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VB.Net Windows App for Organizing Active Directory Computer Accounts based on User Account location</title>
		<link>http://www.whitworth.org/2004/08/22/vbnet-windows-app-for-organizing-active-directory-computer-accounts-based-on-user-account-location/</link>
		<comments>http://www.whitworth.org/2004/08/22/vbnet-windows-app-for-organizing-active-directory-computer-accounts-based-on-user-account-location/#comments</comments>
		<pubDate>Mon, 23 Aug 2004 03:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Network Administration]]></category>
		<category><![CDATA[SMS 2003]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,1b787a66-0f76-449d-8514-ff304c63755c.aspx</guid>
		<description><![CDATA[At our company, we store computer accounts in an OU named Resources and our user accounts
are stored in an OU named Accounts. All user account names and computer names are
first initial last name, like rwhitworth. The resources OU is broken down into department
ous, and we wanted to do the same with the resources OU, but [...]]]></description>
			<content:encoded><![CDATA[<p>At our company, we store computer accounts in an OU named Resources and our user accounts<br />
are stored in an OU named Accounts. All user account names and computer names are<br />
first initial last name, like rwhitworth. The resources OU is broken down into department<br />
ous, and we wanted to do the same with the resources OU, but we realized this was<br />
going to be a lot of work. Any time we moved a user account into a different department,<br />
or any time a new computer was added, we would have to manually move the users computer<br />
to the correct ou. In addition, we wanted to see how many of our users had matching<br />
computer account names since this tends to get out of sync over time.</p>
<p>So here is what the app does:</p>
<ol>
<li>Scans the source ou (user account ou) collecting all computer names and sub ou names.</li>
<li>Scans the destination ou (computer account ou) and creates appropriate sub ou&#8217;s if<br />
they do not exist.</li>
<li>Moves computer accounts that have a matching user account into the appropriate sub<br />
ou</li>
<li>If the check box for orphaned ous is checked, computer accounts in the destination<br />
ou that do not have a matching user account will be moved to a specified orphaned<br />
ou.</li>
<li>If the simulate moves box is checked, the destination ou structure will still be synchronized<br />
(new sub ou&#8217;s created) but computer accounts will not actually be moved. YOU SHOULD<br />
DEFINITELY run this the first time in simulation mode to see what would have happened.</li>
</ol>
<p>DISCLAIMER: If you do not know what you are doing you could quickly move a lot of<br />
computer accounts in your active directory structure. This app is being provided free<br />
of charge. Anything you do with it you do at your own risk. I have tested it in our<br />
environment which has about 1000 user objects and 1000 computer objects and I have<br />
had no problems. But you should test it if you plan to use it.</p>
<p>I plan to eventually publish the source code for it but for now I&#8217;m just putting the<br />
setup program <a href="http://www.whitworth.org/downloads/Active%20Directory%20Organize/v1.0.0/ADOrganizeSetup.msi">here.(Click<br />
to Download)</a></p>
<p><img class="alignnone size-full wp-image-499" title="orgsystems1" src="http://www.whitworth.org/wp-content/uploads/orgsystems1.jpg" alt="orgsystems1" width="656" height="544" /><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=1b787a66-0f76-449d-8514-ff304c63755c" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2004/08/22/vbnet-windows-app-for-organizing-active-directory-computer-accounts-based-on-user-account-location/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.324 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-12 23:57:38 -->
