Skip to content

Commit e75d595

Browse files
committed
Fixing merge conflict
2 parents d0c1d52 + a500fce commit e75d595

95 files changed

Lines changed: 348 additions & 89 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/analytics/app-reliability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application reliability in endpoint analytics
33
description: Get details about application reliability in endpoint analytics
44
titleSuffix: Microsoft Endpoint Manager
5-
ms.date: 03/01/2021
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -89,6 +89,8 @@ Selecting a device name opens the **Application reliability** tab for that devic
8989

9090
## Known issues
9191

92+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
93+
9294
### Some eligible, enrolled devices aren't appearing in the report due to a client certificate issue
9395

9496
**Scenario**: In certain uncommon situations, devices may be missing from the **Application reliability** report. You can determine how many devices are reporting application reliability data by looking at the number of records in the table on the **Device performance** tab of the **Application reliability** report.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
author: mestew
3+
ms.author: mstewart
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-comanage
6+
ms.topic: include
7+
ms.date: 03/31/2022
8+
ms.localizationpriority: high
9+
---
10+
<!--Don't apply H2 in this include file since they are context driven by article. Used in startup-performance.md, work-from-anywhere.md, app-reliability.md, and scores.md files -->
11+
### Exported csv files display numerical values
12+
13+
When reporting data is exported to a `.csv` file, the exported data doesn't use the friendly names you're used to seeing in the online reports. Use the information below to map the data in the exported file into the meaning of the value:
14+
15+
**Application reliability report** </br>
16+
17+
- The `TotalAppUsageDuration` and `MeanTimeToFailure` columns in the `.csv` file are integer values with a unit of **minutes**
18+
- A `MeanTimeToFailure` value of 2147483647 means `No crash events`
19+
20+
**Per device score report** </br>
21+
22+
- A value of `-1` or `-2` in the `EndpointAnalyticsScore`, `StartupPerformanceScore`, and `AppReliabilityScore` columns means the associated score is unavailable
23+
- Health status: </br>
24+
25+
|HealthStatus `.csv` value| Report value|
26+
|---|---|
27+
|0|Unknown|
28+
|1|Insufficient data|
29+
|2|Needs attention|
30+
|3|Meeting goals|
31+
32+
**Startup performance report** </br>
33+
34+
The `CoreBootTime`, `GPBootTime`, `CoreLogonTime`, `GPLogonTime`, `DesktopUsableTime`, `Median`, and `TimePerProcess` columns are integer values with a unit of **seconds**.
35+
36+
**Work from anywhere report** </br>
37+
- Column name in `.csv` file: UpgradeEligibility </br>
38+
Report column name: Windows 11 readiness status </br>
39+
40+
|`.csv` value| Report value|
41+
|---|---|
42+
|0|Upgraded|
43+
|1|Unknown|
44+
|2|Not capable|
45+
|3|Capable|
46+
47+
- Column name in `.csv` file: GraphDeviceIsManaged </br> Report column name: Azure AD registered

memdocs/analytics/scores.md

Lines changed: 5 additions & 1 deletion
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: 03/22/2022
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -80,6 +80,10 @@ Use the **Add filter** option on tables to display items that match your criteri
8080
> - The **Disk type** filter doesn't support the value **Unknown**<!--12829141-->.
8181
> - Filtering on **Startup performance score** from **Overview** > **Device Scores** returns devices with a score of "--". <!--12829158-->
8282
83+
## Known issues
84+
85+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
86+
8387
## Next steps
8488

8589
- Use [Proactive remediations](proactive-remediations.md) to gather more data and take action on devices

memdocs/analytics/startup-performance.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Startup performance in Endpoint Analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: Get details about device startup performance in Endpoint Analytics
5-
ms.date: 11/15/2021
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -47,7 +47,7 @@ The **Startup performance** page also provides a prioritized list of **Insights
4747

4848
Startup performance provides an insight on the number of devices on which the boot drive is a hard disk. Hard disk drives typically result in boot times three to four times longer than solid-state drives. We also report the expected improvement to start up performance you would gain by moving to solid-state drives.
4949

50-
Click though to see the list of devices that have hard disk drives. The recommended action is to upgrade these devices to solid-state drives.
50+
Click through to see the list of devices that have hard disk drives. The recommended action is to upgrade these devices to solid-state drives.
5151

5252
### <a name="bkmk_gp"></a> Group Policy
5353

@@ -74,6 +74,10 @@ The **Startup performance** page has reporting tabs that provide support for the
7474
- **Median delay**: The median delay time of the process for the counted devices.
7575
- **Total delay**: The sum of the delays for all of the counted devices.
7676

