Skip to content

Instantly share code, notes, and snippets.

@MauRiEEZZZ
Last active October 25, 2019 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MauRiEEZZZ/a35455eff2eaf915f1d91e47b4281b5b to your computer and use it in GitHub Desktop.
Save MauRiEEZZZ/a35455eff2eaf915f1d91e47b4281b5b to your computer and use it in GitHub Desktop.
#%%
%kql AzureActivity | where Caller contains "maurice" | where TimeGenerated > ago(12h) | project TimeGenerated, OperationName, ActivityStatus, CallerIpAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment