Skip to content

Support for -Depth parameter #2

Description

@vors

Since network is not very fast, -Depth parameter become very handy for explorations, i.e. to get all LICENSE files in your org and so on. Currently it produces error.

[8095] GH:\PowerShell\
> ls -Recurse -Depth 1
ls : Provider operation stopped because the provider does not support the 'Depth' parameter.
At line:1 char:1
+ ls -Recurse -Depth 1
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotImplemented: (:) [Get-ChildItem], PSNotSupportedException
    + FullyQualifiedErrorId : NotSupported,Microsoft.PowerShell.Commands.GetChildItemCommand

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions