Hi,
I want to deploy an application which is basically just to copy 15GB data to client device's local drives. I'm think to just do this via a batch file to robocopy\\source\dir C:\dir but how can I set the source location to be any Distribution Point so all devices are pulling the data directly from the Primary Server, or is there a better way to do this?
Another issue is that 500 users connect in remotely via VPN. How can I stop this data from being copied when they are connecting via VPN? Do I just create a Boundary group with the VPN's IP address pool, specify it as a slow network connection. And then in the Deployment Type> Content settings> Set the Deployment options on a slow or unreliable connection to 'Do not download the content'
Cheers again,