Hi guys,
I would like to transfer all the items in a directory from one user drive to another user.
Example : The user
"aa...@domain.com" has a directory "To Transfer" (
id:12345678) in his user drive.
I would like this folder and its contents to be transferred to the user
"bb...@domain.com".
- If files are shared with other users, the permissions must remain in place.
- If there are files in the "To Transfer" directory and they do not belong to the user
"aa...@domain.com", transfer the shortcut.
I tried the command below and it seems to work but I am not sure what the blue part does:
gam user aa...@domain.com transfer drive bb...@domain.com select 12345678 retainrole writer nonowner_targetrole sourceIf anyone can clarify this for me?