Difference between revisions of "NTFS"

From MgmtWiki
Jump to: navigation, search
(PowerShell)
(Security)
Line 2: Line 2:
 
Windows NT File System
 
Windows NT File System
 
==Security==
 
==Security==
 
+
[https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/icacls icacls] Displays or modifies discretionary access control lists (DACLs) on specified files, and applies stored DACLs to files in specified directories.
 
===PowerShell===
 
===PowerShell===
  

Revision as of 19:48, 11 March 2023

Full Name

Windows NT File System

Security

icacls Displays or modifies discretionary access control lists (DACLs) on specified files, and applies stored DACLs to files in specified directories.

PowerShell

Install-Module -Name NTFSSecurity
Import-Module NTFSSecurity

References