Skip to content

Commit 9dee27c

Browse files
author
Angela Fleischmann
authored
Merge pull request #8516 from MicrosoftDocs/main
Publish 09/22/2022 3:30 PM PT
2 parents e55f1d4 + 65546ee commit 9dee27c

9 files changed

Lines changed: 164 additions & 15 deletions

memdocs/autopilot/known-issues.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
22
title: Windows Autopilot known issues
33
description: Inform yourself about known issues that may occur during Windows Autopilot deployment.
4-
keywords: mdm, setup, windows, windows 10, oobe, manage, deploy, autopilot, ztd, zero-touch, partner, msfb, intune
5-
ms.prod: w10
6-
ms.mktglfcycl: deploy
4+
ms.prod: windows-client
5+
ms.technology: itpro-deploy
76
ms.localizationpriority: medium
8-
ms.sitesec: library
9-
ms.pagetype: deploy
10-
audience: itpro
117
author: aczechowski
128
ms.author: aaroncz
139
ms.reviewer: jubaptis
1410
manager: dougeby
15-
ms.date: 05/18/2022
11+
ms.date: 09/21/2022
1612
ms.collection: M365-modern-desktop
1713
ms.topic: troubleshooting
1814
---
@@ -28,6 +24,14 @@ This article describes known issues that can often be resolved by configuration
2824

2925
## Known issues
3026

27+
### Autopilot deployment report shows "failure" status on a successful deployment
28+
29+
The Autopilot deployment report (preview) will show a failed status for any device that experiences an initial deployment failure. For subsequent deployment attempts, using the **Try again** or **Continue to desktop** options, it won't update the deployment state in the report. If the user resets the device, it will show as a new deployment row in the report with the previous attempt remaining as failed.
30+
31+
### Autopilot deployment report doesn't show deployed device
32+
33+
Autopilot deployments that take longer than one hour may display an incomplete deployment status in the deployment report. If the device successfully enrolls but doesn't complete provisioning after more than one hour, the device status may not be updated in the report.
34+
3135
### Autopilot profile not being applied when assigned
3236

3337
In Windows 10 April and some May update releases, there is an issue where the Autopilot profile may fail to apply to the device and the hardware hash may not be harvested. As a result, any settings made in the profile may not be configured for the user such as device renaming. To resolve this issue, the May (KB5015020) cumulative update needs to be applied to the device.
@@ -62,9 +66,11 @@ When you attempt an Autopilot reset, you see the following message: _Autopilot r
6266

6367
When a device is registered in Autopilot and no profile is assigned, it will take the default Autopilot profile. This behavior is by design. It makes sure that all devices that you register with Autopilot go through the Autopilot experience. If you don't want the device to go through an Autopilot deployment, remove the Autopilot registration.
6468

65-
### White screen during HAADJ deployment
69+
### White screen during hybrid Azure AD joined deployment
70+
71+
There's a UI bug on Autopilot hybrid Azure AD joined deployments where the Enrollment Status page is displayed as a white screen. This issue is limited to the UI and shouldn't affect the deployment process.
6672

67-
There's a UI bug on Autopilot HAADJ deployments where the Enrollment Status page is displayed as a white screen. This issue is limited to the UI and shouldn't affect the deployment process.
73+
This issue was resolved in September 2022.
6874

6975
### Virtual machine failing at "Preparing your device for mobile management"
7076

memdocs/configmgr/mdt/known-issues.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,44 @@ ms.collection: openauth
1616

1717
This article provides details of any current known issues and limitations with the Microsoft Deployment Toolkit (MDT). It assumes familiarity with MDT version concepts, features, and capabilities.
1818

