<?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>Ryan's Blog &#187; Windows 2003</title>
	<atom:link href="http://ryannedeff.com/blog/tag/windows-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryannedeff.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 15 Feb 2011 23:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Documenting NTFS Permissions</title>
		<link>http://ryannedeff.com/blog/2008/07/documenting-ntfs-permissions/</link>
		<comments>http://ryannedeff.com/blog/2008/07/documenting-ntfs-permissions/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:28:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Documenting]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=27</guid>
		<description><![CDATA[Recently, I was asked to get a "snapshot" of the NTFS permissions on a Windows Server 2003, File and Print server. My boss simply wanted screen shots of everything, and I knew that would be rather useless. I wanted to have a file that could be used to actually enter the information into the system, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I was asked to get a "snapshot" of the NTFS permissions on a Windows Server 2003, File and Print server. My boss simply wanted screen shots of everything, and I knew that would be rather useless. I wanted to have a file that could be used to actually enter the information into the system, if I ever had to rebuild this machine. After about 20 minutes of, "Right Click", "Security" and copying down the permissions, I thought to myself, "There is no way in crap I'm going to do this on this entire directory tree."</p>
<p>So, I was off to visit my good friend "Command Line" to see if I could get it to tell me what I wanted to know. After about half an hour of playing, I finally got what I wanted.</p>
<p>I found the command "cacls" which is a new one to me. You can use it to display the NTFS permissions on an object.</p>
<p>In my case, I wanted to show all the permissions, for every directory in a rather large tree, and dump the info into a text file. well, it's as simple as:</p>
<p>cacls * &gt; filename.txt</p>
<p>Viola! Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/07/documenting-ntfs-permissions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

