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
Get-AccessibleFile -Recurse currently doesn't follow symlink and junction directories and I suppose this makes sense. However, I can see some cases where it's useful to follow such directories.
Could it be considered implementing an additional flag for this, that can be used in combination with the recurse flag?
The text was updated successfully, but these errors were encountered:
I've added support to the three path based Get-Accessible* cmdlets. You specify FollowLink with Recurse and it should follow links. If you have the ability I'd welcome any feedback..
Get-AccessibleFile -Recurse currently doesn't follow symlink and junction directories and I suppose this makes sense. However, I can see some cases where it's useful to follow such directories.
Could it be considered implementing an additional flag for this, that can be used in combination with the recurse flag?
The text was updated successfully, but these errors were encountered: