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

    The Copy-Item cmdlet copies an item from one location to another location in the same namespace. For instance, it can copy a file to a folder, but it can't copy a file to a certificate drive.

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

    Oct 18, 2023 · Copying is done with Copy-Item. The following command backs up your PowerShell profile script:

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

    Jun 26, 2023 · In this quickstart, you use Azure PowerShell in object (Blob) storage. Then you use PowerShell to upload a blob to Azure Storage, download a blob, and list the blobs in a container.

  4. 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 …

  5. Set-Clipboard (Microsoft.PowerShell.Management) - PowerShell

    This example pipes the contents of a file, a public ssh key, to the clipboard. Then, the key can be pasted into another application, like GitHub. Get-Content C:\Users\user1\.ssh\id_ed25519.pub …

  6. Copy or move data to Azure Storage by using AzCopy v10

    Jan 27, 2025 · AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. This article helps you download AzCopy, connect to your storage account, …

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

    Nov 26, 2024 · This article shows you how to use PowerShell to create and manage directories and files in storage accounts that have a hierarchical namespace. To learn about how to get, …

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

    Specifies an array of virtual machine objects. The cmdlet copies files to the virtual machines you specify. To obtain a virtual machine object, use the Get-VM cmdlet.

  9. Powershell to copy the folder and files - Microsoft Q&A

    Apr 15, 2021 · Copy-Item -Path "C:\sourcefolder" -Destination "e:\targetfolder" -recurse -Force To get a progess bar you can try the answer from MichalGajda here: …

  10. Transfer data to or from Azure Files by using AzCopy v10

    Dec 15, 2023 · AzCopy is a command-line utility that you can use to copy files to or from a storage account. This article contains example commands that work with Azure Files.