Skip to content

Commit 6f55241

Browse files
committed
2206tp-10674394-dbgmps
1 parent ab722d5 commit 6f55241

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

  • memdocs/configmgr/core/get-started/2022/includes/2206

memdocs/configmgr/core/get-started/2022/includes/2206/10674394.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,40 @@ ms.date: 06/10/2022
88
ms.localizationpriority: medium
99
---
1010

11-
## <a name="bkmk_anchor"></a> Default site boundary group behavior to support cloud source selection
11+
## <a name="bkmk_dbgmp"></a> Default site boundary group behavior to support cloud source selection
1212
<!--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.
1414

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

1717
> [!NOTE]
18-
> Admin won’t be able to configure this from SCCM console. Please see below for PowerShell cmdlet 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.
1919
20-
#### Set-CMDefaultBoundaryGroup
20+
### Set-CMDefaultBoundaryGroup
2121

2222
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.
2323

24-
**Syntax:**
24+
#### Syntax
2525

26+
```powershell
2627
Set-CMDefaultBoundaryGroup [-IncludeCloudBasedSources <Boolean>] [-PreferCloudBasedSources <Boolean>]
28+
```
2729

28-
**Examples:**
30+
#### Examples
2931

32+
```powershell
3033
Set-CMDefaultBoundaryGroup -IncludeCloudBasedSources $true -PreferCloudBasedSources $true
3134
3235
Set-CMDefaultBoundaryGroup -IncludeCloudBasedSources $true
3336
3437
Set-CMDefaultBoundaryGroup -IncludeCloudBasedSources $true -PreferCloudBasedSources $false
38+
```
3539

36-
**Parameters:**
40+
#### Parameters
3741

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

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

4246
> [!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

Comments
 (0)