77+
## Known issues
78+
79+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
80+
7781
## Next steps
7882

7983
- Use the [Work from anywhere report](work-from-anywhere.md).

memdocs/analytics/work-from-anywhere.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Work from anywhere report in Endpoint analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: The Work from anywhere report in Endpoint analytics provides insights to help your end users be productive from anywhere.
5-
ms.date: 02/23/2022
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -93,6 +93,9 @@ In the **Windows** tab, a device-by-device view of Windows 11 hardware readiness
9393

9494
The built-in baseline of **All organizations (median)** doesn't currently have metrics for the subscore metrics listed in the sections above.
9595

96+
## Known issues
97+
98+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
9699
## Next steps
97100

98101
- View [Startup performance](startup-performance.md)

memdocs/autopilot/windows-autopilot-hybrid.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,13 @@ The Intune Connector requires the [same endpoints as Intune](../intune/fundament
126126
4. Open the downloaded Connector setup file, *ODJConnectorBootstrapper.exe*, to install the Connector.
127127
5. At the end of the setup, select **Configure**.
128128
6. Select **Sign In**.
129-
7. Enter the user Global Administrator or Intune Administrator role credentials.
129+
7. Enter the Global administrator or Intune administrator role credentials.
130130
The user account must have an assigned Intune license.
131131
8. Go to **Devices** > **Windows** > **Windows enrollment** > **Intune Connector for Active Directory**, and then confirm that the connection status is **Active**.
132132

133+
> [!NOTE]
134+
> The Global administrator role is a temporary requirement at the time of installation.
135+
133136
> [!NOTE]
134137
> After you sign in to the Connector, it might take a couple of minutes to appear in the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431). It appears only if it can successfully communicate with the Intune service.
135138
@@ -204,6 +207,7 @@ Here is a list of VPN clients that are known to be tested and validated:
204207
- Checkpoint (Win32 client)
205208
- Citrix NetScaler (Win32 client)
206209
- SonicWall (Win32 client)
210+
- FortiClient VPN (Win32 client)
207211

208212
**Not supported clients:**
209213
- UWP-based VPN plug-ins
@@ -246,9 +250,10 @@ It takes about 15 minutes for the device profile status to change from *Not assi
246250
- **Name**: Enter a descriptive name for the new profile.
247251
- **Description**: Enter a description for the profile.
248252
- **Platform**: Select **Windows 10 and later**.
249-
- **Profile type**: Select **Domain Join**.
250-
3. Select **Settings**, and then provide a **Computer name prefix**, **Domain name**.
251-
4. (Optional) Provide an **Organizational unit** (OU) in [DN format](/windows/desktop/ad/object-names-and-identities#distinguished-name). Your options include:
253+
- **Profile type**: Select **Templates**, choose the template name **Domain Join** and select **Create**.
254+
3. Enter the **Name** and **Description** and select **Next**.
255+
5. Provide a **Computer name prefix** and **Domain name**.
256+
6. (Optional) Provide an **Organizational unit** (OU) in [DN format](/windows/desktop/ad/object-names-and-identities#distinguished-name). Your options include:
252257
- Provide an OU in which you've delegated control to your Windows 2016 device that is running the Intune Connector.
253258
- Provide an OU in which you've delegated control to the root computers in your on-prem Active Directory.
254259
- If you leave this blank, the computer object will be created in the Active Directory default container (CN=Computers if you never [changed it](https://support.microsoft.com/help/324949/redirecting-the-users-and-computers-containers-in-active-directory-dom)).

memdocs/configmgr/develop/core/clients/asset-intelligence/how-to-initiate-a-synchronization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to synchronize the asset intelligence catalog outside the normal synchronization schedule.
23
title: "Initiate a Synchronization"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/clients/programming/how-to-connect-to-the-client-wmi-namespace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to connect to the Configuration Manager client Windows Management Instrumentation (WMI) provider, you create a ManagementScope object in the \\\Client\root\ccm namespace.
23
title: "Connect to the Client WMI Namespace"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/clients/remote-control/how-to-configure-remote-tools-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Configure Remote Tools Settings"
33
titleSuffix: "Configuration Manager"
4+
description: "Learn how to use the Remote Tools Client Agent settings by modifying the necessary site control file settings."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/servers/configure/how-to-assign-an-advertisement-to-a-collection-of-computers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to use the SMS_Advertisement class to assign an advertisement to a collection of computers.
23
title: "Assign an Advertisement to a Collection of Computers"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

0 commit comments

Comments
 (0)