Implementation Articles

How to Optimize Stream & Live Events traffic in a VPN scenario

During this current COVID-19 crisis, many organizations have had to rapidly implement a work-from-home model for the majority of their users. For many, this means an enormous increase in load to the VPN infrastructure as all traffic is traditionally sent via this path...

Re: How to quickly optimize Office 365 traffic for remote staff & reduce the load on your infras

 I thought to use rule like following to be able to impact only audio/video streams:if(shExpMatch(host, "*.streaming.mediaservices.windows.net")) { var host_ip = dnsResolve(host); /* Check if Stream services are targets */ if (isInNet(host_ip, '72.21.81.200',...

Re: How to manage Office 365 ProPlus Channels for IT Pros

Hi      I just tested this, and it works exactly as you've outlined. On my clients Updates Enabled is set to True, so really, I think the only difference in the configuration you provided was the Accept EULA. I didn't have that in mine, so I...

Re: Understanding Office 365 ProPlus Updates for IT Pros (CDN vs SCCM)

 , I'm taking the lazy approach. Let the C2R do its job, Microsoft improved a lot here and it is working smoothly. Via collections I'm identifying the amount of clients under each major version and if I see higher amount of clients stuck in older version I'll dig...