-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
BugClearly a bug that need to be fixedClearly a bug that need to be fixed
Description
Using Get-ChildItem2 on a network UNC-Path shows error, if the folder contains a .lnk file. Error is:
Get-ChildItem2 : (3) The target directory is a file, not a directory: [\]
In Zeile:1 Zeichen:1
- Get-ChildItem2 -Directory -path \
-
+ CategoryInfo : NotSpecified: (\\<UNC-path>:String) [Get-ChildItem2], DirectoryNotFoundException + FullyQualifiedErrorId : DirUnspecifiedError,NTFSSecurity.GetChildItem2
Using Get-ChildItem runs without problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugClearly a bug that need to be fixedClearly a bug that need to be fixed