<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commenti a: NTFS Stuff v1 &#8211; Eng</title>
	<atom:link href="http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 11:05:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: Mirko</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1315</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Sat, 12 Nov 2011 11:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1315</guid>
		<description>@ Martin
Unfortunately it&#039;s not possible to specify the name of the output-file.
A feature like that is fairly easy to implement for the GUI interface but it&#039;s a bit more difficult for the command-line interface, too many lines of code have to be changed and this is the reason why I cannot include in this comment a simple code hack for you.

The easiest way to obtain a &quot;custom&quot; output-file name is to apply &lt;a href=&quot;http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1235&quot; rel=&quot;nofollow&quot;&gt;the change  requested by William&lt;/a&gt;, this works both for the GUI and for the command-line interface.</description>
		<content:encoded><![CDATA[<p>@ Martin<br />
Unfortunately it's not possible to specify the name of the output-file.<br />
A feature like that is fairly easy to implement for the GUI interface but it's a bit more difficult for the command-line interface, too many lines of code have to be changed and this is the reason why I cannot include in this comment a simple code hack for you.</p>
<p>The easiest way to obtain a "custom" output-file name is to apply <a href="http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1235" rel="nofollow">the change  requested by William</a>, this works both for the GUI and for the command-line interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Martin</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1281</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 07 Nov 2011 23:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1281</guid>
		<description>Hi, great Tool!
Is it possible to specify the name of the output-file? That would be a nice Feature.</description>
		<content:encoded><![CDATA[<p>Hi, great Tool!<br />
Is it possible to specify the name of the output-file? That would be a nice Feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mirko</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1235</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Fri, 25 Feb 2011 20:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1235</guid>
		<description>@ William
Sure, you need to edit ntfsStuff.vbs and insert the following code:

&lt;pre&gt;Set objNetwork = WScript.CreateObject( &quot;WScript.Network&quot; )
logfile = CurrentPath &amp; &quot;\&quot; &amp; objNetwork.ComputerName &amp; &quot;_&quot; &amp; Right(Folderbyuser,Len(Folderbyuser)-InStrRev(Folderbyuser,&quot;\&quot;)) &amp; &quot;.html&quot;&lt;/pre&gt;

just before line 169:

&lt;pre&gt;Set ObjLog = ObjFSO.CreateTextFile(logfile, ForWriting)	&#039;Create or overwrite the output log&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@ William<br />
Sure, you need to edit ntfsStuff.vbs and insert the following code:</p>
<pre>Set objNetwork = WScript.CreateObject( "WScript.Network" )
logfile = CurrentPath &#038; "\" &#038; objNetwork.ComputerName &#038; "_" &#038; Right(Folderbyuser,Len(Folderbyuser)-InStrRev(Folderbyuser,"\")) &#038; ".html"</pre>
<p>just before line 169:</p>
<pre>Set ObjLog = ObjFSO.CreateTextFile(logfile, ForWriting)	'Create or overwrite the output log</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Di: William</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1231</link>
		<dc:creator>William</dc:creator>
		<pubDate>Thu, 24 Feb 2011 22:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-1231</guid>
		<description>Is there any way to output the html with specific information. For example, serverName_folder.html ?</description>
		<content:encoded><![CDATA[<p>Is there any way to output the html with specific information. For example, serverName_folder.html ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mirko</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-934</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Tue, 24 Aug 2010 22:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-934</guid>
		<description>NTFS Stuff 1.3 released.
New features list:
- Command Line Interface: starting from this release it is possible to run &quot;ntfsStuff.vbs&quot; via the command prompt using the &quot;cscript&quot; scripting engine, this feature makes possibile to run NTFS Stuff remotely via &quot;psexec&quot; or locally as a scheduled task.
- UAC support: NTFS Stuff is able to automatically request an elevation of privileges when running on operating systems that support and make use of the User Account Control feature (Windows Vista, Windows 7, Windows 2008 Server).
- &quot;Access Denied&quot; error handling further improved.
- Performance improvements: useless loops have been removed in order to improve the script execution speed.

This page has been updated with additional information on how to use these new features.</description>
		<content:encoded><![CDATA[<p>NTFS Stuff 1.3 released.<br />
New features list:<br />
- Command Line Interface: starting from this release it is possible to run "ntfsStuff.vbs" via the command prompt using the "cscript" scripting engine, this feature makes possibile to run NTFS Stuff remotely via "psexec" or locally as a scheduled task.<br />
- UAC support: NTFS Stuff is able to automatically request an elevation of privileges when running on operating systems that support and make use of the User Account Control feature (Windows Vista, Windows 7, Windows 2008 Server).<br />
- "Access Denied" error handling further improved.<br />
- Performance improvements: useless loops have been removed in order to improve the script execution speed.</p>
<p>This page has been updated with additional information on how to use these new features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mirko</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-894</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Wed, 14 Jul 2010 21:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-894</guid>
		<description>NTFS Stuff 1.2 released.
All of the reported bugs have been fixed, details are in the changelog section.
For the next release we are planning to improve Windows 2008 support and to add some of the requested features like csv export and command line support for scheduling and remote folder scanning.</description>
		<content:encoded><![CDATA[<p>NTFS Stuff 1.2 released.<br />
All of the reported bugs have been fixed, details are in the changelog section.<br />
For the next release we are planning to improve Windows 2008 support and to add some of the requested features like csv export and command line support for scheduling and remote folder scanning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mirko</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-880</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-880</guid>
		<description>@ chris M.
Thanks for the feedback.
In the next days I will try to solve the second problem you have mentioned.</description>
		<content:encoded><![CDATA[<p>@ chris M.<br />
Thanks for the feedback.<br />
In the next days I will try to solve the second problem you have mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: chris M.</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-877</link>
		<dc:creator>chris M.</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-877</guid>
		<description>Very nice tool, I was searching for a tool to list out all permissions on a file server so we can decide what permissions to migrate to a new NAS appliance. The visual representation works very well.

A few comments:
-an export to CSV is always helpful, lets people massage the data as they need to.
-I couldn&#039;t scan a whole drive starting at the root, but needed to input a folder. adding this feature would be nice.
-remotely scanning folders across the network would also be nice. 

Nice job again, though.</description>
		<content:encoded><![CDATA[<p>Very nice tool, I was searching for a tool to list out all permissions on a file server so we can decide what permissions to migrate to a new NAS appliance. The visual representation works very well.</p>
<p>A few comments:<br />
-an export to CSV is always helpful, lets people massage the data as they need to.<br />
-I couldn't scan a whole drive starting at the root, but needed to input a folder. adding this feature would be nice.<br />
-remotely scanning folders across the network would also be nice. </p>
<p>Nice job again, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mirko</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-748</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-748</guid>
		<description>@ Brad
Sorry but the script only works on the local machine, not on shared folders.
Anyway... it might be possible to modify it so that it can be uploaded and executed on a remote server using the &lt;a href=&quot;http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;psexec&lt;/a&gt; tool.</description>
		<content:encoded><![CDATA[<p>@ Brad<br />
Sorry but the script only works on the local machine, not on shared folders.<br />
Anyway... it might be possible to modify it so that it can be uploaded and executed on a remote server using the <a href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx" target="_new" rel="nofollow">psexec</a> tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Brad</title>
		<link>http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-747</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.notageek.it/wsh-vbs-ntfs-stuff-eng.html#comment-747</guid>
		<description>Love the script.  Is there a way to call a remote server and directory to report on?</description>
		<content:encoded><![CDATA[<p>Love the script.  Is there a way to call a remote server and directory to report on?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

