About 30,100 results
Open links in new tab
  1. 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, etc.), …

  2. Difference between "Copy-Item -Path" & "Copy-Item" : r/PowerShell

    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 Including files, sub …

  3. 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, etc.), …

  4. 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 folders) and the …

  5. What is the correct way for this (Copy-Item : r/PowerShell - Reddit

    Sep 6, 2022 · That should work, but I am not super familiar with the Copy-Item cmdlet, so that may not work, the write-host command is just to you know what it is working on and get an idea if something …

  6. Copy-Item Command with File Path 260+ Characters : r/PowerShell

    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, etc.), …

  7. Copy-Item Error : r/PowerShell - Reddit

    Nov 6, 2023 · PowerShell includes a command-line shell, object-oriented scripting language, and a set of tools for executing scripts/cmdlets and managing modules.

  8. Copy with wildcard directory name : r/PowerShell - Reddit

    Mar 29, 2024 · 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, etc.), …

  9. 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 copying files.

  10. Access Denied error when trying to run Copy-Item? : r/PowerShell

    I don’t know what is a jenkins instance but my first guess is you either don’t have enough right on the directory/files your want to modify/copy, or, you need to elevate your powershell script in …