Im writeing a backupscript useing powershell. I know that i could just use robocopy or rsync but i would like to do this in powershell. The problem i have has to do with the copy-item cmdlet. What my
I have a program that copies folders and files recursively. example: Copy-Item -path \"$folderA\" -destination \"$folderB\" -recurse
Howdy, am trying to copy a file from IE cache to somewhere else. This works on w7, but not Vista Ultimate.
Given the dir structure: x\\Code x\\Script\\Backup.ps1 Backup.ps1 contains: $BackupDirectoy= \"..\\Backup\"