Retrieved inventory information
The connector creates Inventory files using the SnowXML schema. The following sections list the properties that are used in the SnowXML file and what information from Microsoft Intune they are populated with.
Client
Field in SnowXML | Field in Microsoft InTune API |
---|---|
HostName | deviceName |
Model | model |
Id | id |
Manufacturer | manufacturer |
Source | "INTUNE" |
InstallDate | enrolledDateTime |
UserName | userDisplayName or userPrincipalName or user -> onPremisesDomainName and user -> onPremisesSamAccountName |
LastUpdate | lastSyncDateTime |
FullUserName | userDisplayName |
IsMobileDevice | imei (value set to true if imei exists, false otherwise) or This field can be populated by custom rules defined when configuring the connector. Then the value will be true if the conditions in the rules are met, and false if they are not. |
IsTablet | This field can be populated by custom rules defined when configuring the connector. Then the value will be true if the conditions in the rules are met, and false if they are not. |
BiosSerialNumber | serialNumber |
Mobile device
Field in SnowXML | Field in Microsoft InTune API |
---|---|
Imei | imei |
Operator | subscriberCarrier |
HasExchangeProfile | EasActivated |
PhoneNumber | phoneNumber |
NetworkAdapter
Field in SnowXML | Field in Microsoft InTune API |
---|---|
Name | "Wifi" |
MacAddress | WiFiMacAddress |
IPAddress | "(none)" |
OperatingSystem
Field in SnowXML | Field in Microsoft InTune API |
---|---|
Name | operatingSystem |
Version | osVersion |
ComputerName | deviceName |
Manufacturer | Based on operatingSystem |
Software
Field in SnowXML | Field in Microsoft InTune API |
---|---|
Name | displayName |
Version | version |
FileSize | sizeInByte |
IsRecognized | "1" |
note
The Microsoft Graph API for Intune only delivers data on unmanaged applications for devices that are corporate owned.
PhysicalDisk
PhysicalDisk is used for mobile devices.
Field in SnowXML | Field in Microsoft InTune API |
---|---|
DiskSize | TotalStorageSpaceInBytes / (1024 * 1024) |
LogicalDisk
LogicalDisk is used for non-mobile devices.
Field in SnowXML | Field in Microsoft InTune API |
---|---|
DiskSize | TotalStorageSpaceInBytes / (1024 * 1024) |
FreeSpace | FreeStorageSpaceInBytes / (1024 * 1024) |
Name | “Total storage” |
Type | “Local Fixed disk” |