raandree / NTFSSecurity

Managing permissions with PowerShell is only a bit easier than in VBS or the command line as there are no cmdlets for most day-to-day tasks like getting a permission report or adding permission to an item. PowerShell only offers Get-Acl and Set-Acl but everything in between getting and setting the ACL is missing. This module closes the gap.
MIT License
431 stars 61 forks source link

Remove NTFSSecurity.Init.ps1 after first invocation #22

Open josevarelab opened 7 years ago

josevarelab commented 7 years ago

Hi,

Once processed, NTFSSecurity.Init.ps1 should be removed (i.e. Remove-Module NTFSSecurity.Init.ps1) otherwise it keeps up appearing as "Script 0.0 NTFSSecurity.Init" when using Get-Module cmdlet.

Anyway congratulations for your great work.