<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>ScriptingAnswers.com Forums</title>
  <link>http://www.scriptinganswers.com/forum2/</link>
  <description>This is an XML content feed of; ScriptingAnswers.com Forums : Last 10 Posts</description>
  <pubDate>Thu, 21 Aug 2008 12:29:30 +0000</pubDate>
  <lastBuildDate>Thu, 21 Aug 2008 12:16:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.0</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.scriptinganswers.com/forum2/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>ScriptingAnswers.com Forums</title>
   <url>http://www.scriptinganswers.com/forum2/forum_images/web_wiz_forums.png</url>
   <link>http://www.scriptinganswers.com/forum2/</link>
  </image>
  <item>
   <title>Windows PowerShell : Report on NTFS Permissions</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11355#11355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=23611" rel="nofollow">goldyfarbs</a><br /><strong>Subject:</strong> Report on NTFS Permissions<br /><strong>Posted:</strong> 21 Aug 2008 at 12:16<br /><br />Jeff-<DIV>&nbsp;</DIV><DIV>The granularity is exactly what I need.&nbsp; There has to be a way that .Net can produce this granularity.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Check out xcalcs.vbs from Microsoft... </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 12:16:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11355#11355</guid>
  </item> 
  <item>
   <title>Windows PowerShell : Report on NTFS Permissions</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11354#11354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=3359" rel="nofollow">jhicks</a><br /><strong>Subject:</strong> Report on NTFS Permissions<br /><strong>Posted:</strong> 21 Aug 2008 at 11:53<br /><br />I don't know if there is a way to get that level of granular detail with .NET.&nbsp; But you can certainly filter:<br><br>PS C:\test&gt; (get-acl c:\test).Access | Where {$_.identityreference -match "Lucky"}<br><br><br>FileSystemRights&nbsp; : Modify, Synchronize<br>AccessControlType : Allow<br>IdentityReference : chaos\lucky<br>IsInherited&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : False<br>InheritanceFlags&nbsp; : ContainerInherit, ObjectInherit<br>PropagationFlags&nbsp; : None<br>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 11:53:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11354#11354</guid>
  </item> 
  <item>
   <title>Windows PowerShell : Report on NTFS Permissions</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11353#11353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=23611" rel="nofollow">goldyfarbs</a><br /><strong>Subject:</strong> Report on NTFS Permissions<br /><strong>Posted:</strong> 21 Aug 2008 at 11:09<br /><br />Jeff<DIV>&nbsp;</DIV><DIV>That is ok, but I am more looking for a nice pretty way to display something like the following</DIV><DIV><img src="http://i34.tinypic.com/2yzeow4.jpg" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>Also, Can I filter based on IdentityReference like -Where $_.Identityreference = "Name"</DIV>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 11:09:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11353#11353</guid>
  </item> 
  <item>
   <title>Windows PowerShell : Report on NTFS Permissions</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11352#11352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=3359" rel="nofollow">jhicks</a><br /><strong>Subject:</strong> Report on NTFS Permissions<br /><strong>Posted:</strong> 21 Aug 2008 at 10:53<br /><br />see if this helps:<br><br>Function Get-Access {<br>param(&#091;string&#093;$file)<br>&nbsp;&nbsp;&nbsp; $var=(Get-Acl $file).Access<br>&nbsp;&nbsp;&nbsp; write $file.ToUpper()<br>&nbsp;&nbsp;&nbsp; write $var<br>&nbsp;}<br><br>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 10:53:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11352#11352</guid>
  </item> 
  <item>
   <title>Windows PowerShell : Report on NTFS Permissions</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11351#11351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=23611" rel="nofollow">goldyfarbs</a><br /><strong>Subject:</strong> Report on NTFS Permissions<br /><strong>Posted:</strong> 21 Aug 2008 at 10:43<br /><br /><P>I have been picking my brain for a few hours on the best way to do this.</P><DIV>&nbsp;</DIV><DIV>I just need to report on two folders and their NTFS Permisssions that they have on a constant basis.</DIV><DIV>&nbsp;</DIV><DIV>I reviewed Microsoft released xcalcs.vbs file, but I would prefer to use powershell and possibly get-acl on the folder. </DIV><DIV>&nbsp;</DIV><DIV>I have been messing around with the get-acl cmdlet, but I am not getting pretty output.</DIV><DIV>&nbsp;</DIV><DIV>I am assuming we can take all the ntfs permissions and use Switch within a function to display like</DIV><DIV>&nbsp;</DIV><DIV>BuiltIN\Administrators - Read,Execute,TakeOwnership.</DIV><DIV>&nbsp;</DIV><DIV>Is that possible?</DIV><DIV>&nbsp;</DIV><DIV>Any help would be greatly appreciated.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 10:43:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2187&amp;PID=11351#11351</guid>
  </item> 
  <item>
   <title>Command-Line : Newbie help would be appreciated greatly</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11350#11350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=3359" rel="nofollow">jhicks</a><br /><strong>Subject:</strong> Newbie help would be appreciated greatly<br /><strong>Posted:</strong> 21 Aug 2008 at 09:52<br /><br />I'm not saying it will be easy but it will be worth it in the long run. If you need to learn something you're better off spending the time learning the tool you will need to learn eventually.<br><br>By the way in PowerShell you need a space between CD and .. because CD is an alias for the Set-Location cmdlet and .. is the parameter.&nbsp; Trust me, you'll be glad you took the time to learn PowerShell.<br>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 09:52:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11350#11350</guid>
  </item> 
  <item>
   <title>VBScript : Printer enumeration</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2186&amp;PID=11349#11349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=27872" rel="nofollow">tmiller</a><br /><strong>Subject:</strong> Printer enumeration<br /><strong>Posted:</strong> 21 Aug 2008 at 08:47<br /><br />Thanks for the advice.&nbsp; So keep enumeration and map if not exist.&nbsp; Thanks.]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 08:47:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2186&amp;PID=11349#11349</guid>
  </item> 
  <item>
   <title>Command-Line : Newbie help would be appreciated greatly</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11348#11348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=27864" rel="nofollow">ayaz465</a><br /><strong>Subject:</strong> Newbie help would be appreciated greatly<br /><strong>Posted:</strong> 21 Aug 2008 at 08:42<br /><br />I also downloaded powerscript analyzer. maybe it will help me understand this more.]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 08:42:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11348#11348</guid>
  </item> 
  <item>
   <title>Command-Line : Newbie help would be appreciated greatly</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11347#11347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=27864" rel="nofollow">ayaz465</a><br /><strong>Subject:</strong> Newbie help would be appreciated greatly<br /><strong>Posted:</strong> 21 Aug 2008 at 08:37<br /><br />yeah, im not used to it at all. i cant even use the cd.. command. i just sits in my folder lol. so how could i use this to create the program where i can send the email out?&nbsp;]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 08:37:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11347#11347</guid>
  </item> 
  <item>
   <title>Command-Line : Newbie help would be appreciated greatly</title>
   <link>http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11346#11346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.scriptinganswers.com/forum2/member_profile.asp?PF=3359" rel="nofollow">jhicks</a><br /><strong>Subject:</strong> Newbie help would be appreciated greatly<br /><strong>Posted:</strong> 21 Aug 2008 at 08:28<br /><br />Windows PowerShell is free from Microsoft.<br><a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target="_blank">http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx</a><br><br>It runs on Windows XP and later and requires the .NET Framework 2.0 or later. <br><br>You're not going to learn it in a day or so but once you start getting the hang of it I think you'll realize how powerful and flexible it is.&nbsp; There's a lot of books and training material out there, including stuff from SAPIEN.&nbsp; I think PrimalScript 2007 now ships with a <a href="http://blog.sapien.com/index.php/2008/08/06/powershell-101-now-part-of-primal&#115;cript-2007-enterprise-editi&#111;n/" target="_blank">free PowerShell training video</a>.<br>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 08:28:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.scriptinganswers.com/forum2/forum_posts.asp?TID=2181&amp;PID=11346#11346</guid>
  </item> 
 </channel>
</rss>