Copy-Item : Cannot bind argument to parameter 'Path' because it is null
问题 I am not sure what is going on. I am very new to Power Shell. I have a folder structure containing images in them. I am looking to get all the images that are X days old and copy those images to two other locations. The error I am getting is: Copy-Item : Cannot bind argument to parameter 'Path' because it is null. At C:\Documents and Settings\Administrator.VDICORP\Desktop\ProcessOSImages.ps1:37 char:24 + copy-item -path <<<< $TheImage -destination $TestSite + CategoryInfo : InvalidData: (:)