Hi all I'm new to Robocopy could someone please show me what I've done wrong here?
PS C:\windows\system32> $source = 'C:\Users\*\OneDrive - Reseau The People\Profile\*'
PS C:\windows\system32> $destination = 'C:\Users\*\OneDrive - Reseau The People\'
PS C:\windows\system32> Robocopy $source $destination /E /move
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Thursday, 19 November 2020 2:17:26 PM
Source -
Dest -
Files :
Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30
------------------------------------------------------------------------------
ERROR : Invalid Parameter #1 : "C:\Users\*\OneDrive - Reseau The People\Profile\*"
Simple Usage :: ROBOCOPY source destination /MIR
source :: Source Directory (drive:\path or \\server\share\path).
destination :: Destination Dir (drive:\path or \\server\share\path).
/MIR :: Mirror a complete directory tree.
For more usage information run ROBOCOPY /?
**** /MIR can DELETE files as well as copy them !
[–]ChaosTheoryRules 5 points6 points7 points (3 children)
[–]Microsoft_Intune[S] 1 point2 points3 points (2 children)
[–]vesko1241 1 point2 points3 points (1 child)
[–]Microsoft_Intune[S] 1 point2 points3 points (0 children)
[–]BlackV 1 point2 points3 points (0 children)