PSLogging.psm1 line#91 Before: New-Item -Path $sFullPath _**–**_ItemType File After: New-Item -Path $sFullPath **_-_**ItemType File I happen to run this function under Korean Windows 10 and it failed to create a new-item.
PSLogging.psm1
line#91
Before:
New-Item -Path $sFullPath –ItemType File
After:
New-Item -Path $sFullPath **-**ItemType File
I happen to run this function under Korean Windows 10 and it failed to create a new-item.