Hi,
first of all, thank you for this great module — it really simplifies my workflow!
I'm currently using the following command to deploy the module to our two Windows Server 2016 RDSH servers:
Install-PSFModule -Name CmdFav -ComputerName srv00904,srv00905 -Verbose -Scope AllUsers
The installation works as expected and places the module in C:\Program Files\WindowsPowerShell\Modules. However, I noticed that the newly created module directory loses all inherited NTFS permissions and instead receives explicit ACLs.
Is this behavior intentional?
Thanks again for your work!
Best regards,
Hi,
first of all, thank you for this great module — it really simplifies my workflow!
I'm currently using the following command to deploy the module to our two Windows Server 2016 RDSH servers:
The installation works as expected and places the module in
C:\Program Files\WindowsPowerShell\Modules. However, I noticed that the newly created module directory loses all inherited NTFS permissions and instead receives explicit ACLs.Is this behavior intentional?
Thanks again for your work!
Best regards,