如何用Powershell查看文件夹的owner属性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何用Powershell查看文件夹的owner属性相关的知识,希望对你有一定的参考价值。

PS D:\> Get-Acl *


    Directory: D:

Path                 Owner                  Access
----                 -----                  ------
BaiduYunDownload     SPREADTRUM\Sampson.Qiu NT AUTHORITY\SYSTEM Allow  FullControl...
Downloads            SPREADTRUM\Sampson.Qiu BUILTIN\Administrators Allow  FullControl...
importment softwares BUILTIN\Administrators NT AUTHORITY\SYSTEM Allow  FullControl...
OS                   BUILTIN\Administrators BUILTIN\Administrators Allow  FullControl...
personal             SPREADTRUM\Sampson.Qiu BUILTIN\Administrators Allow  FullControl...
powershell_study     BUILTIN\Administrators BUILTIN\Administrators Allow  FullControl...
tools                SPREADTRUM\Sampson.Qiu BUILTIN\Administrators Allow  FullControl...
VM                   BUILTIN\Administrators BUILTIN\Administrators Allow  FullControl...
windows share        BUILTIN\Administrators BUILTIN\Administrators Allow  FullControl...
work                 SPREADTRUM\Sampson.Qiu BUILTIN\Administrators Allow  FullControl...


本文出自 “运维部落” 博客,转载请与作者联系!

以上是关于如何用Powershell查看文件夹的owner属性的主要内容,如果未能解决你的问题,请参考以下文章

如何用PowerShell获取进程信息

如何用PowerShell连接微软云

PowerShell创建文件夹并赋予特定用户Owner权限

如何用 PowerShell 替换文件中每次出现的字符串?

如何用powershell在windowsazure上建立DS系列虚机

如何用C语言执行powershell命令