dpollard Posted September 10, 2014 Report post Posted September 10, 2014 Trying to copy over two small files inside of my package containing my PS script that stops services, updates a couple reg entries, etc. Could not find any info on what to set the path to inside of the script so I can copy the files in the package to the correct directories. Copy-Item -Path "testfile.txt" -Destination "\\$computername\c$\apps\testfile.txt" -ErrorAction Ignore Thanks Quote Share this post Link to post Share on other sites More sharing options...