Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Copy-Item add support "report progress" #18637

Copy link
Copy link
@John0King

Description

@John0King
Issue body actions

Summary of the new feature / enhancement

when copy many files to remote computer , it's slow and nothing is report to user

Proposed technical implementation details (optional)

Copy-Item -Path ./* -Destination "D:/Dir" -ToSession $session -Recurse -Force -ReportProgess

Copy-Item -Path ./* -Destination "D:/Dir" -ToSession $session -Recurse -Force -ReportProgess  -ReportStyle "minimal |  filename | full"
  • minimal (the default) is only show a progress of total transfer
  • filename will only show a progress of current processing file,
  • full will show a total progress bar and a mini progress bar for current file , and leave a log of filename to user when it's done
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-FileSystem-Providerspecific to the FileSystem providerspecific to the FileSystem providerIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.