Skip to content

Commit e24bf12

Browse files
authored
Merge branch 'main' into patch-21
2 parents 22c6702 + 07fa6e2 commit e24bf12

949 files changed

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

.openpublishing.publish.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{
5050
"path_to_root": "mde",
5151
"url": "https://github.com/MicrosoftDocs/microsoft-365-docs-pr/",
52-
"branch": "master",
52+
"branch": "main",
5353
"branch_mapping": {}
5454
},
5555
{
@@ -74,4 +74,4 @@
7474
"docs_build_engine": {
7575
"name": "docfx_v3"
7676
}
77-
}
77+
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,11 @@
10871087
"source_path": "memdocs/configmgr/core/plan-design/hierarchy/state-messaging-system-center-configuration-manager.md",
10881088
"redirect_url": "/mem/configmgr/core/plan-design/hierarchy/state-messages",
10891089
"redirect_document_id": true
1090+
},
1091+
{
1092+
"source_path": "memdocs/configmgr/sum/deploy-use/uup-preview.md",
1093+
"redirect_url": "/mem/configmgr/sum/index",
1094+
"redirect_document_id": true
10901095
}
10911096
]
10921097
}
-2.71 KB
Loading
-11.2 KB
Loading
228 KB
Loading

memdocs/analytics/proactive-remediations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Proactive remediations
33
titleSuffix: Microsoft Endpoint Manager
44
description: A tutorial on using Proactive remediations to enhance the user
5-
ms.date: 12/17/2021
5+
ms.date: 03/07/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: tutorial
@@ -59,10 +59,10 @@ Proactive remediations requires the [licensing for Endpoint analytics](enroll-in
5959

6060
### <a name="bkmk_requirements"></a> Script requirements
6161

62+
- You can have up to 200 script packages.
63+
- A script package can contain a detection script only or both a detection script and a remediation script.
6264
- Ensure the scripts are encoded in UTF-8.
63-
6465
- The maximum allowed output size limit is 2048 characters.
65-
6666
- If the option **Enforce script signature check** is enabled in the [Settings](#bkmk_prs_deploy) page of creating a script package, the script runs using the device's PowerShell execution policy. The default execution policy for Windows client computers is **Restricted**. The default execution for Windows Server devices is **RemoteSigned**. For more information, see [PowerShell execution policies](/powershell/module/microsoft.powershell.core/about/about_execution_policies#powershell-execution-policies).
6767
- Scripts built into Proactive remediations are signed and the certificate is added to the **Trusted Publishers** certificate store of the device.
6868
- When using third-party scripts that are signed, make sure the certificate is in the **Trusted Publishers** certificate store. As with any certificate, the certificate authority must be trusted by the device.

memdocs/analytics/scores.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Scores, baselines, and insights in Endpoint Analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: Learn about scores, baselines, and insights in Endpoint Analytics
5-
ms.date: 12/15/2021
5+
ms.date: 03/22/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -57,7 +57,11 @@ To help you identify devices that could be impacting user experience, Endpoint a
5757

5858
Selecting a device from the **Devices scores** tab loads a device page that gives you more information. From the device's **Startup performance** tab, review **Boot history** and **Sign-in history** for experience impacting trends. The **Application reliability** tab provides insight into potential issues for desktop applications on the managed device.
5959

60-
:::image type="content" source="media/8816759-per-device-scores.png" alt-text="Screenshot of a device's Endpoint analytics score with the startup performance and application reliability subscores." lightbox="media/8816759-per-device-scores.png":::
60+
:::image type="content" source="media/8816759-per-device-scores.png" alt-text="Screenshot of a device's Endpoint analytics score with the startup performance and application reliability subscores." lightbox="media/8816759-per-device-scores.png":::
61+
62+
You can also access per device scores on a device's **User experience** page. From the **User experience** page you can review the **Endpoint analytics**, **Startup performance**, and **Application reliability** information for the specific device.
63+
64+
:::image type="content" source="media/user-experience-page.png" alt-text="Screenshot of a device's user experience page displaying the startup performance tab." lightbox="media/user-experience-page.png":::
6165

6266
### <a name="bkmk_drill-in"></a> Device level drill-in from reports
6367

memdocs/autopilot/add-devices.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.localizationpriority: medium
88
ms.sitesec: library
99
ms.pagetype: deploy
1010
audience: itpro
11-
author: greg-lindsay
12-
ms.author: greglin
11+
author: aczechowski
12+
ms.author: aaroncz
1313
ms.reviewer: jubaptis
1414
manager: dougeby
1515
ms.date: 08/05/2021
@@ -28,7 +28,7 @@ ms.collection:
2828
- Windows 10
2929
- Windows Holographic, version 2004
3030

31-
You can do Windows Autopilot device registration within your organization by manually collecting the hardware identity of devices (hardware hashes) and uploading this information in a comma-separated-values (CSV) file. Capturing the hardware hash for manual registration requires booting the device into Windows. So, this process is primarily for testing and evaluation scenarios.
31+
You can perform Windows Autopilot device registration within your organization by manually collecting the hardware identity of devices (hardware hashes) and uploading this information in a comma-separated-values (CSV) file. Capturing the hardware hash for manual registration requires booting the device into Windows. So, this process is primarily for testing and evaluation scenarios.
3232

3333
Device owners can only register their devices with a hardware hash. Other methods (PKID, tuple) are available through OEMs or CSP partners.
3434

@@ -50,7 +50,14 @@ Device enrollment requires *Intune Administrator* or *Policy and Profile Manager
5050

5151
## Collect the hardware hash
5252

53-
You can use either Microsoft Endpoint Configuration Manager or Windows PowerShell to collect the hardware hash from existing devices.
53+
The following methods are available to harvest a hardware hash from existing devices:
54+
55+
1. Using [Microsoft Endpoint Configuration Manager](#configuration-manager)
56+
2. Using [Windows PowerShell](#powershell)
57+
3. During OOBE by using the [Diagnostics Page](#diagnostics-page-hash-export) (Windows 11 only)
58+
4. From the Desktop using [Settings > Accounts](#desktop-hash-export)
59+
60+
Each of these methods is described below.
5461

5562
In *Windows 10 version 1809 and earlier*, it's important to capture the hardware hash and create an Autopilot device profile before you connect a device to the internet. Those steps include collecting the hardware hash, uploading the CSV file into Microsoft Store for Business (MSfB) or Intune, assigning the profile, and confirming the profile assignment.
5663

@@ -118,6 +125,25 @@ To install the script directly and capture the hardware hash from the local comp
118125
119126
For more information about running the *Get-WindowsAutoPilotInfo.ps1* script, see the script's help by using `Get-Help Get-WindowsAutoPilotInfo`.
120127

128+
### Diagnostics page hash export
129+
130+
To export a hardware hash using the [Windows Autopilot Diagnostics Page](windows-autopilot-whats-new.md#windows-autopilot-diagnostics-page), the device must be running Windows 11.
131+
132+
Windows Autopilot Diagnostics are available in OOBE.
133+
134+
During OOBE, press **Ctrl-Shift-D** to bring up the Diagnostics Page. From this page, you can export logs to a thumb drive. The logs will include a CSV file with the hardware hash.
135+
136+
### Desktop hash export
137+
138+
1. From the Windows 10 or Windows 11 Desktop, click **Settings** > **Accounts** > **Access work or school**.
139+
2. Export log files. The logs will include a CSV file with the hardware hash.
140+
- Windows 11: In the **Export your management log files** tile, click **Export**.
141+
- Windows 10: Click the **Export your management log files** link.
142+
143+
Log files are exported to the Users\Public\Documents\MDMDiagnostics directory.
144+
145+
For more information, see [Diagnose MDM failures in Windows 10](/windows/client-management/mdm/diagnose-mdm-failures-in-windows-10)
146+
121147
## Ensure that the CSV file meets requirements
122148

123149
Device information in the CSV file where you capture hardware hashes should include:

memdocs/autopilot/automatic-registration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.localizationpriority: medium
88
ms.sitesec: library
99
ms.pagetype: deploy
1010
audience: itpro
11-
author: greg-lindsay
12-
ms.author: greglin
11+
author: aczechowski
12+
ms.author: aaroncz
1313
ms.reviewer: jubaptis
1414
manager: dougeby
1515
ms.date: 11/05/2021
@@ -50,4 +50,4 @@ When using the [Windows Autopilot for existing devices](existing-devices.md) sce
5050

5151
## Also see
5252

53-
[Registration overview](registration-overview.md)
53+
[Registration overview](registration-overview.md)

memdocs/autopilot/autopilot-device-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.localizationpriority: medium
88
ms.sitesec: library
99
ms.pagetype: deploy
1010
audience: itpro
11-
author: greg-lindsay
12-
ms.author: greglin
11+
author: aczechowski
12+
ms.author: aaroncz
1313
ms.reviewer: jubaptis
1414
manager: dougeby
1515
ms.date: 2/1/2022

0 commit comments

Comments
 (0)