Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AddSiteSystem Windows Management Instrumentation (WMI) class method, in Configuration Manager, adds one or more site system servers to a default boundary group.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
Syntax
SInt32 AddSiteSystem(
String ServerNALPath[],
UInt32 Flags[]
);
Parameters
ServerNALPath
Data type: String Array
Qualifiers: [in]
Array of network abstraction layer (NAL) paths to one or more site system servers.
Flags
Data type: UInt32 Array
Qualifiers: [in]
Specifies the connection type of the boundary. Possible values are:
| Value | Description |
|---|---|
| 0 | FAST |
| 1 | SLOW |
Note
This parameter is no longer used for distribution points.
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.