Good Morning!
Background: We do not have SA or MDOP, so APP-V is not an option.
We have a highly mobile workforce with 100+ ConfigMgr DP's in the field.
Our VPN is not split tunnel.
Our field offices are WAN connected to the home office data center for internet access.
So deploying ProPlus via ConfigMgr isn't an issue.
My question is on the updates: How can we configure the application to know to query SCCM to find the closest distribution point? Options include:
1. Running a local scheduled task or GPO script to query the MP for the closest DP via a HTTP Post. Then have the script parse out the server name and use a static share on the DP for content source.
2. Disable automatic updates, and push out an 'update now' script. This script would be part of an SCCM package using a deployment share. The script would be set to run from the DP, not download ahead of time. The script would ask 'where am I' and then use that path to update the local registry ( HKLM\SOFTWARE\Microsoft\Office\15.0\ClickToRun\Configuration\UpdateUrl ) then once that is updates run the setup command to update now.
3. Use an application in SCCM and push out the whole GB of content every time. The network team obviously does not like this option.
Are there better options for updating office using Conf