Skip to content

Commit 3a01979

Browse files
authored
Merge pull request #115946 from Heidilohr/work-service-removal
Removed a section from both service connection troubleshooting articles
2 parents f589e27 + a977f79 commit 3a01979

File tree

2 files changed

+2
-71
lines changed

2 files changed

+2
-71
lines changed

articles/virtual-desktop/troubleshoot-service-connection.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: troubleshooting
9-
ms.date: 12/13/2019
9+
ms.date: 05/20/2020
1010
ms.author: helohr
1111
manager: lizross
1212
---
@@ -38,36 +38,6 @@ Confirm that the user is signing in with the correct credentials.
3838

3939
If the web client is being used, confirm that there are no cached credentials issues.
4040

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-
7141
## Next steps
7242

7343
- For an overview on troubleshooting Windows Virtual Desktop and the escalation tracks, see [Troubleshooting overview, feedback, and support](troubleshoot-set-up-overview.md).

articles/virtual-desktop/virtual-desktop-fall-2019/troubleshoot-service-connection-2019.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: troubleshooting
9-
ms.date: 03/30/2020
9+
ms.date: 05/20/2020
1010
ms.author: helohr
1111
manager: lizross
1212
---
@@ -35,45 +35,6 @@ Confirm that the user is logging in with the correct credentials.
3535

3636
If the web client is being used, confirm that there are no cached credentials issues.
3737

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
52-
--------------- ------------- --------------- ------
53-
WVDHost1.contoso.com 21-Nov-19 5:21:35 True Available
54-
WVDHost2.contoso.com 21-Nov-19 5:21:35 True Available
55-
WVDHost3.contoso.com 21-Nov-19 5:21:35 True NoHeartBeat
56-
WVDHost4.contoso.com 21-Nov-19 5:21:35 True NoHeartBeat
57-
WVDHost5.contoso.com 21-Nov-19 5:21:35 True NoHeartBeat
58-
```
59-
60-
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:
72-
73-
```cmd
74-
schtasks /change /tn "\Microsoft\Windows\BrokerInfrastructure\BgTaskRegistrationMaintenanceTask" /disable
75-
```
76-
7738
## Next steps
7839

7940
- 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

Comments
 (0)