SMS_MobileDeviceAgentConfig 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_MobileDeviceAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies general settings for mobile devices.

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

Class SMS_MobileDeviceAgentConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    UInt32 DeviceEnrollmentProfileID;
    UInt32 EnableDeviceEnrollment;
    Boolean EnableFileCollection;
    Boolean EnableHardwareInventory;
    Boolean EnableSoftwareDistribution;
    Boolean EnableSoftwareInventory;
    UInt32 FailureRetryCount;
    String FailureRetryInterval;
    String FileCollectionExcludeCompressed[];
    String FileCollectionExcludeEncrypted[];
    String FileCollectionFilter[];
    String FileCollectionInterval;
    String FileCollectionPath[];
    String FileCollectionSubdirectories[];
    String HardwareInventoryInterval;
    String PollingInterval;
    String PollServer;
    String SoftwareInventoryExcludeCompressed[];
    String SoftwareInventoryExcludeEncrypted[];
    String SoftwareInventoryFilter[];
    String SoftwareInventoryInterval;
    String SoftwareInventoryPath[];
    String SoftwareInventorySubdirectories[];
};

The SMS_MobileDeviceAgentConfig class does not define any methods.

AgentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Identifies the client agent component. The Mobile Device Agent ID is 12.

DeviceEnrollmentProfileID

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Mobile device enrollment profile ID.

EnableDeviceEnrollment

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Allow users to enroll mobile devices.

EnableFileCollection

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to enable file collection.

EnableHardwareInventory

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to enable hardware inventory.

EnableSoftwareDistribution

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to enable software distribution on devices.

EnableSoftwareInventory

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true to enable software inventory on devices.

FailureRetryCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

FailureRetryCount description.  

FailureRetryInterval

Data type: String

Access type: Read/Write

Qualifiers: none

FailureRetryInterval.  

FileCollectionExcludeCompressed

Data type: String Array

Access type: Read/Write

Qualifiers: none

When collecting files, exclude compressed files.

FileCollectionExcludeEncrypted

Data type: String Array

Access type: Read/Write

Qualifiers: none

When collecting files, exclude encrypted files.

FileCollectionFilter

Data type: String Array

Access type: Read/Write

Qualifiers: none

FileCollectionFilter.  

FileCollectionInterval

Data type: String

Access type: Read/Write

Qualifiers: none

FileCollectionInterval.  

FileCollectionPath

Data type: String Array

Access type: Read/Write

Qualifiers: none

FileCollectionPath.  

FileCollectionSubdirectories

Data type: String Array

Access type: Read/Write

Qualifiers: none

FileCollectionSubdirectories.  

HardwareInventoryInterval

Data type: String

Access type: Read/Write

Qualifiers: none

HardwareInventoryInterval.  

PollingInterval

Data type: String

Access type: Read/Write

Qualifiers: none

Policy polling interval, in minutes.

PollServer

Data type: String

Access type: Read/Write

Qualifiers: none

PollServer.  

SoftwareInventoryExcludeCompressed

Data type: String Array

Access type: Read/Write

Qualifiers: none

When inventorying files, exclude compressed files.

SoftwareInventoryExcludeEncrypted

Data type: String Array

Access type: Read/Write

Qualifiers: none

When inventorying files, exclude encrypted files.

SoftwareInventoryFilter

Data type: String Array

Access type: Read/Write

Qualifiers: none

SoftwareInventoryFilter.  

SoftwareInventoryInterval

Data type: String

Access type: Read/Write

Qualifiers: none

SoftwareInventoryInterval.  

SoftwareInventoryPath

Data type: String Array

Access type: Read/Write

Qualifiers: none

SoftwareInventoryPath.  

SoftwareInventorySubdirectories

Data type: String Array

Access type: Read/Write

Qualifiers: none

SoftwareInventorySubdirectories.  

Show: