You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Inventory your Devices into a Watchlist making sure MacAddress is one of the columns. Then report when that device is no longer delivering data to Sentinel.
let watchlist = _GetWatchlist("Your Watchlist Alias") | project MacAddress;
CommonSecurityLog
| where CreatedTime between (datetime(2022-04-01) .. datetime(2022-04-30))