Whether you have a fleet of Chromebooks or just a few Chrome OS devices and assets, knowing exactly what you have can always be a challenge. Management tools from manufacturers can be inconvenient or incomplete regarding the data they provide as well as being limited to only their specific devices. By scanning Chrome OS devices with Lanswepeer, you can get a complete overview of the devices alongside detailed information about the hardware, operating system, users, TPM and more.
The report below provides an overview of all your Chrome OS devices with basic information so you can identify what is in your environment in no time. You can also navigate straight to individual Chromebooks from the overview to take a look at the device’s specific information. So start and discover all Chrome OS devices in your network.
All Chrome OS assets Query
Select Top 1000000 tblAssets.AssetID,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetName,
tblAssetCustom.Manufacturer,
tblChromeOs.Model,
tblChromeOs.OsVersion,
tblAssetCustom.Serialnumber,
tblChromeOs.AnnotatedUser,
tblChromeOs.OrgUnitPath,
tsysIPLocations.IPLocation,
tblChromeOs.AnnotatedLocation,
tblChromeOs.Status,
tblChromeOs.LastEnrollmentTime,
tblChromeOs.LastSync,
tblAssets.Lastseen,
tblAssets.Lasttried
From tblChromeOs
Inner Join tblAssets On tblAssets.AssetID = tblChromeOs.AssetId
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblAssetCustom On tblAssetCustom.AssetID = tblAssets.AssetID
Inner Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
Where tblAssetCustom.State = 1
Order By tblAssets.AssetName