Im Using Robocopy to copy files from my users Desktop to their Personally folder on the Server..
im using robocopy C:\Users\%username%\Desktop W:\skrivebord /xo /fft /E which works perfectly, when its running from the desktop or via local Scheduled task.
However, if i create this Scheduled task via GPO, the user is "system"
I can change the user, but this needs to according to the user himself, and not a predefined user in the script.
How can i make a task, which is used by every user on the GPO?