<?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>Emjona</title>
	<atom:link href="http://www.emjona.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emjona.com</link>
	<description>Tools and Thoughts of a System Engineer</description>
	<lastBuildDate>Fri, 29 Jul 2011 22:30:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ACL &amp; SID History Tool</title>
		<link>http://www.emjona.com/archives/17</link>
		<comments>http://www.emjona.com/archives/17#comments</comments>
		<pubDate>Fri, 29 Jul 2011 22:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.emjona.com/?p=17</guid>
		<description><![CDATA[A while back we were trying to clean up our SID history from a migration we did when divesting from our original parent company.  We required a tool that would not only enumerate ACLs of files/folders but would also give us the SID associated with that ACL member.  A few tools were found from sysinternals [...]]]></description>
			<content:encoded><![CDATA[<p>A while back we were trying to clean up our SID history from a migration we did when divesting from our original parent company.  We required a tool that would not only enumerate ACLs of files/folders but would also give us the SID associated with that ACL member.  A few tools were found from sysinternals that would enumerate ACLs but we couldn&#8217;t find one that would do exactly what we required.  So I went off to make NtfsSidEnumerator, horrible name btw.  With this tool I implemented a few different cmd line options (ignore inherited, ignore specified account names, whether or not it is a recursive enumeration, etc).  The only issue I have with this tool so far is that I can only get it to go to about 256 characters on the path name.  From some research I did it appears this is a Windows/.Net limitation.  Usually these folder paths are mounted in a way that clients don&#8217;t actually hit the 256 length limit.</p>
<p>Find the tool here Note: There is a file embedded within this post, please visit this post to download the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emjona.com/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://www.emjona.com/archives/1</link>
		<comments>http://www.emjona.com/archives/1#comments</comments>
		<pubDate>Fri, 29 Jul 2011 16:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.emjona.com/?p=1</guid>
		<description><![CDATA[Hey, this is my first post, I will be utilizing this blog for thoughts/lessons learned as well as tools that I have created to solve problems.  Currently I am working on sanitizing the applications to allow them to be properly used outside of the intended purpose.]]></description>
			<content:encoded><![CDATA[<p>Hey, this is my first post, I will be utilizing this blog for thoughts/lessons learned as well as tools that I have created to solve problems.  Currently I am working on sanitizing the applications to allow them to be properly used outside of the intended purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emjona.com/archives/1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

