Last updated 2 years ago
Sort the rows of the input table into order by one or more columns. Default is descending order
Sort by TimeGenerated column in ascending order.
IntuneAuditLogs | where TimeGenerated > ago (7d) | sort by TimeGenerated asc