diff --git a/ListLogs/run.ps1 b/ListLogs/run.ps1 index 3f4d59a2477c..38942a707c23 100644 --- a/ListLogs/run.ps1 +++ b/ListLogs/run.ps1 @@ -38,6 +38,7 @@ else { Message = $Row.Message User = $Row.Username Severity = $Row.Severity + TenantID = $Row.TenantID } }