Hi to all.
I have create a bat file that copies files from one server to other.
The bat is on Server1. Runs every night through a Task Scheduler --> Copy files from Server2 to a folder from Server1.
The task runs under an AD account so i don't have problem with access rights.
That i want is to run this task under local administrator account of Server1. When i do this i have error because servername\administrator does not have access to folder of server2.
What access rights can i give to to folder on Server2 in order Server1 can have access?
Thank you