-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
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
Description
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 transferfilenamewill only show a progress of current processing file,fullwill 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
Metadata
Metadata
Assignees
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