1 개요[ | ]
- PowerShell Get-Acl
- 파워쉘 Get-Acl
- 파일 또는 레지스트리 키와 같은 리소스에 대한 보안 설명자를 가져옵니다.
Console
Copy
PS C:\Users\jmnote> Get-Acl
디렉터리: C:\Users
Path Owner Access
---- ----- ------
jmnote NT AUTHORITY\SYSTEM NT AUTHORITY\SYSTEM Allow FullContr...
Console
Copy
PS C:\Users\jmnote> (Get-Acl).Path
Microsoft.PowerShell.Core\FileSystem::C:\Users\jmnote
Console
Copy
PS C:\Users\jmnote> (Get-Acl).Owner
NT AUTHORITY\SYSTEM
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.