Skip to content

Commit 3c640b5

Browse files
committed
2206tp-10674394-dbgmps
1 parent c5a145c commit 3c640b5

1 file changed

Lines changed: 34 additions & 4 deletions

File tree

  • memdocs/configmgr/core/get-started/2022/includes/2206
Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,43 @@
11
---
2-
author: mestew
3-
ms.author: mstewart
2+
author: paasin
3+
ms.author: paasin
44
ms.prod: configuration-manager
55
ms.technology: configmgr-core
66
ms.topic: include
77
ms.date: 06/10/2022
88
ms.localizationpriority: medium
99
---
1010

11-
## <a name="bkmk_anchor"></a> Feature Name
12-
<!--CMADO#-->
11+
## <a name="bkmk_anchor"></a> Default site boundary group behavior to support cloud source selection
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.
1314

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.
16+
17+
> [!NOTE]
18+
> Admin won’t be able to configure this from SCCM console. Please see below for PowerShell cmdlet details.
19+
20+
#### Set-CMDefaultBoundaryGroup
21+
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.
23+
24+
**Syntax:**
25+
26+
Set-CMDefaultBoundaryGroup [-IncludeCloudBasedSources <Boolean>] [-PreferCloudBasedSources <Boolean>]
27+
28+
**Examples:**
29+
30+
Set-CMDefaultBoundaryGroup -IncludeCloudBasedSources $true -PreferCloudBasedSources $true
31+
32+
Set-CMDefaultBoundaryGroup -IncludeCloudBasedSources $true
33+
34+
Set-CMDefaultBoundaryGroup -IncludeCloudBasedSources $true -PreferCloudBasedSources $false
35+
36+
**Parameters:**
37+
38+
-IncludeCloudBasedSources: Used to specify whether admin wants to include the cloud-based sources in the MP list for the clients in default boundary group.
39+
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.
41+
42+
> [!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.

0 commit comments

Comments
 (0)