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 ReadingYear: 2018
How 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 ReadingExchange Online Mailbox Location
Very useful script to determine mailbox locations in Office 365: https://blogs.perficient.com/microsoft/2016/03/office-365-script-to-determine-exchange-online-mailbox-location/
Continue Reading