19+
## HTA applications report Script error after upgrading to ADK for Windows 11, version 22H2
20+
After you updated your MDT boot image to [ADK for Windows 11, version 22H2](/windows-hardware/get-started/adk-install), HTA applications stop working and a message box is displayed: Script Error - An error has occurred in the script on this page.
21+
22+
HTA applications rely on MSHTML and starting with Windows 11, version 22H2, the default legacy scripting engine was changed.
23+
24+
To work around this issue you need to add the following registry value in WinPE:
25+
```
26+
reg.exe add "HKLM\Software\Microsoft\Internet Explorer\Main" /t REG_DWORD /v JscriptReplacement /d 0 /f
27+
```
28+
To enable this change in MDT, we recommend that you back up the following file: `C:\Program Files\Microsoft Deployment Toolkit\Templates\Unattend_PE_x64.xml` and to modify it as follows:
29+
``` <?xml version="1.0" encoding="utf-8"?>
30+
<unattend xmlns="urn:schemas-microsoft-com:unattend">
31+
<settings pass="windowsPE">
32+
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
33+
<Display>
34+
<ColorDepth>32</ColorDepth>
35+
<HorizontalResolution>1024</HorizontalResolution>
36+
<RefreshRate>60</RefreshRate>
37+
<VerticalResolution>768</VerticalResolution>
38+
</Display>
39+
<RunSynchronous>
40+
<RunSynchronousCommand wcm:action="add">
41+
<Description>Lite Touch PE</Description>
42+
<Order>1</Order>
43+
<Path>reg.exe add "HKLM\Software\Microsoft\Internet Explorer\Main" /t REG_DWORD /v JscriptReplacement /d 0 /f</Path>
44+
</RunSynchronousCommand>
45+
<RunSynchronousCommand wcm:action="add">
46+
<Description>Lite Touch PE</Description>
47+
<Order>2</Order>
48+
<Path>wscript.exe X:\Deploy\Scripts\LiteTouch.wsf</Path>
49+
</RunSynchronousCommand>
50+
</RunSynchronous>
51+
</component>
52+
</settings>
53+
</unattend>
54+
```
55+
After saving the changes, you will need to completely regenerate the boot images.
56+
1957
## Windows Deployment Services (WDS) multicast stops working after upgrading to ADK for Windows 11
2058

2159
<!-- 12891430 -->

memdocs/intune/protect/antivirus-microsoft-defender-settings-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ search.appverid: MET150
2222
#ms.tgt_pltfrm:
2323
ms.custom: intune-azure
2424
ms.collection: M365-identity-device-management
25-
ms.reviewer: laarrizz
25+
ms.reviewer: laarrizz
2626

2727
---
2828

memdocs/intune/protect/endpoint-protection-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ search.appverid: MET150
2424
#ms.tgt_pltfrm:
2525
ms.custom: intune-azure
2626
ms.collection: M365-identity-device-management
27-
mr.reviewer: karthib
27+
ms.reviewer: mattcall
2828
---
2929

3030
# Add Endpoint protection settings in Intune

memdocs/intune/protect/endpoint-protection-macos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ms.technology:
1919
#ROBOTS:
2020
#audience:
2121

22+
ms.reviewer: mattcall
2223
ms.suite: ems
2324
search.appverid: MET150
2425
#ms.tgt_pltfrm:

memdocs/intune/protect/tutorial-protect-email-on-enrolled-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.assetid:
2121
#ROBOTS:
2222
#audience:
2323

24-
ms.reviewer:
24+
ms.reviewer: demerson
2525
ms.suite: ems
2626
search.appverid: MET150
2727
#ms.tgt_pltfrm:

memdocs/intune/protect/tutorial-protect-email-on-unmanaged-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.assetid:
2121
#ROBOTS:
2222
#audience:
2323

24-
ms.reviewer:
24+
ms.reviewer: demerson
2525
ms.suite: ems
2626
#ms.tgt_pltfrm:
2727
ms.custom: intune-azure

memdocs/intune/remote-actions/remote-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The Remote help app supports the following capabilities:
7777
> [!NOTE]
7878
> Remote help has the following limitations:
7979
>
80-
> - Remote help is not supported on GCC, GCC High or DoD Tenants.
80+
> - Remote help is not supported on GCC High or DoD Tenants.
8181
> - You cannot establish a remote help session from one tenant to a different tenant.
8282
> - May not be available in all markets or localizations.
8383
@@ -376,4 +376,4 @@ Version 4.0.0.0 - GA release
376376
## Next steps
377377

