PowerShell Office365 Simple Security Report
Install-Module AzureADPreview(Only need to do this once) Connect-AzureADThis will ask for creds with permission to admin your Office365 Get-AzureADAuditSignInLogs -Filter “location/countryOrRegion ne ‘CA’ and location/countryOrRegion ne ” and Status/ErrorCode eq 0″ -GroupBy UserDisplayName