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/troubleshoot-service-connection.md
+1-31Lines changed: 1 addition & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Heidilohr
6
6
7
7
ms.service: virtual-desktop
8
8
ms.topic: troubleshooting
9
-
ms.date: 12/13/2019
9
+
ms.date: 05/20/2020
10
10
ms.author: helohr
11
11
manager: lizross
12
12
---
@@ -38,36 +38,6 @@ Confirm that the user is signing in with the correct credentials.
38
38
39
39
If the web client is being used, confirm that there are no cached credentials issues.
40
40
41
-
## Windows 10 Enterprise multi-session virtual machines don't respond
42
-
43
-
If a virtual machine isn't responsive and you can't access it through RDP, you'll need to troubleshoot it with the diagnostics feature by checking the host status.
44
-
45
-
To check the host status, run this cmdlet:
46
-
47
-
```powershell
48
-
Get-AzWvdSessionHost -HostPoolName <hostpoolname> -ResourceGroupName <resourcegroupname>| Format-List Name, LastHeartBeat, AllowNewSession, Status
49
-
```
50
-
51
-
If the host status is `NoHeartBeat`, that means the VM isn't responding and the agent can't communicate with the Windows Virtual Desktop service.
52
-
53
-
```powershell
54
-
Name : 0301HP/win10pd-0.contoso.com
55
-
LastHeartBeat : 4/8/2020 1:48:35 AM
56
-
AllowNewSession : True
57
-
Status : Available
58
-
59
-
Name : 0301HP/win10pd-1.contoso.com
60
-
LastHeartBeat : 4/8/2020 1:45:44 AM
61
-
AllowNewSession : True
62
-
Status : NoHeartBeat
63
-
```
64
-
65
-
There are a few things you can do to fix the NoHeartBeat status.
66
-
67
-
### Update FSLogix
68
-
69
-
If your FSLogix isn't up to date, especially if it's version 2.9.7205.27375 of frxdrvvt.sys, it could cause a deadlock. Make sure to [update FSLogix to the latest version](https://go.microsoft.com/fwlink/?linkid=2084562).
70
-
71
41
## Next steps
72
42
73
43
- For an overview on troubleshooting Windows Virtual Desktop and the escalation tracks, see [Troubleshooting overview, feedback, and support](troubleshoot-set-up-overview.md).
Copy file name to clipboardExpand all lines: articles/virtual-desktop/virtual-desktop-fall-2019/troubleshoot-service-connection-2019.md
+1-40Lines changed: 1 addition & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Heidilohr
6
6
7
7
ms.service: virtual-desktop
8
8
ms.topic: troubleshooting
9
-
ms.date: 03/30/2020
9
+
ms.date: 05/20/2020
10
10
ms.author: helohr
11
11
manager: lizross
12
12
---
@@ -35,45 +35,6 @@ Confirm that the user is logging in with the correct credentials.
35
35
36
36
If the web client is being used, confirm that there are no cached credentials issues.
37
37
38
-
## Windows 10 Enterprise multi-session virtual machines don't respond
39
-
40
-
If a virtual machine isn't responsive and you can't access it through RDP, you'll need to troubleshoot it with the diagnostics feature by checking the host status.
41
-
42
-
To check the host status, run this cmdlet:
43
-
44
-
```powershell
45
-
Get-RdsSessionHost -TenantName $TenantName -HostPoolName $HostPool | ft SessionHostName, LastHeartBeat, AllowNewSession, Status
46
-
```
47
-
48
-
If the host status is `NoHeartBeat`, that means the VM isn't responding and the agent can't communicate with the Windows Virtual Desktop service.
49
-
50
-
```powershell
51
-
SessionHostName LastHeartBeat AllowNewSession Status
There are a few things you can do to fix the NoHeartBeat status.
61
-
62
-
### Update FSLogix
63
-
64
-
If your FSLogix isn't up to date, especially if it's version 2.9.7205.27375 of frxdrvvt.sys, it could cause a deadlock. Make sure to [update FSLogix to the latest version](https://go.microsoft.com/fwlink/?linkid=2084562).
65
-
66
-
### Disable BgTaskRegistrationMaintenanceTask
67
-
68
-
If updating FSLogix doesn't work, the issue might be that a BiSrv component is exhausting system resources during a weekly maintenance task. Temporarily disable the maintenance task by disabling the BgTaskRegistrationMaintenanceTask with one of these two methods:
69
-
70
-
- Go to the Start menu and search for **Task Scheduler**. Navigate to **Task Scheduler Library** > **Microsoft** > **Windows** > **BrokerInfrastructure**. Look for a task named **BgTaskRegistrationMaintenanceTask**. When you find it, right-click it and select **Disable** from the drop-down menu.
71
-
- Open a command-line menu as administrator and run the following command:
- For an overview on troubleshooting Windows Virtual Desktop and the escalation tracks, see [Troubleshooting overview, feedback, and support](troubleshoot-set-up-overview-2019.md).
0 commit comments