Implementation Articles

Boost security of your remote workers with confidence using Security Policy Advisor

When it comes to securing the Microsoft 365 Apps using policies, IT Pros often face a challenge: You want to tighten security as much as possible to keep the bad guys out, but at the same time you do not want to impact your user’s productivity. And you would...

Changes to the Office 365 Groups Tech Community

As we announced last month, to reflect the fact that Office 365 Groups power collaboration across Microsoft 365, Office 365 Groups will become Microsoft 365 Groups. These changes will happen over time and will be reflected in all the connected endpoints over...

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',...