Edit

Share via


SMS_BoundaryGroup Server WMI Class

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.

Syntax

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
AddBoundary Method in Class SMS_BoundaryGroup Adds boundaries to this boundary group.
AddSiteSystem Method in Class SMS_BoundaryGroup Adds a site system to this boundary group.
RemoveBoundary Method in Class SMS_BoundaryGroup Removes boundaries from this boundary group.
RemoveSiteSystem Method in Class SMS_BoundaryGroup Removes site systems from this boundary group.

Properties

CreatedBy Data type: String

Access type: Read-only

Qualifiers: [read]

User that created the boundary group.

CreatedOn Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Date the boundary group was created.

DefaultSiteCode Data type: String

Access type: Read/Write

Qualifiers: [sizelimit("3")]

Site code new clients will be auto assigned to.

Description Data type: String

Access type: Read/Write

Qualifiers: none

Description for the boundary group.

GroupID Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Auto-generated unique identifier for the boundary group.

MemberCount Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of boundaries in the boundary group.

ModifiedBy Data type: String

Access type: Read-only

Qualifiers: [read]

User that last modified the boundary group.

ModifiedOn Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Date the boundary group was last modified.

Name Data type: String

Access type: Read/Write

Qualifiers: [not_null, unique]

Name of the boundary group.

Shared Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if this boundary group was created by migration manager for a shared distribution point.

SiteSystemCount Data type: UInt32

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

See Also

Configuration Manager Site Configuration Server WMI Classes