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
Copy file name to clipboardExpand all lines: articles/virtual-desktop/agent-updates-diagnostics.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Set up diagnostics for monitoring agent updates
3
3
description: How to set up diagnostic reports to monitor agent updates.
4
4
author: Sefriend
5
5
ms.topic: how-to
6
-
ms.date: 03/28/2022
6
+
ms.date: 01/31/2023
7
7
ms.author: sefriend
8
8
manager: rkiran
9
9
---
@@ -36,17 +36,17 @@ To see when agent component updates are available:
36
36
37
37
3. Copy and paste the following Kusto query to see if agent component updates are available for the specified session host. Make sure to change the **sessionHostName** parameter to the name of your session host.
38
38
39
-
> [!NOTE]
40
-
> If you haven't enabled the Scheduled Agent Updates feature, you won't see anything in the NewPackagesAvailable field.
39
+
> [!NOTE]
40
+
> If you haven't enabled the Scheduled Agent Updates feature, you won't see anything in the NewPackagesAvailable field.
## Use diagnostics to see when agent updates are happening
52
52
@@ -58,14 +58,14 @@ To see when agent updates are happening or to make sure that the Scheduled Agent
58
58
59
59
3. Copy and paste the following Kusto query to see when the agent has updated for the specified session host. Make sure to change the **sessionHostName** parameter to the name of your session host.
| summarize arg_min(TimeGenerated, *) by AgentVersion
67
+
| sort by TimeGenerated asc
68
+
```
69
69
70
70
## Use diagnostics to check for unsuccessful agent updates
71
71
@@ -77,14 +77,14 @@ To check if an agent component update was unsuccessful:
77
77
78
78
3. Copy and paste the following Kusto query to see when the agent has updated for the specified session host. Make sure to change the **sessionHostName** parameter to the name of your session host.
0 commit comments