SMS_Boundary Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_Boundary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a boundary defined within the hierarchy.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_Boundary : SMS_BaseClass
{
    UInt32 BoundaryFlags;
    UInt32 BoundaryID;
    UInt32 BoundaryType;
    String CreatedBy;
    DateTime CreatedOn;
    String DefaultSiteCode[];
    String DisplayName;
    UInt32 GroupCount;
    String ModifiedBy;
    DateTime ModifiedOn;
    String SiteSystems[];
    String Value;
};

The SMS_Boundary class does not define any methods.

BoundaryFlags

Data type: UInt32

Access type: Read/Write

Qualifiers: none

This property is obsolete, use the Flags property in SMS_BoundaryGroupSiteSystems instead.

Specifies the connection type of the boundary. Possible values are:

0

FAST

1

SLOW

BoundaryID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Unique identifier of the boundary.

BoundaryType

Data type: UInt32

Access type: Read/Write

Qualifiers: [enumeration]

Boundary type.

0

IPSUBNET

1

ADSITE

2

IPV6PREFIX

3

IPRANGE

CreatedBy

Data type: String

Access type: Read-only

Qualifiers: [read]

User that created the boundary.

CreatedOn

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Date the boundary was created.

DefaultSiteCode

Data type: String Array

Access type: Read-only

Qualifiers: [read]

Site code new clients will be auto assigned to.

DisplayName

Data type: String

Access type: Read/Write

Qualifiers: none

Display name of the boundary.

GroupCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of boundary groups that have this boundary.

ModifiedBy

Data type: String

Access type: Read-only

Qualifiers: [read]

User that last modified the boundary.

ModifiedOn

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Date the boundary was last modified.

SiteSystems

Data type: String Array

Access type: Read-only

Qualifiers: [read]

Site system machines within the boundary.

Value

Data type: String

Access type: Read/Write

Qualifiers: none

Boundary value.

Show: