在Windows搜索中,是否存在可以搜索权限或ACL的元数据属性?


0

基本上,我希望能够使用Windows搜索来搜索特定用户或安全组有权访问的文件夹,但是我不确定是否存在可以使用的元数据属性,例如,Permissions:[user](其中,显然,不起作用)

Answers:


1

虽然这并非完全“搜索” ACL,但是有一些显示此信息的方法。一种选择是使用Somasoft的DumpSec。

另一种方法是编写一个调用内部Windows命令“ Cacls”的批处理文件:

https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-1050976.html

或者,出于相同目的在Powershell中创建脚本:

http://blogs.technet.com/b/heyscriptingguy/archive/2008/04/15/how-can-i-use-windows-powershell-to-determine-the-owner-of-a-file.aspx

http://powershellcommunity.org/Forums/tabid/54/aff/14/aft/2724/afv/topic/Default.aspx


使用Powershell中的Get-Acls命令获得了我需要的东西,谢谢!
sw1 2010年

现在,Windows 8具有ICACLS命令:ICACLS名称/ findsid Sid [/ T] [/ C] [/ L] [/ Q]查找包含明确提及Sid的ACL的所有匹配名称。
Chloe 2013年

0

不,您只能列出目录并以这种方式找出其属性。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.