Skip to content

Commit d8a566f

Browse files
author
Angela Fleischmann
authored
Merge pull request #7294 from ErikjeMS/win365
38881595 add troubleshooting item and alphabetize list
2 parents a0be8a1 + 1432093 commit d8a566f

2 files changed

Lines changed: 33 additions & 23 deletions

File tree

windows-365/enterprise/troubleshooting.md

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: ErikjeMS
88
ms.author: erikje
99
manager: dougeby
10-
ms.date: 03/31/2022
10+
ms.date: 04/07/2022
1111
ms.topic: troubleshooting
1212
ms.service: cloudpc
1313
ms.subservice:
@@ -38,50 +38,65 @@ For instructions on how to get help and open a support ticket, see [How to get
3838

3939
Since Cloud PCs work like most physical devices, you can use existing troubleshooting documentation to troubleshoot issues with [Windows client](/troubleshoot/windows-client/welcome-windows-client), [Microsoft 365 services](/microsoft-365/), and [Microsoft Endpoint Manager admin center](/mem/get-support).
4040

41-
## Help users in your organization
41+
## Audio and video redirection not working
4242

43-
You can use the Intune Troubleshooting page to view enrollment issues, remediation steps, and user details. For more information, see [Use the troubleshooting portal to help users at your company](/mem/intune/fundamentals/help-desk-operators).
43+
For connections using the Remote Desktop client for Windows to access Cloud PCs, the first time a user logs on to their Cloud PC, Microsoft Teams will be installed.
4444

45-
[App Assure](https://www.microsoft.com/fasttrack/microsoft-365/app-assure) is a service for Microsoft’s enterprise customers who encounter application compatibility issues. App Assure will help remediate issues with your ISV, line-of-business and Microsoft-developed apps at no additional cost. Follow the instructions above to submit a case if you encounter any app compatibility issues, and please include a short description of the issue you’re facing.
45+
After the installation, the optimizations to redirect audio and video to your local Windows endpoint don’t work. The user must close Teams and sign out from or restart the Cloud PC to activate the Optimized status.
4646

47-
## On-premises network connections
47+
## Conditional access
4848

49-
For suggested remediations on, see [Troubleshoot on-premises network connections](troubleshoot-on-premises-network-connection.md).
49+
Make sure that you apply conditional access policies to the dedicated Windows 365 cloud app. You can apply these policies in the conditional access UI of Microsoft EndpointM Manager admin center or Azure Active Directory. The Windows 365 cloud app includes the Azure Virtual Desktop cloud app.
5050

51-
## Provisioning issues
51+
Any conditional access policy that you apply will affect:
5252

53-
For suggested remediations on, see [Troubleshoot provisioning errors](provisioning-errors.md).
53+
- Access to the end-user web portal
54+
- The connection to the Cloud PC from the Remote Desktop apps.
5455

55-
## Conditional access
56+
For more information about service dependencies in Azure AD Conditional Access, see [Conditional Access service dependencies](/azure/active-directory/conditional-access/service-dependencies).
5657

57-
Make sure that you apply conditional access policies to the dedicated Windows 365 cloud app in the conditional access UI of Microsoft EndpointM Manager admin center or Azure Active Directory. The Windows 365 cloud app includes the Azure Virtual Desktop cloud app.
58+
Applying a more restrictive policy to Azure Virtual Desktop than the Windows 365 cloud app will result in Azure AD honoring the more restrictive policy. This policy will affect end user connectivity to their Cloud PCs after accessing the Windows 365 end user portal.
5859

59-
Any conditional access policy that you apply will affect access to the end-user web portal and the connection to the Cloud PC from the Remote Desktop apps. For more information about service dependencies in Azure AD Conditional Access, see [Conditional Access service dependencies](/azure/active-directory/conditional-access/service-dependencies).
60+
For more information on how a given policy may impact your environment, see [Troubleshoot using the What If tool in Conditional Access](/azure/active-directory/conditional-access/what-if-tool).
6061

61-
Applying a more restrictive policy to Azure Virtual Desktop than the Windows 365 cloud app will result in Azure AD honoring the more restrictive policy. This will affect end user connectivity to their Cloud PCs after accessing the Windows 365 end user portal.
62+
## Help users in your organization
6263

63-
For more information on how a given policy may impact your environment, see [Troubleshoot using the What If tool in Conditional Access](/azure/active-directory/conditional-access/what-if-tool).
64+
You can use the Intune Troubleshooting page to view enrollment issues, remediation steps, and user details. For more information, see [Use the troubleshooting portal to help users at your company](/mem/intune/fundamentals/help-desk-operators).
65+
66+
[App Assure](https://www.microsoft.com/fasttrack/microsoft-365/app-assure) is a service for Microsoft’s enterprise customers who encounter application compatibility issues. App Assure will help remediate issues with your ISV, line-of-business and Microsoft-developed apps at no extra cost. If you encounter any app compatibility issues, follow the instructions above to submit a case and include a short description of the issue.
67+
68+
## Language pack installation failed
69+
70+
If the language pack installation failed, try reprovisioning the Cloud PC to install the language pack again.
6471

6572
## Networking
6673

67-
The [on-premises network connection checks](health-checks.md) help to make sure that network connectivity is working. Always retry the on-premises network connection if you suspect networking issues might be causing issues. Using the on-premises network connection checks will help to ensure that repeated and consistent checks are used as the first troubleshooting step.
74+
The [on-premises network connection checks](health-checks.md) help to make sure that network connectivity is working. Always retry the on-premises network connection if you suspect networking issues might be causing issues. Using the on-premises network connection checks helps make sure that repeated and consistent checks are used as the first troubleshooting step.
6875

69-
Keep in mind that the on-premises network connection checks are validating the infrastructure configuration of your environment. They don't run checks to validate any additional configuration or applications deployed to Cloud PCs after provisioning by Microsoft Endpoint Manager or 3rd party agents. These agents or configurations can introduce additional issues that the on-premises network connection can't test for ahead of provisioning.
76+
Keep in mind that the on-premises network connection checks are validating the infrastructure configuration of your environment. They don't run checks to validate any extra configuration or applications deployed to Cloud PCs after provisioning by Microsoft Endpoint Manager or third party agents. These agents or configurations can introduce other issues that the on-premises network connection can't test for ahead of provisioning.
7077

7178
For example, if you deploy a VPN client to all devices in Microsoft Endpoint Manager, make sure that this client doesn’t:
7279

7380
- Break connectivity to Azure Virtual Desktop [endpoints required](requirements-network.md) by Windows 365.
7481
- Exclude your Cloud PCs for having the VPN client deployed to them.
7582

76-
Finally, consider temporarily deploying a test Azure virtual machine to the Azure network subnet that you’re trying to provision or connect to your Cloud PCs. This will let you run all the network tests that you require from that network. You can use the PowerShell Test-NetConnection command to test connectivity on specific ports to specific network endpoints/URLs:
83+
Finally, consider temporarily deploying a test Azure virtual machine to the Azure network subnet that you’re trying to provision or connect to your Cloud PCs. This test machine will let you run all the network tests that you require from that network. You can use the PowerShell Test-NetConnection command to test connectivity on specific ports to specific network endpoints/URLs:
7784

7885
```Test-NetConnection <hostname> -Port 443```
7986

87+
## On-premises network connections
88+
89+
For suggested remediations on, see [Troubleshoot on-premises network connections](troubleshoot-on-premises-network-connection.md).
90+
91+
## Provisioning issues
92+
93+
For suggested remediations on, see [Troubleshoot provisioning errors](provisioning-errors.md).
94+
8095
## Troubleshooting by end users
8196

8297
The end user can troubleshoot some issues that might be preventing them from connecting to their Cloud PC. For more information, see [End-user actions](../end-user-access-cloud-pc.md#end-user-actions)
8398

84-
## Improve video playback
99+
## Video playback improvements
85100

86101
You can improve video playback performance on your Cloud PCs by using multimedia redirection (MMR).
87102

@@ -91,11 +106,6 @@ For more information, see [Multimedia redirection for Azure Virtual Desktop](/az
91106

92107
MMR is in [public preview](/windows-365/public-preview) for Windows 365 Cloud PCs.
93108

94-
## Audio and video redirection not working
95-
96-
For connections using the Remote Desktop client for Windows to access Cloud PCs, the first time a user logs on to their Cloud PC, Microsoft Teams will be installed.
97-
98-
After the installation, the optimizations to redirect audio and video to your local Windows endpoint don’t work. The user must close Teams and sign off from or restart the Cloud PC to activate the Optimized status.
99109

100110
<!-- ########################## -->
101111
## Next steps

windows-365/enterprise/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For most currently supported regions, Windows 365 8vCPU/32GB licenses now suppor
6262

6363
#### Improve video playback by using multimedia redirection<!--38686511-->
6464

65-
You can improve video playback performance on your Cloud PCs by using multimedia redirection (MMR). For more information, see [Improve video playback](troubleshooting.md#improve-video-playback).
65+
You can improve video playback performance on your Cloud PCs by using multimedia redirection (MMR). For more information, see [Video playback improvement](troubleshooting.md#video-playback-improvements).
6666

6767
<!-- vvvvvvvvvvvvvvvvvvvvvv -->
6868
### Device management

0 commit comments

Comments
 (0)