Skip to content

Commit cf4bb5e

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/memdocs-pr into lenewsad-patch-1
2 parents 3186ab4 + 848a553 commit cf4bb5e

83 files changed

Lines changed: 1255 additions & 641 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

memdocs/autopilot/autopilot-faq.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ metadata:
1717
ms.collection:
1818
- M365-modern-desktop
1919
- highpri
20-
ms.topic: troubleshooting
21-
20+
ms.topic: faq
2221
title: Windows Autopilot FAQ
2322
summary: |
2423
**Applies to: Windows 10/11**

memdocs/autopilot/enrollment-autopilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For information about formatting and using a CSV file to manually add Windows Au
8080
## Assign a user to a specific Autopilot device
8181

8282
> [!NOTE]
83-
> Assigning a licensed user to a registered Autopilot device using Microsoft Endpoint Manager no longer pre-fills any user information as described below. Please see [Updates to the Windows Autopilot sign-in and deployment experience](https://techcommunity.microsoft.com/t5/intune-customer-success/updates-to-the-windows-autopilot-sign-in-and-deployment/ba-p/2848452) for details on this change. This change does not impact user assigned policies and apps which are still deployed to the device when a licensed user is assigned. See [Windows Autopilot for pre-provisioned deployment](/mem/autopilot/pre-provision#preparation) for details on this.
83+
> Assigning a licensed user to a registered Autopilot device using Microsoft Endpoint Manager no longer pre-fills any user information as described below. Please see [Updates to the Windows Autopilot sign-in and deployment experience](https://techcommunity.microsoft.com/t5/intune-customer-success/updates-to-the-windows-autopilot-sign-in-and-deployment/ba-p/2848452) for details on this change. This change does not impact user assigned policies and apps which are still deployed to the device when a licensed user is assigned. See [Windows Autopilot for pre-provisioned deployment](./pre-provision.md#preparation) for details on this.
8484
8585
You can assign a licensed Intune user to a specific Autopilot device. This assignment:
8686
- Pre-fills a user from Azure Active Directory in the [company-branded](/azure/active-directory/fundamentals/customize-branding) sign-in page during Windows setup.
@@ -131,4 +131,4 @@ You can group Windows devices by a correlator ID when enrolling using [Autopilot
131131

132132
After you have created a device group, you can configure and apply a Windows Autopilot deployment profile to each device in the group. Deployment profiles determine the deployment mode, and customize the OOBE for your end users. For more information, see [Configure deployment profiles](profiles.md).
133133

134-
For more information about managing your Windows Autopilot devices, see [What is Microsoft Intune device management?](../intune/remote-actions/device-management.md)
134+
For more information about managing your Windows Autopilot devices, see [What is Microsoft Intune device management?](../intune/remote-actions/device-management.md)

memdocs/autopilot/known-issues.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ This article describes known issues that can often be resolved by configuration
2828

2929
## Known issues
3030

31+
### White screen during HAADJ deployment
32+
33+
There is 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 should not impact the deployment process.
34+
35+
### Virtual machine failing at “Preparing your device for mobile management”
36+
37+
This error can be resolved by configuring your virtual machine with a minimum of 2 processers and 4GB of memory.
38+
39+
### ODJConnectorSvc.exe leaks memory
40+
41+
When using a proxy server with the ODJConnector service, the memory file can get too large when processing requests resulting in impacts to performance. The current workaround for this issue is to restart the ODJConnectSvc.exe service.
42+
3143
### Reset button causes pre-provisioning to fail on retry
3244

3345
When ESP fails during the pre-provisioning flow and the user selects the reset button, TPM attestation may fail during the retry.

memdocs/configmgr/comanage/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
ms.reviewer: crosorio
99
manager: dougeby
1010
ms.date: 01/26/2022
11-
ms.topic: reference
11+
ms.topic: faq
1212
ms.prod: configuration-manager
1313
ms.technology: configmgr-comanage
1414
ms.collection: highpri

memdocs/configmgr/comanage/how-to-prepare-Win10.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to prepare your Windows internet-based devices for co-man
55
author: mestew
66
ms.author: mstewart
77
manager: dougeby
8-
ms.date: 10/05/2021
8+
ms.date: 02/16/2022
99
ms.topic: how-to
1010
ms.prod: configuration-manager
1111
ms.technology: configmgr-comanage
@@ -77,26 +77,26 @@ Decide which command-line properties you require for your environment:
7777

7878
- The following command-line properties are required in all scenarios:
7979

80-
- **CCMHOSTNAME**
80+
- `CCMHOSTNAME`
8181

82-
- **SMSSITECODE**
82+
- `SMSSITECODE`
8383

8484
- If a device uses Azure AD for client authentication and also has a PKI-based client authentication certificate, specify the following properties to use Azure AD:<!-- MEMDocs#1483 -->
8585

86-
- **AADCLIENTAPPID**
86+
- `AADCLIENTAPPID`
8787

88-
- **AADRESOURCEURI**
88+
- `AADRESOURCEURI`
8989

90-
- If the client roams back to the intranet, use the **SMSMP** property.
90+
- If the client roams back to the intranet, use the `SMSMP` property.
9191

92-
- If you use your own PKI certificate, and your CRL isn't published to the internet, use the **/NoCRLCheck** parameter. For more information, see [About client installation properties: /NoCRLCheck](../core/clients/deploy/about-client-installation-properties.md#nocrlcheck).
92+
- If you use your own PKI certificate, and your CRL isn't published to the internet, use the `/NoCRLCheck` parameter. For more information, see [About client installation properties: /NoCRLCheck](../core/clients/deploy/about-client-installation-properties.md#nocrlcheck).
9393

9494
> [!IMPORTANT]
9595
> Microsoft recommends publishing the CRL. For more information, see [Planning for CRLs](../core/plan-design/security/plan-for-certificates.md#pki-certificate-revocation).<!-- memdocs#1942 -->
9696
97-
- To bootstrap a task sequence immediately after client registration, use the **PROVISIONTS** property. For more information, see [About client installation properties: PROVISIONTS](../core/clients/deploy/about-client-installation-properties.md#provisionts).
97+
- To bootstrap a task sequence immediately after client registration, use the `PROVISIONTS` property. For more information, see [About client installation properties: PROVISIONTS](../core/clients/deploy/about-client-installation-properties.md#provisionts).
9898

99-
The site publishes other Azure AD information to the cloud management gateway (CMG). An Azure AD-joined client gets this information from the CMG during the ccmsetup process, using the same tenant to which it's joined. This behavior further simplifies enrolling devices to co-management in an environment with more than one Azure AD tenant. The only two required ccmsetup properties are **CCMHOSTNAME** and **SMSSITECODE**.<!--3607731-->
99+
The site publishes other Azure AD information to the cloud management gateway (CMG). An Azure AD-joined client gets this information from the CMG during the ccmsetup process, using the same tenant to which it's joined. This behavior further simplifies enrolling devices to co-management in an environment with more than one Azure AD tenant. The only two required ccmsetup properties are `CCMHOSTNAME` and `SMSSITECODE`.<!--3607731-->
100100

101101
> [!NOTE]
102102
> If you're already deploying the Configuration Manager client from Intune, update the Intune app with a new command line and new MSI.<!-- SCCMDocs-pr issue 3084 -->

memdocs/configmgr/core/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,14 @@ items:
285285
items:
286286
- name: Technical Preview overview
287287
href: get-started/technical-preview.md
288+
- name: 2202 features
289+
href: get-started/2022/technical-preview-2202.md
288290
- name: 2201 features
289291
href: get-started/2022/technical-preview-2201.md
290292
- name: 2112 features
291293
href: get-started/2021/technical-preview-2112.md
292294
- name: 2111 features
293295
href: get-started/2021/technical-preview-2111.md
294-
- name: 2110 features
295-
href: get-started/2021/technical-preview-2110.md
296296
- name: Migrate data between hierarchies
297297
items:
298298
- name: Migration overview

0 commit comments

Comments
 (0)