
simmsman
New Members-
Posts
8 -
Joined
-
Last visited
Everything posted by simmsman
-
You can either create two different deployments for the same update groups. * One deployment as described above for your identified machines that leverage VPN * One deployment for internal machines (of which you would have to download the software updates to the DP and deploy as you would normally). OR * You could do "deploy directly from Microsoft" for all machines but then all your machines will go out to MS for the patch - so if your concern is network bandwidth utilization on your WAN that will also see an uptick DO (Delivery Optimization) and Branche Cache will also help if you use it.
-
Then just tell the clients not to download from any of the DP's. Leave the box checked to go to MS. Im assuming then you have M/S split tunneled in your VPN environment, otherwise they will go through your concentrators to get the updates "directly from MS. Which will be twice the load on your network. Remember, unlike apps and packages, updates will immediately start downloading and wait to deploy. (apps & packages wont download until the deadline or user starts it). At least that is the way it was. Even if you didnt make the update available right away)
-
Using PSDK (Powershell deployment toolkit) we added a step to create a scheduled task, after the reboot, the scheduled task is then removed. The actual deployment will copy the package down to the machine. (If there was already a folder named it will rename the folder to "old".) will create a scheduled task to run at next log on will remove the task afterwards