Inventory Object: ActiveSyncDevice

IT Asset Management (Cloud)

ActiveSyncDevice objects are uploaded to the ImportedActiveSyncDevice table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

The ImportedActiveSyncDevice table stores details of ActiveSync partnerships. A partnership is a user/device pair, so there may be multiple rows for one device.

Attributes are listed here in alphabetical order.

Property Attributes Notes
ActiveSyncID Alpha-numeric text (maximum 512 characters). Mandatory. Database key.

The EASIdentity presented by the source, a combination of the AD user and the unique device ID.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
DeviceID Alpha-numeric text (maximum 100 characters). May be null.

The unique device identifier.

DeviceModel Alpha-numeric text (maximum 100 characters). May be null.

The device model.

DeviceOS Alpha-numeric text (maximum 100 characters). May be null.

The device operating system.

DeviceType Alpha-numeric text (maximum 50 characters). May be null.

The device type.

DeviceUserAgent Alpha-numeric text (maximum 100 characters). May be null.

The device user agent; an ActiveSync client-specific value that may identify the device type.

Domain Alpha-numeric text (maximum 100 characters). May be null.

The domain of the device. This may be a flat name or FQDN.

EmailAddress Alpha-numeric text (maximum 256 characters). May be null.

The user's primary email address.

ExchangeServer Alpha-numeric text (maximum 256 characters). May be null.

The source exchange server for this information.

IMEI Alpha-numeric text (maximum 256 characters). May be null.

IMEI (International Mobile Equipment Identity) is a 15- or 17-digit code that uniquely identifies mobile phone sets. Leave blank (null) for other device types.

LastSuccessSync Date/time field. May be null.

The last successful sync time for this partnership, in UTC.

LastSyncAttemptTime Date/time field. May be null.

The last attempted sync time for this partnership, in UTC.

PhoneNumber Alpha-numeric text (maximum 128 characters). May be null.

The phone number of the device. Used for mobile devices.

UserDisplayName Alpha-numeric text (maximum 256 characters). May be null.

The AD user display name.

WhenCreatedUTC Date/time field. May be null.

The date/time this partnership was created, in UTC.

IT Asset Management (Cloud)

Current