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