I am new to powershell and need a decent intelligent script to move files.
Source is D:\backup1
Destination is \\1.2.3.4\backup1
I need to check that the destination folder exists, delete contents of the destination folder the move the files from source to destination.
Also relevant checks and std out too....
Is this easy??
I'm more of a unix shell scripter than windows....
thanks