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;
};

Methods

The SMS_BoundaryGroupSiteSystems class does not define any methods.

Properties

Flags

Data type: UInt32Access type: Read/Write Qualifiers: [bits]Specifies the connection type of the boundary. Possible values are:

0

FAST

1

SLOW

GroupID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Unique identifier of the boundary group.
ServerNALPath

Data type: StringAccess type: Read-only Qualifiers: [key, read]NAL path of site system servicing machines within the boundary.
SiteCode

Data type: StringAccess type: Read-only Qualifiers: [read, sizelimit("3")]Site code of the role.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also