The SMS_BoundaryGroup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a boundary group defined in the site hierarchy.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_BoundaryGroup : SMS_BaseClass { String CreatedBy; DateTime CreatedOn; String DefaultSiteCode; String Description; UInt32 GroupID; UInt32 MemberCount; String ModifiedBy; DateTime ModifiedOn; String Name; Boolean Shared; UInt32 SiteSystemCount; }; |
Methods
The following table lists the methods in the SMS_BoundaryGroup class.
Method | Description |
---|---|
Adds boundaries to this boundary group. |
|
Adds a site system to this boundary group. |
|
Removes boundaries from this boundary group. |
|
Removes site systems from this boundary group. |
Properties
- CreatedBy
- Data type: StringAccess type: Read-only Qualifiers: [read]User that created the boundary group.
- CreatedOn
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date the boundary group was created.
- DefaultSiteCode
- Data type: StringAccess type: Read/Write Qualifiers: [sizelimit("3")]Site code new clients will be auto assigned to.
- Description
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription for the boundary group.
- GroupID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]Auto-generated unique identifier for the boundary group.
- MemberCount
- Data type: UInt32Access type: Read-only Qualifiers: [read]Count of boundaries in the boundary group.
- ModifiedBy
- Data type: StringAccess type: Read-only Qualifiers: [read]User that last modified the boundary group.
- ModifiedOn
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date the boundary group was last modified.
- Name
- Data type: StringAccess type: Read/Write Qualifiers: [not_null, unique]Name of the boundary group.
- Shared
- Data type: BooleanAccess type: Read-only Qualifiers: [read]true if this boundary group was created by migration manager for a shared distribution point.
- SiteSystemCount
- Data type: UInt32Access type: Read-only Qualifiers: [read]Site system count.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.