Hi gurus
I am learning PS so go easy on me.
I have the following simple lines but is giving me problems
$filetobecopy="c:\computer.txt"
$filedestination="c:\temp\"
$PC="60.56.23.45"
copy-item $filetobecopy -Destination \\$PC\c$\$filedestination
and it gives me the "The given Path's format is not supporter"
can someone help me please.
Thanks a bunch