ISSUE When you create an Office 365 Data Loss Protection (DLP) Policy the Action to “Encrypt email messages (applies only to content in Exchange)” is missing. RESOLUTION: Exchange Online Azure AD Rights Management needs to
Continue ReadingCategory: Microsoft
Microsoft 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