Install the PowerShell NTFSSecurity Module
- Last UpdatedAug 27, 2024
- 1 minute read
You must install the NTFSSecurity Powershell module if it doesn’t already exist.
Before you begin
-
Do one of the following:
-
If your server has internet access, open a PowerShell window and run the command:
Install-Module -Name NTFSSecurity -RequiredVersion 4.2.4
-
If your server doesn't have internet access, download the latest module from here, choosing Manual Download to download the raw nupkg file:
https://www.powershellgallery.com/packages/NTFSSecurity/4.2.4
-
To install the manually downloaded Powershell module
-
Unblock the downloaded file. You can use Unblock-File -Path <path\file.nupkg>.
-
Change the file from .nupkg to .zip.
-
Extract the contents to a folder.
-
Remove the version from the folder. The folder name should be ntfssecurity.
-
Copy the folder to your PowerShell Modules directory in the $env:PSModulePath. For example, C:\Program Files\WindowsPowerShell\Modules.