378378
[Get support in Microsoft Endpoint Manager admin center](../../get-support.md)
379-
379+
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
# required metadata
3+
title: Connectivity health checks in Windows 365
4+
titleSuffix:
5+
description: Learn about connectivity health checks.
6+
keywords:
7+
author: ErikjeMS
8+
ms.author: erikje
9+
manager: dougeby
10+
ms.date: 09/22/2022
11+
ms.topic: how-to
12+
ms.service: cloudpc
13+
ms.subservice:
14+
ms.localizationpriority: high
15+
ms.technology:
16+
ms.assetid:
17+
18+
# optional metadata
19+
20+
#ROBOTS:
21+
#audience:
22+
23+
ms.reviewer: abpineda
24+
ms.suite: ems
25+
search.appverid: MET150
26+
#ms.tgt_pltfrm:
27+
ms.custom: intune-azure; get-started
28+
ms.collection: M365-identity-device-management
29+
---
30+
31+
# Connectivity health checks
32+
33+
Connectivity health checks are run on individual Cloud PCs and give information on the state of the Cloud PC's connection. These checks are constantly run by the Windows 365 service in the backend. When any of these checks fail, the end user won’t be able to connect to their Cloud PC.
34+
35+
You can review any connectivity errors and use the **Troubleshoot this connection** button to troubleshoot.
36+
37+
## View Cloud PC connectivity status
38+
39+
1. Sign in to [windows365.microsoft.com](https://windows365.microsoft.com) > **Devices** > **Windows 365** > **All Cloud PCs**.
40+
2. Select a connection in the list > **Overview** > **Connectivity and usage (preview)**.
41+
42+
If the Cloud PC is connected, the status will show as **Available**.
43+
44+
If there is a problem with the Cloud PC's connection, the status will show as **Unavailable**. Details appear on the right. Select **Troubleshoot this connection** to troubleshoot the issue.
45+
46+
## Connectivity errors
47+
48+
When a connectivity check fails, you'll see one of the following errors. Review the status pane to see more details. You can use the **Troubleshoot this connection** button to troubleshoot.
49+
50+
- **Azure Resource Availability Check**: Azure resources are not up and running.
51+
- **DomainJoin**: This Cloud PC isn't joined to a domain.
52+
- **omainReachable**: This Cloud PC can't connect to the domain.
53+
- **DomainTrust**: The domain doesn't trust this Cloud PC.
54+
- **SxSStackListener**: The side-by-side stack installed on the Cloud PC is malfunctioning or blocked.
55+
- **Unknown**: This Cloud PC might not be running or the network isn't connected to the public Internet.
56+
- **UrlsAccesible**: This Cloud PC is blocking traffic to [these URLs](requirements.md).
57+
- **VM Power Status Check**: This Cloud PC is powered off and an issue is preventing it from turning back on.
58+
59+
60+
<!--
61+
Possible different view of this data:
62+
63+
| Check | Failure description | Troubleshooting |
64+
| --- | --- | --- |
65+
| Azure Resource Availability Check | Azure resources are not up and running. | If this persists, contact Microsoft support. |
66+
| DomainJoin | This Cloud PC isn't joined to a domain. | Try reprovisioning the Cloud PC or join it to a domain. |
67+
| DomainReachable | This Cloud PC can't connect to the domain. | Check for an issue with your virtual network configuration by reviewing your [Azure network connection checks](troubleshoot-azure-network-connection.md). |
68+
| DomainTrust | The domain doesn't trust this Cloud PC. | Make sure that the local device password matches the device password in the domain. |
69+
| SxSStackListener | The side-by-side stack installed on the Cloud PC is malfunctioning or blocked. | Run the troubleshooting tool to fix this issue. |
70+
| Unknown | This Cloud PC might not be running or the network isn't connected to the public Internet. | Run the troubleshooting tool to get more information. |
71+
| UrlsAccesible | This Cloud PC is blocking traffic to [these URLs](requirements.md). | Unblock the URLs this Cloud PC uses to connect to Windows 365. |
72+
| VM Power Status Check | This Cloud PC is powered off and an issue is preventing it from turning back on. | If this persists, contact Microsoft support. |
73+
74+
75+
-->
76+
If any of these issues persist, contact Microsoft support.
77+
78+
Connectivity errors can occur even when all connectivity health checks have successfully passed.
79+
80+
## User connectivity history report
81+
82+
The user connectivity history report shows when a user started a connection and when the connection finished. There are different ways a connection can start/finish and these are logged as activities in the report.
83+
84+
### View Connectivity history report
85+
86+
1. Sign in to [windows365.microsoft.com](https://windows365.microsoft.com) > **Devices** > **Windows 365** > **All Cloud PCs**.
87+
2. Select a connection in the list > **Overview** > **Connectivity and usage (preview)** > **View connectivity history**.
88+
89+
### Activities
90+
91+
The report shows of the following activities:
92+
93+
| Activity | Description |
94+
| --- | --- | --- |
95+
| Connection started | The user successfully connected to their Cloud PC. |
96+
| Connection finished | The user signs out of their Cloud PC or finishes their work session. If the connection fails because of an unexpected network connectivity error, it's listed as a **Connection finished** with a **Failure** status.|
97+
| Connectivity check | If the connection fails because of a failed connectivity check, the failed check is listed. |
98+
99+
Select any activity to get more information about the event.
100+
101+
<!-- ########################## -->
102+
## Next steps
103+
104+
[Learn more about Azure network connections](azure-network-connections.md).

0 commit comments

Comments
 (0)