Posts

Showing posts from June, 2021

Collecting and Storing Lenovo Warranty Information to Azure Monitor

Image
This article has been moved to  https://blog.lenovocdrt.com/#/2021/az_monitor_warranty A recent feature add (by popular demand) in Commercial Vantage is the ability to write the device's warranty information to WMI.   The Lenovo_WarrantyInformation WMI class located under the root\Lenovo  Namespace is created when the "Write Warranty Information to WMI"  policy has been enabled on the device. In this post, we're going to walk through how this data can be collected from Intune managed devices and ingested into a Log Analytics Workspace in Azure Monitor. The solution is derived from an excellent Microsoft blog post , which provides an example of collecting BIOS information.  Admittedly, I haven't explored the depths of Graph and was surprised to read that script outputs are stored in a  resultMessage property on the service side, as noted in the post.   Once I got the grasp of the workflow, I thought why not try and go after warranty information?  Stepping outside