SMS_BoundaryGroupSiteSystems 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_BoundaryGroupSiteSystems Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents site systems that serve computers within the boundary group.

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

Class SMS_BoundaryGroupSiteSystems : SMS_BaseClass
{
    UInt32 Flags;
    UInt32 GroupID;
    String ServerNALPath;
    String SiteCode;
};

The SMS_BoundaryGroupSiteSystems class does not define any methods.

Flags

Data type: UInt32

Access type: Read/Write

Qualifiers: [bits]

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

0

FAST

1

SLOW

GroupID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Unique identifier of the boundary group.

ServerNALPath

Data type: String

Access type: Read-only

Qualifiers: [key, read]

NAL path of site system servicing machines within the boundary.

SiteCode

Data type: String

Access type: Read-only

Qualifiers: [read, sizelimit("3")]

Site code of the role.

Show: