파워쉘 Get-Acl

1 개요[ | ]

PowerShell Get-Acl
파워쉘 Get-Acl
  • 파일 또는 레지스트리 키와 같은 리소스에 대한 보안 설명자를 가져옵니다.
PS C:\Users\jmnote> Get-Acl


    디렉터리: C:\Users


Path                                    Owner                                   Access
----                                    -----                                   ------
jmnote                                  NT AUTHORITY\SYSTEM                     NT AUTHORITY\SYSTEM Allow  FullContr...
PS C:\Users\jmnote> (Get-Acl).Path
Microsoft.PowerShell.Core\FileSystem::C:\Users\jmnote
PS C:\Users\jmnote> (Get-Acl).Owner
NT AUTHORITY\SYSTEM
PS C:\Users\jmnote> (Get-Acl).Access


FileSystemRights  : FullControl
AccessControlType : Allow
IdentityReference : NT AUTHORITY\SYSTEM
IsInherited       : False
InheritanceFlags  : ContainerInherit, ObjectInherit
PropagationFlags  : None

FileSystemRights  : FullControl
AccessControlType : Allow
IdentityReference : BUILTIN\Administrators
IsInherited       : False
InheritanceFlags  : ContainerInherit, ObjectInherit
PropagationFlags  : None

FileSystemRights  : FullControl
AccessControlType : Allow
IdentityReference : jmnote-PC\jmnote
IsInherited       : False
InheritanceFlags  : ContainerInherit, ObjectInherit
PropagationFlags  : None

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}