You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/configmgr/hotfix/2203/14244456.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ For more information on changes in Configuration Manager version 2203, see:
67
67
~RDC:Failed to set access security on \\<SiteServerFQDN>\SMSSIG$\<PkgID>.1.tar for package <PkgID> signature file
68
68
```
69
69
70
+
<!-- 14628373 -->
71
+
- The issue described in the following Knowledge Base article is resolved with the 2203 update rollup.
72
+
[Mismatch certificate subject name error when running client action for Configuration Manager device](/troubleshoot/mem/configmgr/tenant-attach-component-not-connect-to-gateway)
73
+
70
74
## Hotfixes that are included in this update
71
75
- KB [13953025](../../hotfix/2203/13953025.md)Update for Microsoft Endpoint Configuration Manager version 2203, early update ring
72
76
- KB [14480034](../../hotfix/2203/14480034.md)Registration fails for PKI clients after updating to Configuration Manager current branch, version 2203
Copy file name to clipboardExpand all lines: memdocs/intune/apps/apps-win32-add.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ keywords:
6
6
author: Erikre
7
7
ms.author: erikre
8
8
manager: dougeby
9
-
ms.date: 03/29/2022
9
+
ms.date: 07/11/2022
10
10
ms.topic: how-to
11
11
ms.service: microsoft-intune
12
12
ms.subservice: apps
@@ -242,15 +242,15 @@ After you've added your rules, select **Next** to display the **Dependencies** p
242
242
243
243
App dependencies are applications that must be installed before your Win32 app can be installed. You can require that other apps are installed as dependencies.
244
244
245
-
Specifically, the device must install the dependent apps before it installs the Win32 app. There is a maximum of 100 dependencies, which includes the dependencies of any included dependencies, as well as the app itself.
245
+
Specifically, the device must install the dependent apps before it installs the Win32 app. There is a maximum of 100 dependencies, which includes the dependencies of any included dependencies, as well as the app itself.
246
246
247
247
You can add Win32 app dependencies only after your Win32 app has been added and uploaded to Intune. After your Win32 app has been added, you'll see the **Dependencies** option on the pane for your Win32 app.
248
248
249
249
Any Win32 app dependency needs to also be a Win32 app. It does not support depending on other app types, such as single MSI LOB apps or Microsoft Store apps.
250
250
251
251
When you're adding an app dependency, you can search based on the app name and publisher. Additionally, you can sort your added dependencies based on app name and publisher. Previously added app dependencies can't be selected in the list of added app dependencies.
252
252
253
-
You can choose whether or not to install each dependent app automatically. By default, the **Automatically install** option is set to **Yes** for each dependency. By automatically installing a dependent app, even if the dependent app is not targeted to the user or device, Intune will install the app on the device to satisfy the dependency before installing your Win32 app.
253
+
You can choose whether or not to install each dependent app automatically. By default, the **Automatically install** option is set to **Yes** for each dependency. By automatically installing a dependent app, even if the dependent app is not targeted to the user or device, Intune will install the app on the device to satisfy the dependency before installing your Win32 app.
254
254
255
255
It's important to note that a dependency can have recursive sub-dependencies, and each sub-dependency will be installed before the main dependency is installed. Additionally, installation of dependencies does not follow a specific order at a dependency level.
256
256
@@ -267,14 +267,25 @@ After you've selected dependencies, select **Next** to display the **Scope tags*
267
267
268
268
### Understand additional dependency details
269
269
270
-
The user will see Windows notifications indicating that dependent apps are being downloaded and installed as part of the Win32 app installation process. Additionally, when a dependent app is not installed, the user will commonly see one of the following notifications:
271
-
- One or more dependent apps failed to be installed.
272
-
- One or more dependent app requirements are not met.
270
+
The user will see Windows notifications indicating that dependent apps are being downloaded and installed as part of the Win32 app installation process.
271
+
272
+
#### Dependency limitations
273
+
274
+
The following bulleted list provides additional clarity about dependency limitations:
275
+
- If an app has 100 dependencies, then the app graph has a total size of 101 (100 dependency apps + 1 parent app).
276
+
- If an app has 3 dependencies, and one of the dependency apps has 2 dependencies, then the app graph has a total size of 6 (1 parent app + 3 dependency app + 2 dependency app that are from another dependency app).
277
+
- If an app is a dependency for multiple app “graphs”, meaning that the dependency is somewhere in the dependency chain for some app graph, then all apps from all the separate graphs are summed to calculate the dependency size. For example, if graph A has 23 apps, graph B has 62 apps, and graph C has 20 apps, and app X exist as a dependency app somewhere in the dependency chain in all 3 graphs, then the total size of the graph is 103 (app X is only counted once), which surpasses the 100 limit restriction.
278
+
279
+
#### Dependency failures
280
+
281
+
When a dependent app is not installed, the user will commonly see one of the following notifications:
282
+
- One or more dependent apps failed to be installed.
283
+
- One or more dependent app requirements are not met.
273
284
- One or more dependent apps are pending a device reboot.
274
285
275
-
If you choose not to put a dependency in the **Automatically install** column, the Win32 app installation won't be attempted. Additionally, app reporting will show that the dependency was flagged as `failed` and provide a failure reason. You can view the dependency installation failure by selecting a failure (or warning) provided in the Win32 app [installation details](/troubleshoot/mem/intune/troubleshoot-app-install#win32-app-installation-troubleshooting).
286
+
If you choose not to put a dependency in the **Automatically install** column, the Win32 app installation won't be attempted. Additionally, app reporting will show that the dependency was flagged as `failed` and provide a failure reason. You can view the dependency installation failure by selecting a failure (or warning) provided in the Win32 app [installation details](/troubleshoot/mem/intune/troubleshoot-app-install#win32-app-installation-troubleshooting).
276
287
277
-
Each dependency will adhere to Intune Win32 app retry logic (try to install three times after waiting for five minutes) and the global re-evaluation schedule. Also, dependencies are applicable only at the time of installing the Win32 app on the device. Dependencies are not applicable for uninstalling a Win32 app. To delete a dependency, you must select the ellipsis (three dots) to the left of the dependent app located at the end of the row of the dependency list.
288
+
Each dependency will adhere to Intune Win32 app retry logic (try to install three times after waiting for five minutes) and the global re-evaluation schedule. Also, dependencies are applicable only at the time of installing the Win32 app on the device. Dependencies are not applicable for uninstalling a Win32 app. To delete a dependency, you must select the ellipsis (three dots) to the left of the dependent app located at the end of the row of the dependency list.
Copy file name to clipboardExpand all lines: memdocs/intune/configuration/administrative-templates-windows.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: MandiOhlinger
8
8
ms.author: mandia
9
9
manager: dougeby
10
-
ms.date: 03/30/2022
10
+
ms.date: 07/13/2022
11
11
ms.topic: how-to
12
12
ms.service: microsoft-intune
13
13
ms.subservice: configuration
@@ -40,11 +40,11 @@ This feature applies to:
40
40
41
41
The Intune templates are 100% cloud-based, are built in to Intune (no downloading), and don't require any customizations, including using OMA-URI. They offer a straight-forward way to configure the settings, and find the settings you want:
42
42
43
-
- The **Windows settings** are similar to group policy (GPO) settings in Active Directory (AD). These settings are built in to Windows, and are [ADMX-backed settings](/windows/client-management/mdm/understanding-admx-backed-policies) that use XML. Know Issue Rollback (KIR) policy definition that is installed in the Administrative Template can activate a KIR on managed devices. In a hybrid Azure AD or Active Directory Domain Services (AD DS) domain, you can [apply a KIR to devices by using GPO](/troubleshoot/windows-client/group-policy/use-group-policy-to-deploy-known-issue-rollback#apply-a-kir-to-devices-in-a-hybrid-azure-ad-or-ad-ds-domain-using-group-policy).
43
+
- The **Windows settings** are similar to group policy (GPO) settings in Active Directory (AD). These settings are built in to Windows, and are [ADMX-backed settings](/windows/client-management/mdm/understanding-admx-backed-policies) that use XML.
44
44
45
45
- The **Office and Microsoft Edge** settings are ADMX-ingested, and use the same Office administrative template files and Microsoft Edge administrative template files that you would download in on-premises environments.
46
46
47
-
When managing devices in your organization, you want to create groups of settings that apply to different device groups. You also want a simple view of the settings you can configure. You can complete this task using **Administrative Templates** in Microsoft Intune. You can also use [Intune custom settings](custom-settings-windows-10.md) for ADMX ingestion and [configure ADMX-backed MDM policies to perform a KIR activation](/troubleshoot/windows-client/group-policy/use-group-policy-to-deploy-known-issue-rollback#deploy-a-kir-activation-using-microsoft-intune-admx-policy-ingestion-to-the-managed-devices) without requiring a GPO.
47
+
When managing devices in your organization, you want to create groups of settings that apply to different device groups. You also want a simple view of the settings you can configure. You can complete this task using **Administrative Templates** in Microsoft Intune.
48
48
49
49
As part of your mobile device management (MDM) solution, use these template settings as a one-stop shop to manage your Windows client devices.
50
50
@@ -150,6 +150,15 @@ There are thousands of settings available in these templates. To make it easier
150
150
151
151
:::image type="content" source="./media/administrative-templates-windows/show-all-internet-explorer-settings-user-configuration.png" alt-text="In the ADMX template, select user configuration, and search or filter for Internet Explorer in Microsoft Intune.":::
152
152
153
+
## Create a Known Issue Rollback (KIR) policy
154
+
155
+
On your enrolled devices, you can use administrative templates to create a Known Issue Rollback (KIR) policy, and deploy this policy to your Windows devices. For the specific steps, go to [Deploy a KIR activation using Microsoft Intune ADMX policy ingestion to managed devices](/troubleshoot/windows-client/group-policy/use-group-policy-to-deploy-known-issue-rollback#deploy-a-kir-activation-using-microsoft-intune-admx-policy-ingestion-to-the-managed-devices).
156
+
157
+
For more information on KIR, and what it is, go to:
158
+
159
+
-[Known Issue Rollback: Helping you keep Windows devices protected and productive](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/known-issue-rollback-helping-you-keep-windows-devices-protected/ba-p/2176831)
160
+
-[How to use on-premises Group Policy or Intune to deploy a Known Issue Rollback](/troubleshoot/windows-client/group-policy/use-group-policy-to-deploy-known-issue-rollback)
161
+
153
162
## Next steps
154
163
155
164
- The template is created, but may not be doing anything yet. Be sure to [assign the template (also called a profile)](device-profile-assign.md) and [monitor the policy status](device-profile-monitor.md).
Copy file name to clipboardExpand all lines: memdocs/intune/configuration/group-policy-analytics-migrate.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: MandiOhlinger
8
8
9
9
ms.author: mandia
10
10
manager: dougeby
11
-
ms.date: 06/21/2022
11
+
ms.date: 07/13/2022
12
12
ms.topic: how-to
13
13
ms.service: microsoft-intune
14
14
ms.subservice: configuration
@@ -126,6 +126,18 @@ The **Migrate** feature takes the parsed data from the imported Group Policy obj
126
126
127
127
When you create the Settings Catalog profile, any settings that can be included in the profile will be included. There can be some differences with the imported settings and the settings in Settings Catalog.
128
128
129
+
-**Some settings have a better configuration experience in Endpoint Security**
130
+
131
+
If you import AppLocker settings or Firewall rule settings, then the **Migrate** option is disabled and grayed out. Instead, configure these settings using the Endpoint Security workload in the Endpoint Manager admin center.
132
+
133
+
For more information, go to:
134
+
135
+
-[Firewall policy in Endpoint Security](../protect/endpoint-security-firewall-policy.md)
-[Application control policy in Endpoint Security](../protect/endpoint-security-asr-policy.md).
138
+
139
+
If you have GPOs that focus on endpoint security, then you should look at the features available in [Endpoint Security](../protect/endpoint-security.md), including Security Baselines and mobile threat defense.
140
+
129
141
-**Some settings don't migrate exactly, and may use a different setting**
130
142
131
143
In some scenarios, some GPO settings won't migrate to the exact same setting in the Settings Catalog. Intune will show an alternate setting that has a similar effect.
Copy file name to clipboardExpand all lines: memdocs/intune/fundamentals/filters-reports-troubleshoot.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: MandiOhlinger
8
8
ms.author: mandia
9
9
manager: dougeby
10
-
ms.date: 01/25/2022
10
+
ms.date: 07/13/2022
11
11
ms.topic: conceptual
12
12
ms.service: microsoft-intune
13
13
ms.subservice: fundamentals
@@ -45,12 +45,14 @@ The Endpoint Manager admin center has per-device and per-app reporting informati
45
45
You can use the following reports to get more information on your filters:
46
46
47
47
-[Filter evaluation report for devices](#filter-evaluation-report-for-devices) (in this article)
48
-
-[App filter evaluation report](#app-filter-evaluation-report) (in this article)
48
+
-[Workload filter evaluation reports](#workload-filter-evaluation-reports) (in this article)
49
49
50
50
### Filter evaluation report for devices
51
51
52
52
This report shows every app or policy with a filter that's been applied. For each evaluated app or policy, you can see the applied filters, and get more detailed information.
53
53
54
+
To see this report, use the following steps:
55
+
54
56
1. Sign in to the [Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
55
57
2. Select **Devices** > **All Devices** > select a device > **Filter evaluation**. The following information is shown:
56
58
@@ -68,9 +70,11 @@ In the following example, you can see this information for the **TestDevice**:
68
70
69
71
:::image type="content" source="./media/filters-reports-troubleshoot/filter-properties-single-device.png" alt-text="See the date, time, evaluation results, and other device filter assignment properties in Microsoft Endpoint Manager and Microsoft Intune.":::
70
72
71
-
### App filter evaluation report
73
+
### Workload filter evaluation reports
74
+
75
+
These reports show filter information for each device that's evaluated in an app or policy assignment. For each device, you can see the device's overall applicability for a workload, and get more detailed information about the filter evaluation.
72
76
73
-
This report shows filter information for each device that was evaluated in an app assignment. For each device, you can see the device's overall applicability for an app, and get more detailed information about the filter evaluation.
77
+
To see these reports, use the following steps:
74
78
75
79
1. Sign in to the [Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
@@ -88,7 +92,10 @@ In the following example, you can see this information for the **Microsoft Word*
88
92
:::image type="content" source="./media/filters-reports-troubleshoot/filter-properties-single-app.png" alt-text="See the date, time, evaluation results, and other app filter properties in Microsoft Endpoint Manager and Microsoft Intune.":::
89
93
90
94
> [!IMPORTANT]
91
-
> In the **Device install status** report, apps deployed as "Available" aren't shown. To troubleshoot if a user/device is filtered in or out of an Available assignment, use the **Filter evaluation report for devices**. To generate filter evaluation results, the end user must go to the list of apps in the Company portal app or website.
95
+
>
96
+
> - In the **Device install status** report, apps deployed as "Available" aren't shown. To troubleshoot if a user/device is filtered in or out of an Available assignment, use the **Filter evaluation report for devices**. To generate filter evaluation results, the end user must go to the list of apps in the Company portal app or website.
97
+
> - When assigning a policy, you can add devices to the "Excluded groups". These excluded devices aren't shown in the workload device status reports.
98
+
> - In the **Apps** and **Settings Catalog** device status reports, there's a column that shows any filter evaluation. Currently, the filter evaluation information isn't available for all Intune workloads.
Copy file name to clipboardExpand all lines: memdocs/intune/protect/data-leak-prevention.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ For Windows 10/11 devices:
67
67
As appropriate, share the following links to provide additional information:
68
68
69
69
*[What to expect when your iOS/iPadOS app is managed by app protection policies](../fundamentals/end-user-mam-apps-ios.md)
70
-
*[What to expect when your Android app is managed by app protection policies](../fundamentals/end-user-mam-apps-android.md)
70
+
*[What to expect when your Android app is managed by app protection policies](../user-help/use-managed-apps-on-your-device-android.md)
71
71
72
72
## Next steps
73
73
74
-
Want help enabling this or other EMS or Microsoft 365 scenarios? If you have at least 150 licenses for Microsoft 365, Enterprise Mobility + Security, or Azure Active Directory Premium, use your [FastTrack benefits](/enterprise-mobility-security/solutions/enterprise-mobility-fasttrack-program).
74
+
Want help enabling this or other EMS or Microsoft 365 scenarios? If you have at least 150 licenses for Microsoft 365, Enterprise Mobility + Security, or Azure Active Directory Premium, use your [FastTrack benefits](/enterprise-mobility-security/solutions/enterprise-mobility-fasttrack-program).
Copy file name to clipboardExpand all lines: windows-365/end-user-access-cloud-pc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ To transfer files from the Cloud PC to the local device, copy the files to the D
96
96
97
97
#### Restrict users from transferring files to and from Cloud PCs
98
98
99
-
You can restrict users from transferring files by using RDP drive redirection. For more information, see [Manage RDP device redirections for Cloud PCs](manage-rdp-device-redirections.md).
99
+
You can restrict users from transferring files by using RDP drive redirection. For more information, see [Manage RDP device redirections for Cloud PCs](./enterprise/manage-rdp-device-redirections.md).
100
100
101
101
### User feedback
102
102
@@ -128,4 +128,4 @@ To set up their Remote Desktop client, users follow these steps:
128
128
<!-- ########################## -->
129
129
## Next steps
130
130
131
-
For information about the different protocol network requirements per scenario, see [Network requirements](./enterprise/requirements-network.md).
131
+
For information about the different protocol network requirements per scenario, see [Network requirements](./enterprise/requirements-network.md).
0 commit comments