Skip to content

Commit 621991d

Browse files
authored
Merge pull request #7455 from MicrosoftDocs/main
Publish 04/26/2022, 10:30 AM
2 parents 797b5f4 + 215cb60 commit 621991d

13 files changed

Lines changed: 128 additions & 43 deletions

memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2203.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new in version 2203
33
titleSuffix: Configuration Manager
44
description: Get details about changes and new capabilities introduced in version 2203 of Configuration Manager current branch.
5-
ms.date: 04/08/2022
5+
ms.date: 04/25/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -201,6 +201,12 @@ Based on your feedback, we've made a few improvements to the console and user ex
201201
- Copy/paste is available for more objects from details panes.
202202
- The **Name** property is added to the details pane for configuration items, configuration item related policies, and applications.
203203
- Software update search results and the search criteria are now cached when you navigate to another node. When you navigate back to the **All Software Updates** node, your search criteria and results are preserved from your last query.
204+
- Added a search filter to the **Products** and **Classifications** tabs in the **Software Update Point Component Properties** <!--10998089, 9575773-->
205+
- You can now exclude subcontainers when doing **Active Directory System Discovery** and **Active Directory User Discovery** in untrusted domains <!--4655840, 9575773-->
206+
- Added a **Cloud Sync** column to collections to indicate if the collection is synchronizing with Azure Active Directory <!--12433024, 9575773-->
207+
- Added the **Collection ID** to the collection summary details tab <!--12630582, 9575773-->
208+
- Increased the size of the **Membership Rules** pane in the **Properties** page for collections <!--12947295, 9575773 -->
209+
- Added a **View Script** option for **Run PowerShell Script** steps when using the **View** action for a task sequence <!--12498818, 9575773 -->
204210

