Get-ChildItem and non-breaking space
As mentioned in the comment, you found an actual error that will hopefully soon being fixed. However, there is a very acceptable workaround that you can apply with minimal effort while continuing to use Get-ChildItem without the need to exclude your folder. The Unicode version of Get-ChildItem does not suffer from this problem. (Tested on … Read more