I have mounted a linux shared folder. In the folder, there is a sub-folder . \
(dot space) which I need to access. With the command prompt I can access it using the 8dot3 notation of short names, but I need to access it with PowerShell.
Set-Location
and cd
will throw an error on paths with folder names with trailing spaces (path does not exist).