I try to use long UNC paths with Get-ChildItem
in Powershell like
Get-ChildItem -Path "\\?\c:\blabla"
and Powershell says that there are illegal characters in the path. The very same path works with Resolve-Path
. How can I use the "\\?\" syntax with gci
?