About 42,100 results
Open links in new tab
  1. robocopy vs Copy-Item - why is Powershell seemingly so much

    robocopy vs Copy-Item - why is Powershell seemingly so much slower? Is there any way to make Copy-Item as fast or faster than robocopy? I've got them running side by side (for different …

  2. Difference between "Copy-Item -Path" & "Copy-Item" : …

    Nov 29, 2021 · Difference between "Copy-Item -Path" & "Copy-Item" Hello PowerShell lovers, I am new to PowerShell. I am trying to write a script for copying entire contents of a folder …

  3. Copy-Item won't copy anything due to path issues : r/PowerShell

    Apr 18, 2023 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  4. Robocopy is the best, right? : r/PowerShell - Reddit

    This makes Powershell flexible and powerful, but it can't beat a program that is designed specifically to deal with the filesystem and files directly. Robocopy is lightning focused on …

  5. Copy-Item Command with File Path 260+ Characters : …

    Jul 28, 2022 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  6. Overcoming 260 character path limit : r/PowerShell - Reddit

    May 13, 2015 · I wrote a powershell script to walk the filesystem and recover files from shadow copies. Worked ok but hit too many paths that were over the 260 character limit.

  7. Copy-Item to multiple computers : r/PowerShell - Reddit

    Apr 13, 2021 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  8. Copy-item changes encoding of text file : r/PowerShell - Reddit

    Apr 12, 2023 · 'Copy-Item', when used with the file system provider, doesn't modify the contents of to-be-copied files in any way. So if the encoding of such file content changes, the content …

  9. Resuming copy-item : r/PowerShell - Reddit

    May 29, 2020 · I looked at start-bitstransfer, but that doesn't support sessions like copy-item does. If I pssession in and try to kick off start-bitstransfer from the remote user, I run into the double …

  10. I'm trying to script a simple file copy from local folder to a remote ...

    I'm still learning Powershell but everything works well up to the point where I try to script the file copy from local folder to remote network share. I am able to actually connect to the remote …