From ef7ef4c90ee8549d1107105b028c990b2062158e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20D=C3=B6serich?= Date: Tue, 24 Sep 2024 17:04:19 +0200 Subject: [PATCH 1/2] Update sms_boundarygroup-server-wmi-class.md --- .../sms_boundarygroup-server-wmi-class.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md b/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md index ed6ffc27b55..148161a7115 100644 --- a/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md +++ b/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md @@ -27,7 +27,8 @@ Class SMS_BoundaryGroup : SMS_BaseClass String CreatedBy; DateTime CreatedOn; String DefaultSiteCode; - String Description; + String Description; + UInt64 Flags; UInt32 GroupID; UInt32 MemberCount; String ModifiedBy; @@ -85,6 +86,15 @@ Class SMS_BoundaryGroup : SMS_BaseClass Description for the boundary group. + `Flags` + Data type: `UInt64` + + Access type: Read/Write + + Qualifiers: none + + Boundary group property flags. + `GroupID` Data type: `UInt32` @@ -94,6 +104,17 @@ Class SMS_BoundaryGroup : SMS_BaseClass Auto-generated unique identifier for the boundary group. + |Value|Execution context| + |-|-| + |0|Allow peer downloads in this boundary group| + |1|Allow peer downloads in this boundary group *is not enabled*| + |2|During peer downloads, only use peers within the same subnet| + |4|Prefer distribution points over peers within the same subnet| + |8|Prefer cloud based sources over on-premises sources| + + > [!NOTE] + > These are binary flags. So multiple can be set at once. E.g. if a value of 6 is shown, then the first 3 are enabled. + `MemberCount` Data type: `UInt32` From 496f298f1e3561a5d29a37333499c35b30ad46fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20D=C3=B6serich?= Date: Tue, 24 Sep 2024 17:07:22 +0200 Subject: [PATCH 2/2] Update sms_boundarygroup-server-wmi-class.md --- .../sms_boundarygroup-server-wmi-class.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md b/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md index 148161a7115..37904e48f79 100644 --- a/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md +++ b/memdocs/configmgr/develop/reference/core/servers/configure/sms_boundarygroup-server-wmi-class.md @@ -95,19 +95,10 @@ Class SMS_BoundaryGroup : SMS_BaseClass Boundary group property flags. - `GroupID` - Data type: `UInt32` - - Access type: Read/Write - - Qualifiers: [key] - - Auto-generated unique identifier for the boundary group. - |Value|Execution context| |-|-| |0|Allow peer downloads in this boundary group| - |1|Allow peer downloads in this boundary group *is not enabled*| + |1|Allow peer downloads in this boundary group **is not enabled**| |2|During peer downloads, only use peers within the same subnet| |4|Prefer distribution points over peers within the same subnet| |8|Prefer cloud based sources over on-premises sources| @@ -115,6 +106,15 @@ Class SMS_BoundaryGroup : SMS_BaseClass > [!NOTE] > These are binary flags. So multiple can be set at once. E.g. if a value of 6 is shown, then the first 3 are enabled. + `GroupID` + Data type: `UInt32` + + Access type: Read/Write + + Qualifiers: [key] + + Auto-generated unique identifier for the boundary group. + `MemberCount` Data type: `UInt32`