You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" notifications@github.com 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 #12 (comment)
.
Your function Get-Filehash overwrites a builtin Powershell function. This causes issues with some functions (in my case New-DSCCheckSum).
The text was updated successfully, but these errors were encountered: