Skip to content

Commit a662f66

Browse files
author
Angela Fleischmann
authored
Merge pull request #8003 from MicrosoftDocs/main
Publish 07/13/2022 3:30 PM PT
2 parents 14e9f61 + e17ef29 commit a662f66

11 files changed

Lines changed: 78 additions & 28 deletions

memdocs/configmgr/hotfix/2203/14244456.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ For more information on changes in Configuration Manager version 2203, see:
6767
~RDC:Failed to set access security on \\<SiteServerFQDN>\SMSSIG$\<PkgID>.1.tar for package <PkgID> signature file
6868
```
6969

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+
7074
## Hotfixes that are included in this update
7175
- KB [13953025](../../hotfix/2203/13953025.md)Update for Microsoft Endpoint Configuration Manager version 2203, early update ring
7276
- KB [14480034](../../hotfix/2203/14480034.md)Registration fails for PKI clients after updating to Configuration Manager current branch, version 2203

memdocs/intune/apps/apps-win32-add.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
author: Erikre
77
ms.author: erikre
88
manager: dougeby
9-
ms.date: 03/29/2022
9+
ms.date: 07/11/2022
1010
ms.topic: how-to
1111
ms.service: microsoft-intune
1212
ms.subservice: apps
@@ -242,15 +242,15 @@ After you've added your rules, select **Next** to display the **Dependencies** p
242242

243243
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.
244244

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.
246246

247247
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.
248248

249249
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.
250250

251251
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.
252252

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.
254254

255255
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.
256256

@@ -267,14 +267,25 @@ After you've selected dependencies, select **Next** to display the **Scope tags*
267267

268268
### Understand additional dependency details
269269

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 install​ed.
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.
273284
- One or more dependent apps are pending a device reboot.
274285

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).
276287

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.
278289

279290
## Step 6: Supersedence
280291

memdocs/intune/configuration/administrative-templates-windows.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 03/30/2022
10+
ms.date: 07/13/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -40,11 +40,11 @@ This feature applies to:
4040

4141
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:
4242

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.
4444

4545
- 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.
4646

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.
4848

4949
As part of your mobile device management (MDM) solution, use these template settings as a one-stop shop to manage your Windows client devices.
5050

@@ -150,6 +150,15 @@ There are thousands of settings available in these templates. To make it easier
150150

151151
:::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.":::
152152

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+
153162
## Next steps
154163

155164
- 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).

memdocs/intune/configuration/group-policy-analytics-migrate.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: MandiOhlinger
88

99
ms.author: mandia
1010
manager: dougeby
11-
ms.date: 06/21/2022
11+
ms.date: 07/13/2022
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: configuration
@@ -126,6 +126,18 @@ The **Migrate** feature takes the parsed data from the imported Group Policy obj
126126

127127
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.
128128

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)
136+
- [Endpoint security firewall rule migration tool overview](../protect/endpoint-security-firewall-rule-tool.md)
137+
- [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+
129141
- **Some settings don't migrate exactly, and may use a different setting**
130142

131143
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.

memdocs/intune/enrollment/tutorial-use-autopilot-enroll-devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Lenewsad
99
ms.author: lanewsad
1010
manager: dougeby
11-
ms.date: 10/19/2018
11+
ms.date: 07/13/2022
1212
ms.topic: tutorial
1313
ms.service: microsoft-intune
1414
ms.subservice: enrollment
@@ -66,7 +66,7 @@ The first step in setting up Windows Autopilot is to add the Windows devices to
6666

6767
2. Save the CSV file.
6868

69-
3. In the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), choose **Devices** > **Windows** > **Devices** (under **Windows Autopilot Deployment Program** > **Import**.
69+
3. In the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), choose **Devices** > **Windows** > **Windows Enrollment** > **Devices** (under **Windows Autopilot Deployment Program**) > **Import**.
7070

7171
![Screenshot of Windows Autopilot devices](./media/enrollment-autopilot/autopilot-import-device.png)
7272

memdocs/intune/fundamentals/filters-reports-troubleshoot.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 01/25/2022
10+
ms.date: 07/13/2022
1111
ms.topic: conceptual
1212
ms.service: microsoft-intune
1313
ms.subservice: fundamentals
@@ -45,12 +45,14 @@ The Endpoint Manager admin center has per-device and per-app reporting informati
4545
You can use the following reports to get more information on your filters:
4646

4747
- [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)
4949

5050
### Filter evaluation report for devices
5151

5252
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.
5353

54+
To see this report, use the following steps:
55+
5456
1. Sign in to the [Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
5557
2. Select **Devices** > **All Devices** > select a device > **Filter evaluation**. The following information is shown:
5658

@@ -68,9 +70,11 @@ In the following example, you can see this information for the **TestDevice**:
6870

6971
:::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.":::
7072

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.
7276

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:
7478

7579
1. Sign in to the [Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
7680
2. Select **Apps** > **All apps** > select an app > **Device install status**.
@@ -88,7 +92,10 @@ In the following example, you can see this information for the **Microsoft Word*
8892
:::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.":::
8993

9094
> [!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.
9299
93100
## Include vs. Exclude
94101

memdocs/intune/protect/data-leak-prevention.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ For Windows 10/11 devices:
6767
As appropriate, share the following links to provide additional information:
6868

6969
* [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)
7171

7272
## Next steps
7373

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).

windows-365/end-user-access-cloud-pc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To transfer files from the Cloud PC to the local device, copy the files to the D
9696

9797
#### Restrict users from transferring files to and from Cloud PCs
9898

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).
100100

101101
### User feedback
102102

@@ -128,4 +128,4 @@ To set up their Remote Desktop client, users follow these steps:
128128
<!-- ########################## -->
129129
## Next steps
130130

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

Comments
 (0)