About 562,000 results
Open links in new tab
  1. Copy-Item (Microsoft.PowerShell.Management) - PowerShell

    This example shows how to copy files from a multilevel folder structure into a single flat folder. The first three commands show the existing folder structure and the contents of two files, both …

  2. Working with files and folders - PowerShell | Microsoft Learn

    Oct 1, 2005 · Copying files and folders Copying is done with Copy-Item. The following command backs up your PowerShell profile script:

  3. Out-File (Microsoft.PowerShell.Utility) - PowerShell

    The Out-File cmdlet sends output to a file. It implicitly uses PowerShell's formatting system to write to the file. The file receives the same display representation as the terminal. This means …

  4. Copy-VMFile (Hyper-V) | Microsoft Learn

    This example copies the file "test.txt" from the host operating system into the guest operating system of the virtual machine "Test VM". It will create the directory "C:\Temp" inside the guest …

  5. Quickstart: Upload, download, and list blobs with PowerShell

    Jun 26, 2023 · The AzCopy command-line utility offers high-performance, scriptable data transfer for Azure Storage. You can use AzCopy to transfer data to and from Blob storage and Azure …

  6. Use PowerShell to manage data: Azure Data Lake Storage - Azure …

    Nov 26, 2024 · This example uploads the same file, but then sets the permissions, umask, property values, and metadata values of the destination file. This example also prints these …

  7. How to safely copy large amount of files over the network using …

    May 30, 2023 · Hi, I have a script that copies very large amount of files from one windows server to another using powershell. Right now I'm using this approach:

  8. Start-BitsTransfer (BitsTransfer) | Microsoft Learn

    This command uses the Start-BitsTransfer cmdlet to copy a patch file from a server on one network to a client on a different network when the networks are connected only by a proxy …

  9. PowerShell Remoting Over SSH - PowerShell | Microsoft Learn

    Sep 8, 2025 · We're using PowerShell cmdlets interactively so we see prompts from SSH asking to verify the host computer and prompting for a password. You can do the same thing on a …

  10. Parallel copy of files on multiple servers - Microsoft Q&A

    Jun 13, 2024 · The example that you posted is a "pull" transfer where Invoke-command runs a Copy-Item on the destination server to pull the files from the source server via the C$ share.