Issue You have configured a Point-to-Site VPN on the Azure Gateway The Azure Gateway also has Site-to-Site Connections using BGP or Static Routes The Point-to-Site is configured for SSTP and IKEv2 You configure the VPN
Continue ReadingMicrosoft Cloud App Security (CAS) and Squid
The below are the high level steps to configure squid syslog to Microsoft Cloud App security using the CASCollector (an ubuntu vm which runs on Azure\Hyper-V\AWS) Install CAS Collector Follow steps here: https://docs.microsoft.com/en-gb/cloud-app-security/discovery-docker-ubuntu-azure Summary of
Continue ReadingHow to list Exchange Online Dynamic Distribution Group members
The below will allow you to list the members of a dynamic distribution group Set-ExecutionPolicy RemoteSigned $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session $DDG =
Continue Reading