last() 関数は最後に記録された値を返します。
last()
devices | with execution.events 過去 7d | where binary.name == "zoom*" | compute last_execution = timestamp.last() | list last_execution, operating_system.name, device.name, operating_system.platform
最終更新 5 か月前
役に立ちましたか?