<?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; CLI</title>
	<atom:link href="http://ryannedeff.com/blog/tag/cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryannedeff.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Jan 2009 21:14:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 &#8220;snapshot&#8221; 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 &#8220;snapshot&#8221; 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, &#8220;Right Click&#8221;, &#8220;Security&#8221; and copying down the permissions, I thought to myself, &#8220;There is no way in crap I&#8217;m going to do this on this entire directory tree.&#8221;</p>
<p>So, I was off to visit my good friend &#8220;Command Line&#8221; 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 &#8220;cacls&#8221; 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&#8217;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>0</slash:comments>
		</item>
	</channel>
</rss>
