Get-Filehash
Your function Get-Filehash overwrites a builtin Powershell function. This causes issues with some functions (in my case New-DSCCheckSum).
tha is because the module is written to support Windows PowerShell v2, you should import the module adding a prefix so as to not clobber functions later added to powershell
Okay, thanks. Just wanted to make sure you knew about it. On 11 Feb 2016 12:28, "Carlos Perez" [email protected] wrote:
tha is because the module is written to support Windows PowerShell v2, you should import the module adding a prefix so as to not clobber functions later added to powershell
— Reply to this email directly or view it on GitHub https://github.com/darkoperator/Posh-SecMod/issues/12#issuecomment-182667615 .