Store1 contains a file share named data. Data contains 5,000 files. You need to synchronize the files in the file share named data to an on-premises server named Server1. Which three actions should you perform?
1) Configure a scheduled task to run a robocopy command that copies the files from the file share to Server1
2) Create a new file share on Server1 and manually copy the files from the file share named data to the new file share
3) Enable the File Replication Service (FRS) on Server1 and configure it to replicate the files from the file share named data
4) Install and configure the Azure File Sync agent on Server1 and create a sync group that includes the file share named data
5) Create a new file share on Server1 and configure it as a Distributed File System (DFS) namespace that includes the file share named data
6) Configure a scheduled task to run a PowerShell script that uses the Copy-Item cmdlet to copy the files from the file share to Server1