MSTunnel

Microsoft Tunnel Gateway Setup step-by-step – Part 3

Before configuring Microsoft Tunnel on the Linux machine a site and server configuration must be present within Microsoft Intune. Create the server configuration The server configuration is intended to create a single configuration that includes IP address ranges, DNS servers and split-tunneling rules. This configuration can be applied to multiple servers and maintained from the…

MSTunnel

Microsoft Tunnel Gateway Setup step-by-step – Part 2

First step is to build a Linux Server, deploy Docker and configure a certificate. Create Linux Server I decided to setup a Linux server my Azure tenant and followed this guide from Microsoft: Create a Linux VM in Azure with multiple NICs – Azure Virtual Machines | Microsoft Docs Create FireWall ports After the machine…

MSTunnel

Microsoft Tunnel Gateway Setup step-by-step – Part 1

At Ignite 2020, Microsoft announced the preview of Microsoft MS Tunnel Gateway. Microsoft MS Tunnel Gateway is a solution that allows Intune enrolled iOS and Android devices to access on-premises apps and resources. You can find the announcement with demo here: Introducing Microsoft Tunnel for remote access to corporate resources from iOS and Android –…

Intune – Detect and block malware

The build in Microsoft Defender AntiVirus on Windows 10 has a nice capability to protect you from malware. This feature is called block at first sight, this feature is introduced since Windows 10 build 1803. It can block non portable executable files like Javascript, Visual Basic script or macro and it can block regular exe.…

Intune – Update Win32 apps

Over time you have deployed maybe several Win32 apps, but those apps need to be maintained or updated. I want to update a Win32 app based on a new version number. I think this can be done in two ways, deploy a new version of the app by adding another (version) app to the Windows…

Intune – Backup, Restore and Document

I came across a few tools which can be handy to use in backup, restoring and documenting your Intune configuration. Backup & Restore I’ve used two tools in order to do a Backup & Restore that satisfied my needs: Backup & Restore via PowerShell Backup & Restore via an Azure application Backup & Restore via…