BlockClients Method in Class SMS_Collection
The BlockClients
Windows Management Instrumentation (WMI) class method, in Configuration Manager, blocks specified client computers from communicating with the site.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SInt32 BlockClients(
UInt32 ResourceIDs[],
Boolean Blocked
);
ResourceIDs
Data type: UInt32
Array
Qualifiers: [in]
IDs of member resources.
Blocked
Data type: Boolean
Qualifiers: [in, optional]
true
if resources are blocked from communicating with the site. The default value is true.
An SInt32
data type that is 0 to indicate success or non-zero to indicate failure.
For more information about handling returned errors, see About Configuration Manager Errors.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.