Azure logs
https://portal.azure.com/
Azure logs can go back 30 days
Skype
Only show Skype via web browser, it does not log client access
OneDrive
Shows Web access
Show client Sync Engine
Exchange
Client
Web Browser access
Sharepoint
Web browser access
Teams
Shows Application access, lists it as Windows 7 media center
Azure
Portal login
PowerShell Unified
log search
You would think this has all the longs, WRONG
You can only seem to go
back 15 days even though you can specify 30
This is a favorite PS
param (
[Parameter(Mandatory=$true)][string]$ip= "41.*",
[Parameter(Mandatory=$true)][string]$days = $( Read-Host "Days in minus format -10" )
)
write "IP address" $ip
write " "
write "Days back" $days
write " "
Search-UnifiedAuditLog -StartDate (Get-Date).Adddays($days) -EndDate (Get-Date) -IPAddresses $ip | Out-GridView
Security and Investigation
Security & Investigate can go back 90 days
OneDrive
show
details as to copy, delete, modify but not contents
Email
Web
changes such as creating a new rule is shown
No comments:
Post a Comment