Skip to content

Commit c204c97

Browse files
authored
Merge pull request #7335 from MandiOhlinger/ImageUpdate
6379751: 2204 release - Image update
2 parents a4096d5 + 40f75e8 commit c204c97

9 files changed

Lines changed: 11 additions & 8 deletions

File tree

memdocs/configmgr/apps/deploy-use/deploy-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ On the **Deployment Settings** page, specify the following information:
107107

108108
- **Allow clients on a metered Internet connection to download content after the installation deadline, which might incur additional costs**: This option is only available for deployments with a purpose of **Required**.
109109

110-
- **Automatically upgrade any superseded version of this application**: The client upgrades any superseded version of the application with the superseding application.
110+
- **Automatically upgrade any superseded versions of this application**: The client upgrades any superseded version of the application with the superseding application.
111111

112112
> [!NOTE]
113113
> This option works regardless of administrator approval. If an administrator already approved the superseded version, they don't need to also approve the superseding version. Approval is only for new requests, not superseding upgrades.<!--515824-->

memdocs/configmgr/core/servers/deploy/configure/boundary-groups-management-points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Previously, a common problem occurred when you had a protected management point
2424
> [!NOTE]
2525
> If you enable distribution points in the site default boundary group to fallback, and a management point is collocated on a distribution point, the site also adds that management point to the site default boundary group.<!--VSO 2841292-->
2626
27-
If a client is in a boundary group that with no assigned management point, the site gives the client the entire list of management points. This behavior makes sure that a client always receives a list of management points.
27+
If a client is in a boundary group with no assigned management point, the site gives the client the entire list of management points. This behavior makes sure that a client always receives a list of management points.
2828

2929
> [!TIP]
3030
> If you enable the option to **Prefer cloud-based sources over on-premises sources** then clients will prefer a cloud management gateway (CMG) for both policy and content.

memdocs/configmgr/core/support/support-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Support Center includes Support Center Viewer, a tool that support personnel use
5151

5252
Support Center includes a modern log viewer. This tool replaces CMTrace and provides a customizable interface with support for tabs and dockable windows. It has a fast presentation layer, and can load large log files in seconds.
5353

54-
### Support Center OneTrace (Preview)
54+
### Support Center OneTrace
5555

5656
<!--3555962-->
5757
**OneTrace** is a new log viewer with Support Center. It works similarly to CMTrace, with improvements. For more information, see [Support Center OneTrace](support-center-onetrace.md).

memdocs/configmgr/develop/reference/core/clients/collections/addmembershiprules-method-in-class-sms_collection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "AddMembershipRules Method"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the AddMembershipRules WMI class method adds multiple new rules to the CollectionRules property of the SMS_Collection Server WMI Class object."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/intune/configuration/edition-upgrade-windows-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# required metadata
33

44
title: Windows 10 upgrade and S mode settings in Microsoft Intune
5-
description: See a list of all the settings, and what they do when upgrading a Windows 10 edition on a device, or enable S mode on a device using a device configuration profile in Microsoft Intune.
5+
description: See a list of all the settings, and what they do when upgrading a Windows 10 edition on a device, or switch out of S mode on a device using a device configuration profile in Microsoft Intune.
66
keywords:
77
author: MandiOhlinger
88
ms.author: mandia
@@ -33,7 +33,7 @@ ms.collection: M365-identity-device-management
3333
> [!NOTE]
3434
> [!INCLUDE [not-all-settings-are-documented](../includes/not-all-settings-are-documented.md)]
3535
36-
Microsoft Intune includes many settings to help manage and protect your devices. This article describes some of the settings to upgrade Windows client editions, or enable S mode on Windows 10 devices. These settings are created in an upgrade configuration profile in Intune that are pushed or deployed to devices.
36+
Microsoft Intune includes many settings to help manage and protect your devices. This article describes some of the settings to upgrade Windows client editions, or switch out of S mode on Windows 10 devices. These settings are created in an upgrade configuration profile in Intune that are pushed or deployed to devices.
3737

3838
As part of your mobile device management (MDM) solution, use these settings to control the Windows client edition and Window 10 S mode options for your Windows devices.
3939

3.57 KB
Loading

memdocs/intune/configuration/tutorial-walkthrough-administrative-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ This section uses the following resources. We'll install these resources in this
538538
11. Find the definition ID using the setting display name. Enter:
539539
540540
```powershell
541-
$desiredSettingDefinition = $settingDefinitions.value | ? {$_.DisplayName -Match "Silently sign in users to the OneDrive sync client with their Windows credentials"}
541+
$desiredSettingDefinition = $settingDefinitions.value | ? {$_.DisplayName -Match "Silently sign in users to the OneDrive sync app with their Windows credentials"}
542542
```
543543
544544
12. Configure a setting. Enter:

memdocs/intune/protect/windows-10-feature-updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ When a device receives a policy for Feature updates:
5454
5555
- Unlike using *Pause* with an update ring, which expires after 35 days, the Feature updates policy remains in effect. Devices won't install a new Windows version until you modify or remove the Feature updates policy. If you edit the policy to specify a newer version, devices can then install the features from that Windows version.
5656

57+
- The ability to *Uninstall* the Feature update is still honored by the Update Rings.
58+
5759
- You can configure policy to manage the schedule by which Windows Update makes the offer available to devices. For more information, see [Rollout options for Windows Updates](../protect/windows-update-rollout-options.md).
5860

5961
## Prerequisites

memdocs/intune/remote-actions/remote-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ The Remote help app supports the following capabilities:
6767
## Prerequisites
6868

6969
- [Intune subscription](../fundamentals/licenses.md)
70-
- Remote help subscription or active trial (https://aka.ms/PremiumAddOnsDocs)
70+
- Remote help add-on license for all IT support workers (helpers) and users or active trial licenses(https://aka.ms/PremiumAddOnsDocs).
7171
- Windows 10/11
72-
- Devices must install the *remote help* app. Device users can download the app directly from Microsoft. See [Install and update remote help](#install-and-update-remote-help)
72+
- The remote help app for Windows. See [Install and update remote help](#install-and-update-remote-help)
7373

7474
> [!NOTE]
7575
> Remote help has the following limitations:

0 commit comments

Comments
 (0)