The SMS_BITS2Config Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies Background Intelligent Transfer settings for client computers.

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

Class SMS_BITS2Config : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	Boolean ApplyToAllClients;
	Boolean EnableBitsMaxBandwidth;
	Boolean EnableDownloadOffSchedule;
	UInt32 MaxBandwidthValidFrom;
	UInt32 MaxBandwidthValidTo;
	UInt32 MaxTransferRateOffSchedule;
	UInt32 MaxTransferRateOnSchedule;
};

Methods

The SMS_BITS2Config class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The BITS2Config Agent ID is 11.
ApplyToAllClients

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue to apply Background Intelligent Transfer settings to all computers.
EnableBitsMaxBandwidth

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue to enable maximum network bandwidth for BITS background transfers.
EnableDownloadOffSchedule

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue to allow BITS downloads outside of the throttling window.
MaxBandwidthValidFrom

Data type: UInt32Access type: Read/Write Qualifiers: noneThrottling window end time. Valid values are from 0-23.
MaxBandwidthValidTo

Data type: UInt32Access type: Read/Write Qualifiers: noneThrottling window start time. Valid values are from 0-23.
MaxTransferRateOffSchedule

Data type: UInt32Access type: Read/Write Qualifiers: noneMaximum transfer rate outside of the throttling window (Kbps).
MaxTransferRateOnSchedule

Data type: UInt32Access type: Read/Write Qualifiers: noneMaximum transfer rate during the throttling window (Kbps).

Remarks

Requirements

Runtime Requirements

Development Requirements