Top "Copy-item" questions

Copy-Item is a powershell cmdlet that copies an item from one location to another.

Want to wait till copy complete using Powershell Copy-Item

I am copying files from One Windows machine to another using Copy-Item in Powershell script. But I want to wait …

powershell copy-item
powershell error checking during file copy with recursion

I have a program that copies folders and files recursively. example: Copy-Item -path "$folderA" -destination "$folderB" -recurse Sometimes the files …

powershell recursion error-handling copy-item
copy-item cannot bind argument to parameter 'path' because it is null

This one has me stumped. I have already searched on "copy-item cannot bind argument to parameter 'path' because it is …

powershell powershell-2.0 copy-item
Copy-Item Could not find part of path (with . in folder name)

I'm trying to use Copy-Item to copy a file to an existing folder and getting the error "Could not find …

powershell copy-item
How to force the copy of a file using powershell

I'm using powershell to copy file to a remote computer witht he following command : Copy-Item -Path [MyPath]\* -Destination \\[server]\[MyPath] …

powershell copy-item
Powershell: 'The fully qualified file name must be less than 260 characters'

I tried to use powershell command copy-item as xcopyto copy content of one disk to another one. copy-item -Path h:\* …

powershell xcopy file-copying copy-item max-path
Powershell script to create folders from list of names in a file

I have a text file that contains a list of files in different directories, e.g C:\FolderOne\Testing.jpg …

windows powershell scripting directory copy-item
Copy-Item Failing Given Paths format is not supported

This is driving me bananas. I am assuming I am missing something stupid, but I have tried about 10 different formats …

powershell copy-item
Swift 3: Error in copying file with FileManager

I have a file named Data.plist in my main bundle (at the root of the app directory), and I …

ios swift3 nsfilemanager copy-item