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
PS> New-Item -ItemType SymbolicLink -Path "a[b].txt" -Target "a\a[b].txt"New-Item: Cannot find path 'a\a[b].txt' because it does not exist.
Error details
Environment data
PS >$PSVersionTable
Name Value
---------
PSVersion 7.5.2
PSEdition Core
GitCommitId 7.5.2
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Prerequisites
Steps to reproduce
As for latest 7.5.2, the following error happened:
Expected behavior
Actual behavior
Error details
Environment data
Visuals
No response