205211
For more information, see [Console changes and tips](../../servers/manage/admin-console-tips.md#bkmk_2203).
206212

memdocs/configmgr/core/servers/deploy/configure/configure-discovery-methods.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure discovery
33
titleSuffix: Configuration Manager
44
description: Configure discovery methods to find resources to manage from your network, Active Directory, and Azure Active Directory.
5-
ms.date: 12/01/2021
5+
ms.date: 04/25/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: how-to
@@ -155,7 +155,9 @@ Although each of these discovery methods is independent of the others, they shar
155155
Select subcontainers to exclude from this recursive search. This option helps to reduce the number of discovered objects. Select **Add** to choose the containers under the above path. In the Select New Container dialog box, select a child container to exclude. Select **OK** to close the Select New Container dialog box.<!--1358143-->
156156

157157
> [!Tip]
158-
> The list of Active Directory containers in the Active Directory System Discovery Properties window includes a column **Has Exclusions**. When you select containers to exclude, this value is **Yes**.
158+
> - The list of Active Directory containers in the Active Directory System Discovery Properties window includes a column **Has Exclusions**. When you select containers to exclude, this value is **Yes**.
159+
> - Starting in version 2203, you can exclude subcontainers in untrusted domains for **Active Directory System Discovery** and **Active Directory User Discovery**.
160+
159161

160162
3. For each location, specify the account to use as the **Active Directory Discovery Account**. For more information, see [Accounts](../../../plan-design/hierarchy/accounts.md#active-directory-system-discovery-account).
161163

@@ -212,6 +214,9 @@ Starting in version 2103, you can exclude OUs from Active Directory User Discove
212214

213215
1. Select **OK** to save the Active Directory container configuration.
214216

217+
> [!TIP]
218+
> Starting in version 2203, you can exclude subcontainers in untrusted domains for **Active Directory System Discovery** and **Active Directory User Discovery**.
219+
215220
## <a name="azureaadisc"></a> Azure AD User Discovery
216221

217222
Azure AD User Discovery isn't enabled or configured the same as other discovery methods. Configure it when you onboard the Configuration Manager site to Azure AD.

memdocs/configmgr/core/servers/manage/admin-console-tips.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ The following improvements were made to the console and user experience:
2929
- When using temporary device nodes, device actions like **Run Scripts** are now available to make the experience in the console consistent.
3030
- Additional Management Insights rules now have click-through actions
3131
- Copy/paste is available for more objects from details panes.
32-
- Added the **Name** property in the details pane for configuration items, configuration item related policies, and applications
32+
- Added the **Name** property in the details pane for configuration items, configuration item related policies, and applications.
3333
- Software update search results and the search criteria are now cached when you navigate to another node. When you navigate back to the **All Software Updates** node, your search criteria and results are preserved from your last query. Closing the console will clear the cached query.
34+
- Added a search filter to the **Products** and **Classifications** tabs in the **Software Update Point Component Properties**. <!--10998089, 9575773-->
35+
- You can now exclude subcontainers when doing **Active Directory System Discovery** and **Active Directory User Discovery** in untrusted domains. <!--4655840, 9575773-->
36+
- Added a **Cloud Sync** column to collections to indicate if the collection is synchronizing with Azure Active Directory. <!--12433024, 9575773-->
37+
- Added the **Collection ID** to the collection summary details tab <!--12630582, 9575773-->
38+
- Increased the size of the **Membership Rules** pane in the **Properties** page for collections. <!--12947295, 9575773 -->
39+
- Added a **View Script** option for **Run PowerShell Script** steps when using the **View** action for a task sequence. <!--12498818, 9575773 -->
3440
- The console now offers a dark theme. For more information, see [How to use the console](admin-console.md#bkmk_dark).
3541

3642
### <a name="bkmk_csv"></a> Export to CSV

memdocs/configmgr/core/servers/manage/create-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This section contains example WQL queries that you can use in your hierarchy or
8888
8989
### Computers that run Windows 10
9090

91-
Use the following query to return the NetBIOS name and operating system version of all computers that run Windows 7.
91+
Use the following query to return the NetBIOS name and operating system version of all computers that run Windows 10.
9292

9393
``` WQL
9494
select SMS_R_System.NetbiosName,
@@ -188,4 +188,4 @@ where SMS_Client_ComanagementState.ComgmtPolicyPresent = 1 AND SMS_Client_Comana
188188

189189
## Next steps
190190

191-
[How to manage queries](manage-queries.md)
191+
[How to manage queries](manage-queries.md)

memdocs/configmgr/core/servers/manage/reference-for-maintenance-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use this task to delete aged application requests from the database. For more in
6868
|**Primary site**|Enabled|
6969
|Secondary site|Not available|
7070

71-
### Delete Aged Application Revisions
71+
### Delete Unused Application Revisions
7272

7373
Use this task to delete application revisions that are no longer referenced. For more information, see [How to revise and supersede applications](../../../apps/deploy-use/revise-and-supersede-applications.md).
7474

memdocs/intune/apps/app-configuration-managed-home-screen-app.md

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ The following table lists the Managed Home Screen available configuration keys,
9191
| Show Bluetooth setting | bool | FALSE | Turning this setting to True allows the end user to turn on or off Bluetooth and to connect to different Bluetooth-capable devices. | ✔️ |
9292
| Show volume setting | bool | FALSE | Turning this setting to True allows the end user to access a volume slider to adjust media volume. | ✔️ |
9393
| Show flashlight setting | bool | FALSE | Turning this setting to True allows the end user to on or off the device's flashlight. If the device doesn't support a flashlight, then this setting won't appear, even if configured to True. | ✔️ |
94-
| Show device info setting | bool | FALSE | True allows end users to access quick info about the device from the Managed Setting app or swipe-down. Accessible information includes device's make, model, and serial number. | ✔️ |
94+
| Show device info setting | bool | FALSE | True allows end users to access quick info about the device from the Managed Setting app or swipe-down. Accessible information includes device's make, model, and serial number for OS 8. | ✔️ |
95+
| Show device's name on MHS | bool | FALSE | Turn this setting to True to easily view the device's Intune portal "device name" property from the Managed Settings app or from swipe-down when **Show device info setting** is set to True. Make sure to also include the string property "Device's name," which is auto-populated by Intune with the correct value. ||
96+
| Show serial number for all supported OS version on MHS | choice | {{serialnumber}} | Ensure that in-app config device_serial_number is configured to display {{SerialNumber}} **Show device info setting** is set to True. This value is auto-populated by Intune with the correct value. ||
9597
| Enable virtual home button | bool | FALSE | True allows end users to have access to a Managed Home Screen home button that will return the user to the Managed Home Screen from the current task they are in. | ✔️ |
9698
| Type of virtual home button | string | swipe_up | Use swipe_up to access home button with a swipe up gesture. Use float to access a sticky, persistent home button that can be moved around the screen by the end user. | ✔️ |
9799
| Enable notifications badge | bool | FALSE | Enables the notification badge for app icons that shows the number of new notifications on the app. If you enable this setting, end users will see notification badges on apps that have unread notifications. If you keep this configuration key disabled, the end user won't see any notification badged to apps that might have unread notifications. | ✔️ |
@@ -127,8 +129,6 @@ The following table lists the Managed Home Screen available configuration keys,
127129
|-|-|-|-|-|
128130
| Exit lock task mode password | string | | Enter a 4-6-digit code to use to temporarily drop out of lock-task mode for troubleshooting. | ✔️ |
129131
| Enable easy access debug menu | bool | FALSE | Turn this setting to True to access the debug menu from the Managed Settings app or from swipe-down while in Managed Home Screen. The debug menu is currently where the capability to exit kiosk mode lives, and is accessed by clicking the back button about 15 times. Keep this setting set to False to keep the entry point to debug menu only accessible via the back button. | ✔️ |
130-
| Show device's name on MHS | bool | FALSE | Turn this setting to True to easily view the device's Intune portal "device name" property from the Managed Settings app or from swipe-down while in Managed Home Screen. When using app config, make sure to also include the string property "Device's name," which is auto-populated by Intune with the correct value. ||
131-
| Device's serial number | choice | `{{SerialNumber}}` | Set this setting to easily view the device's serial number from the Managed Home Screen app on all Android OS versions 8 and later. This property is auto-populated by Intune with the correct value. ||
132132
| Enable MAX inactive time outside of MHS | bool | FALSE | Turn this setting to True to automatically re-launch Managed Home Screen after a set period of inactivity. The timer will only count inactive time and, when configured, will reset each time the user interacts with the device while outside of Managed Home Screen. Use **MAX inactive time outside MHS** to set the inactivity timer. By default, this setting is off. This setting can only be used if **Exit lock task mode password** has been configured. ||
133133
| MAX inactive time outside MHS | integer | 180 | Set the maximum amount of inactive time, in seconds, that a user can spend outside of Managed Home Screen before it is automatically re-launched. By default, this configuration is set to 180 seconds. **Enable MAX inactive time outside of MHS** must be set to true to use this setting. ||
134134
| Enable MAX time outside MHS | bool | FALSE | Turn this setting to True to automatically re-launch Managed Home Screen after a set period of time has passed. The timer will factor in both inactive and active time spent outside of Managed Home Screen. Use **MAX time outside MHS** to set the inactivity timer. By default, this setting is off. This setting can only be used if **Exit lock task mode password** has been configured. ||
@@ -287,6 +287,18 @@ The following syntax is an example JSON script with all the available configurat
287287
"key": "show_device_info_setting",
288288
"valueBool": false
289289
},
290+
{
291+
"key": "show_device_name",
292+
"valueBool": false
293+
},
294+
{
295+
"key": "device_name",
296+
"valueString": "{{DeviceName}}"
297+
},
298+
{
299+
"key": "device_serial_number",
300+
"valueString": "{{SerialNumber}}"
301+
},
290302
{
291303
"key": "show_managed_setting",
292304
"valueBool": false
@@ -488,11 +500,11 @@ The following syntax is an example JSON script with all the available configurat
488500
}
489501
]
490502
},
491-
{
503+
{
492504
"key": "show_notification_badge",
493505
"valueBool": true
494506
},
495-
{
507+
{
496508
"key": "show_screen_saver",
497509
"valueBool": true
498510
},
@@ -504,15 +516,15 @@ The following syntax is an example JSON script with all the available configurat
504516
"key": "screen_saver_show_time",
505517
"valueInteger": 0
506518
},
507-
{
519+
{
508520
"key": "inactive_time_to_show_screen_saver",
509521
"valueInteger": 30
510522
},
511523
{
512524
"key": "media_detect_before_screen_saver",
513525
"valueBool": true
514526
},
515-
{
527+
{
516528
"key": "enable_max_inactive_time_outside_MHS",
517529
"valueBool": false
518530
},
@@ -528,7 +540,7 @@ The following syntax is an example JSON script with all the available configurat
528540
"key": "max_absolute_time_outside_MHS",
529541
"valueInteger": 600
530542
},
531-
{
543+
{
532544
"key": "theme_color",
533545
"valueString": "light"
534546
},
@@ -560,6 +572,22 @@ The following syntax is an example JSON script with all the available configurat
560572
"key": "session_PIN_complexity",
561573
"valueString": "simple"
562574
},
575+
{
576+
"key": "max_number_of_attempts_for_session_PIN",
577+
"valueInteger": 0
578+
},
579+
{
580+
"key": "minimum_length_for_session_PIN",
581+
"valueInteger": 1
582+
},
583+
{
584+
"key": "max_number_of_attempts_for_exit_PIN",
585+
"valueInteger": 0
586+
},
587+
{
588+
"key": "amount_of_time_before_try_exit_PIN_again",
589+
"valueInteger": 0
590+
}
563591
{
564592
"key": "enable_auto_signout",
565593
"valueBool": true
@@ -583,7 +611,9 @@ The following syntax is an example JSON script with all the available configurat
583611
{
584612
"key": "custom_privacy_statement_url",
585613
"valueString": "link to custom privacy statement here"
586-
}
614+
},
615+
616+
587617
]
588618
}
589619
```

0 commit comments

Comments
 (0)