Difference between revisions of "NTFS"

From MgmtWiki
Jump to: navigation, search
(Security)
(PowerShell)
Line 5: Line 5:
 
===PowerShell===
 
===PowerShell===
  
Install-Module -Name NTFSSecurity
+
Install-Module -Name NTFSSecurity
 
+
Import-Module NTFSSecurity
  
 
* [https://woshub.com/manage-ntfs-permissions-powershell/ How to Manage NTFS Permissions with PowerShell?]
 
* [https://woshub.com/manage-ntfs-permissions-powershell/ How to Manage NTFS Permissions with PowerShell?]
  
 
==References==
 
==References==

Revision as of 19:29, 11 March 2023

Full Name

Windows NT File System

Security

PowerShell

Install-Module -Name NTFSSecurity
Import-Module NTFSSecurity

References