Skip to content

Commit a8b1003

Browse files
authored
Merge branch 'main' into patch-31
2 parents c6d5fde + 3fc3740 commit a8b1003

191 files changed

Lines changed: 2862 additions & 1242 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.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _site/
66
Tools/NuGet/
77
.optemp/
88
_themes/
9-
9+
.ds_store
1010

1111
# Visual Studio and VS Code files
1212
.vscode/*

memdocs/analytics/app-reliability.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ For each application in the report, the following data is provided:
6666

6767
> [!NOTE]
6868
> A maximum of 10 application crash events per application, per device, per day is used. This prevents excessive data collections from devices with severe application issues and helps prevent outlier devices from having undue influence over the reliability scores for individual applications.
69+
>
70+
> Applications with an insignificant amount of foreground usage (about 10 minutes or fewer) on a particular device may not be captured.
6971
7072
### App performance details
7173

memdocs/autopilot/autopilot-device-guidelines.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: greg-lindsay
1212
ms.author: greglin
1313
ms.reviewer: jubaptis
1414
manager: dougeby
15-
ms.date: 12/16/2020
15+
ms.date: 2/1/2022
1616
ms.collection: M365-modern-desktop
1717
ms.topic: troubleshooting
1818
---
@@ -36,6 +36,7 @@ The following best practices ensure that devices can easily be provisioned as pa
3636
- Before shipping devices to an Autopilot customer or channel partner, the OEM should upload 4K Hardware Hashes to Microsoft by using the CBR report. The hashes should be collected using the OA3 Tool RS3+ run in Audit mode on full OS.
3737
- Microsoft requires that OEM shipping drivers get published to Windows Update within 30 days of the CBR submission date. System firmware and driver updates are published to Windows Update within 14 days.
3838
- The OEM ensures that the PKID provisioned in the SMBIOS is passed on to the channel.
39+
- When using a VM for Autopilot testing, assign at least 2 processors and 4gb of memory. *Note: The [minimum system requirements](/windows/whats-new/windows-11-requirements#virtual-machine-support) for Windows 11 are 2 processors and 4gb memory.
3940

4041
## Software best practice guidelines for Windows Autopilot
4142

@@ -47,4 +48,4 @@ The following best practices ensure that devices can easily be provisioned as pa
4748
## Next steps
4849

4950
[Windows Autopilot customer consent](registration-auth.md)<br>
50-
[Motherboard replacement scenario guidance](autopilot-mbr.md)<br>
51+
[Motherboard replacement scenario guidance](autopilot-mbr.md)<br>

memdocs/autopilot/windows-autopilot.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Windows Autopilot enables you to:
7575

7676
- Automatically join devices to Azure Active Directory (Azure AD) or Active Directory (via Hybrid Azure AD Join). For more information about the differences between these two join options, see [Introduction to device management in Azure Active Directory](/azure/active-directory/device-management-introduction).
7777
- Auto-enroll devices into MDM services, such as Microsoft Intune ([*Requires an Azure AD Premium subscription for configuration*](/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal)).
78-
- Restrict the Administrator account creation.
7978
- Create and auto-assign devices to configuration groups based on a device's profile.
8079
- Customize OOBE content specific to the organization.
8180

memdocs/cloud-native-windows-endpoints.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ Use Endpoint Security in Microsoft Endpoint Manager to configure encryption with
404404
- Check out our blog series on BitLocker at [Enabling BitLocker with Microsoft Endpoint Manager](https://techcommunity.microsoft.com/t5/intune-customer-success/enabling-bitlocker-with-microsoft-endpoint-manager-microsoft/ba-p/2149784).
405405

406406
These settings can be enabled in the [Microsoft Endpoint Manager admin center](https://endpoint.microsoft.com) by going to **Endpoint Security** > **Disk encryption** > **Create Policy** > **Windows and later** > **Profile** = **BitLocker**.
407+
Configuring the BitLocker settings specified below will result in silenty enabling 128 bit encryption for standard users, which is one of the most common scenarios. However your organisation might have different security requirements, so consult the [BitLocker documentation](./intune/protect/encrypt-devices.md) for additional settings.
407408

408409
**BitLocker – Base Settings**:
409410

@@ -432,9 +433,9 @@ These settings can be enabled in the [Microsoft Endpoint Manager admin center](h
432433
- BitLocker system drive policy: **Configure**
433434
- Startup authentication required: **Yes**
434435
- Compatible TPM startup: **Required**
435-
- Compatible TPM startup PIN: **Not configured**
436-
- Compatible TPM startup key: **Not configured**
437-
- Compatible TPM startup key and PIN: **Not configured**
436+
- Compatible TPM startup PIN: **Block**
437+
- Compatible TPM startup key: **Block**
438+
- Compatible TPM startup key and PIN: **Block**
438439
- Disable BitLocker on devices where TPM is incompatible: **Not configured**
439440
- Enable preboot recovery message and url: **Not configured**
440441
- System drive recovery: **Configure**

memdocs/configmgr/apps/deploy-use/learn-script-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The Configuration Manager scripts feature lets you visually review and approve s
3232

3333
This collection of links was chosen to give Configuration Manager administrators a starting point for learning about PowerShell script security recommendations.
3434

35-
[PowerShell Security Best Practices](https://devblogs.microsoft.com/powershell/powershell-security-best-practices/)
35+
<!-- [PowerShell Security Best Practices](https://devblogs.microsoft.com/powershell/powershell-security-best-practices/)
3636
37-
> [!VIDEO https://channel9.msdn.com/Events/Blue-Hat-Security-Briefings/BlueHat-Security-Briefings-Fall-2013-Sessions/PowerShell-Best-Practices/player]
37+
> [!VIDEO https://channel9.msdn.com/Events/Blue-Hat-Security-Briefings/BlueHat-Security-Briefings-Fall-2013-Sessions/PowerShell-Best-Practices/player] -->
3838

3939
[Defending Against PowerShell Attacks](https://devblogs.microsoft.com/powershell/defending-against-powershell-attacks/)
4040

memdocs/configmgr/comanage/faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.author: aaroncz
88
ms.reviewer: crosorio
99
manager: dougeby
10-
ms.date: 01/10/2021
10+
ms.date: 01/26/2022
1111
ms.topic: reference
1212
ms.prod: configuration-manager
1313
ms.technology: configmgr-comanage
@@ -122,6 +122,9 @@ sections:
122122
123123
For more information, see [How to prepare internet-based devices for co-management](how-to-prepare-win10.md).
124124
125+
> [!NOTE]
126+
> You can't deploy the Configuration Manager client while provisioning a new computer in Windows Autopilot user-driven mode for hybrid Azure AD join. This limitation is due to the identity change of the device during the Azure AD-join process. Deploy the Configuration Manager client after the Autopilot process.<!-- CMADO-10205503 --> For alternative options to install the client, see [Client installation methods in Configuration Manager](../core/clients/deploy/plan/client-installation-methods.md).
127+
125128
- question: |
126129
How do I manage updates for Windows and Microsoft 365 apps?
127130
answer: |

memdocs/configmgr/comanage/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
author: mestew
1515
ms.author: mstewart
1616
manager: dougeby
17-
ms.date: 09/23/2021
17+
ms.date: 02/08/2022
1818
ms.localizationpriority: high
1919
ms.collection: highpri
2020

@@ -27,6 +27,8 @@ landingContent:
2727
links:
2828
- text: What is co-management?
2929
url: overview.md
30+
- text: Understand co-management (step-by-step)
31+
url: /learn/modules/understand-co-management/
3032
- text: Paths to co-management
3133
url: quickstart-paths.md
3234

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: 2201 features
289+
href: get-started/2022/technical-preview-2201.md
288290
- name: 2112 features
289291
href: get-started/2021/technical-preview-2112.md
290292
- name: 2111 features
291293
href: get-started/2021/technical-preview-2111.md
292294
- name: 2110 features
293295
href: get-started/2021/technical-preview-2110.md
294-
- name: 2109 features
295-
href: get-started/2021/technical-preview-2109.md
296296
- name: Migrate data between hierarchies
297297
items:
298298
- name: Migration overview

memdocs/configmgr/core/clients/deploy/deploy-clients-to-windows-computers.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,13 @@ Preinstall the Configuration Manager client on a reference computer that you use
339339
340340
2. At a command prompt, type `net stop ccmexec` to stop the SMS Agent Host service (CcmExec.exe) on the reference computer.
341341

342-
3. Delete the SMSCFG.INI file from the Windows folder on the reference computer.
342+
3. Delete the SMSCFG.INI file from the Windows folder on the reference computer.
343343

344-
4. Remove any certificates that are stored in the local computer store on the reference computer. For example, if you use PKI certificates, before you image the computer, remove the certificates in the **Personal** store for **Computer** and **User**.
344+
4. Remove the certificates from the local computer's **SMS** certificate store.
345345

346-
5. If the clients are installed in a different Configuration Manager hierarchy than the hierarchy of the reference computer, remove the trusted root key from the reference computer.
346+
5. Remove any other valid client authentication certificates that are stored in the local computer store on the reference computer. For example, if you use PKI certificates, before you image the computer, remove the certificates in the **Personal** store for **Computer** and **User**.
347+
348+
6. If the clients are installed in a different Configuration Manager hierarchy than the hierarchy of the reference computer, remove the trusted root key from the reference computer.
347349

348350
> [!NOTE]
349351
> If clients can't query Active Directory Domain Services to locate a management point, they use the trusted root key to determine trusted management points. If you deploy all imaged clients in the same hierarchy as that of the master computer, leave the trusted root key in place.

0 commit comments

Comments
 (0)