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

The SMS_BITS2Config class does not define any methods.

AgentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Identifies the client agent component. The BITS2Config Agent ID is 11.

ApplyToAllClients

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to apply Background Intelligent Transfer settings to all computers.

EnableBitsMaxBandwidth

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to enable maximum network bandwidth for BITS background transfers.

EnableDownloadOffSchedule

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to allow BITS downloads outside of the throttling window.

MaxBandwidthValidFrom

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Throttling window end time. Valid values are from 0-23.

MaxBandwidthValidTo

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Throttling window start time. Valid values are from 0-23.

MaxTransferRateOffSchedule

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Maximum transfer rate outside of the throttling window (Kbps).

MaxTransferRateOnSchedule

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Maximum transfer rate during the throttling window (Kbps).

Show: