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

Don't throw error when 'Force' switch is specified #20

Closed kborowinski closed 6 years ago

kborowinski commented 7 years ago

This fixes error when 'Copy-Item2 -Force' and 'Move-Item2 -Force' would not overwrite existing files

raandree commented 6 years ago

Thanks and sorry that it has takes such a long time to merge it.