8000 6.2.0-rc.1 Remove-Item -Recurse broken for reparse points · Issue #9246 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
6.2.0-rc.1 Remove-Item -Recurse broken for reparse points #9246
@Baribeault

Description

@Baribeault

in 6.1.2 this command works : Remove-Item C:\Users\david\OneDrive\Documents\ -Recurse

but in 6.2.0-rc.1 I get this error

PS C:\Users\david> Remove-Item C:\Users\david\OneDrive\Documents\ -Recurse
Remove-Item : Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
At line:1 char:1

  • Remove-Item C:\Users\david\OneDrive\Documents\ -Recurse
  • CategoryInfo : NotSpecified: (:) [Remove-Item], FormatException
  • FullyQualifiedErrorId : System.FormatException,Microsoft.PowerShell.Commands.RemoveItemCommand

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.WG-Engine-Providersbuilt-in PowerShell providers such as FileSystem, Certificates, Registry, etc.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0