The SMS_ActiveSyncConnectedDevice class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents a device connected to the ActiveSync service.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ActiveSyncConnectedDevice : SMS_Class_Template { String DeviceOEMInfo; String DeviceType; String InstalledClientID; String InstalledClientServer; String InstalledClientVersion; String LastSyncTime; String OS_AdditionalInfo; String OS_Build; String OS_Major; String OS_Minor; String OS_Platform; String ProcessorArchitecture; String ProcessorLevel; String ProcessorRevision; }; |
Methods
The SMS_ActiveSyncConnectedDevice class does not define any methods.
Properties
- DeviceOEMInfo
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] OEM information for the device.
- DeviceType
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] Type of device.
- InstalledClientID
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] The ID of the installed client.
- InstalledClientServer
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] The ID of the server for the installed client.
- InstalledClientVersion
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] The version of the installed client.
- LastSyncTime
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] The time when the device was last synchronized.
- OS_AdditionalInfo
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] Additional information about the client operating system.
- OS_Build
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] The build associated with the client operating system.
- OS_Major
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] The major version number of the operating system.
- OS_Minor
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] The minor version number of the operating system.
- OS_Platform
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] The platform on which the operating system is running.
- ProcessorArchitecture
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] The architecture for the device processor.
- ProcessorLevel
- Data type: StringAccess type: Read/WriteQualifiers: SMS_Report("True"), key] The processor level.
- ProcessorRevision
- Data type: StringAccess type: Read/WriteQualifiers: [SMS_Report("True"), key] The processor revision.
Remarks
All properties of this class are marked with qualifiers to indicate that they represent items that are generated dynamically (reported) based on the content of the SMS_def.mof file. For more information, see the DrillThroughReportPath property of SMS_Report Server WMI Class.
See Also
Reference
SMS_ActiveSyncService Client WMI ClassOther Resources
Device Management Client WMI ClassesSend comments about this topic to Microsoft.