petben Posted July 23, 2018 Posted July 23, 2018 I have downloaded the 'File System Security PowerShell Module 4.2.3' Copied it to my Powershell profile paths $env:PSModulePath: C:\Users\me\Documents\WindowsPowerShell\Modules C:\Program Files\WindowsPowerShell\Modules C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules C:\Program Files\SharePoint Online Management Shell\ The module is listed in: "Get-Module -ListAvailable" But running a simple command gets the error: Get-NTFSAccess : Could not load file or assembly 'AlphaFS, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Steve21 Posted July 23, 2018 Posted July 23, 2018 Did you install alpha? It's a standalone library unless it was included within the module you downloaded: https://github.com/alphaleonis/AlphaFS Steve
petben Posted July 23, 2018 Author Posted July 23, 2018 Import-Module "C:\Program Files\WindowsPowerShell\Modules\NTFSSecurity\AlphaFS.dll" Thanks sorted...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now