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/core/get-started/2022/includes/2206/10674394.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,40 @@ ms.date: 06/10/2022
8
8
ms.localizationpriority: medium
9
9
---
10
10
11
-
## <aname="bkmk_anchor"></a> Default site boundary group behavior to support cloud source selection
11
+
## <aname="bkmk_dbgmp"></a> Default site boundary group behavior to support cloud source selection
12
12
<!--10674394-->
13
-
You can now add options via PowerShell to include and prefer CMG Management Points (MP) for default site boundary group. When a site is set up, there's a Default Boundary Group (DBG) created for each site and all the clients are by default mapped to DBG until they're assigned to some custom boundary group.
13
+
You can now add options via PowerShell to include and prefer cloud management gateway (CMG) management points for the default site boundary group. When a site is set up, there's a default site boundary group created for each site and all the clients are by default mapped to it until they're assigned to some custom boundary group.
14
14
15
-
Currently on the admin console, an admin can add references to default boundary group, but the added references don't have any effect when the client requests for MP list. Starting with TP 2206, Admins can include and prefer cloud-based sources (only for MP role now) for the clients in default boundary group, using PowerShell Cmdlets.
15
+
Currently on the admin console, you can add references to default site boundary group, but the added references don't have any effect when the client requests for management point list. Starting with technical preview version 2206, you can use PowerShell cmdlets to include and prefer cloud-based sources for clients in the default site boundary group. This action is currently only for the management point role.
16
16
17
17
> [!NOTE]
18
-
> Admin won’t be able to configure this from SCCM console. Please see below for PowerShellcmdlet details.
18
+
> You can't currently configure this behavior from the Configuration Manager console. For more information on configuring this behavior with PowerShell, see the cmdlet details in the following section.
19
19
20
-
####Set-CMDefaultBoundaryGroup
20
+
### Set-CMDefaultBoundaryGroup
21
21
22
22
Use this cmdlet to modify the properties of a default boundary group. You can set the options to include and prefer the cloud-based sources for the clients in default boundary group.
-IncludeCloudBasedSources: Used to specify whether admin wants to include the cloud-based sources in the MP list for the clients in default boundary group.
42
+
-**IncludeCloudBasedSources**: Used to specify whether admin wants to include the cloud-based sources in the management point list for the clients in default boundary group.
39
43
40
-
-PreferCloudBasedSources: Used to specify whether admin wants to prefer the cloud-based sources in the MP list for the clients in default boundary group. On selecting this option, cloud-based servers will be given preference by the clients.
44
+
-**PreferCloudBasedSources**: Used to specify whether admin wants to prefer the cloud-based sources in the management point list for the clients in default boundary group. On selecting this option, cloud-based sources will be given preference by the clients.
41
45
42
46
> [!NOTE]
43
-
> Admin can only set this option to true if the parameter IncludeCloudBasedSources is set to true or was already set to true by the admin.
47
+
> You can only set this option to true if the parameter IncludeCloudBasedSources is set to true or was already set to true by the admin.
0 commit comments