Loading...

Intune reporting with Log Analytics: Lenovo BIOS versions (uptodate or not)

3 A+ A-


In this post I will show you a Log Analytics report for BIOS versions for Lenovo devices (current installed and last one available on website).


The solution

This will resume in few steps:

- Creating a Proactive Remediation sript

- This script will be executed on your devices

- It will check some information

- It will send info to Log Analytics


This solution works with only one Proactive Remediation script, no need to use something else (EXE, Azure Automation, blob storage...)

The Proactive Remediation script will directly check on Lenovo website latest BIOS version available for the current model and compare it to the current one.


What show the report ?

- BIOS update status

- Devices countwith BIOS not uptodate (per model)

- Devices count with BIOS not updated since

- Devices count with BIOS not uptodate (per chassis)

- Devices count per BIOS version

- Top 10 devices with old BIOS

- BIOS update details (uptodate and not uptodate)

- Devices with BIOS not uptodate

- Devices with BIOS > 2 years


Auto update BIOS
You can find there a post I did about a solution to use a Proactive Remediation to: 
- Automatically detect if a BIOS is not uptodate
- Directly get latest version from Lenovo website
- Update BIOS


Get the files

Click on the below GitHub picture to get required below files:

- LA_LenovoBIOS_workbook.json

- Detection_script.ps1


How it looks like ?

The Log Analytics will display below information:

- BIOS update status

- Devices with BIOS not uptodate (per model)

- Devices with BIOS not updated since (in days)

- Devices with BIOS older than 2 years

- Top 10 devices with old BIOS


The workbook is divided in 3 tabs:

- BIOS update resume

- BIOS update details


See below an overview:


See below details.


BIOS update resume tab

This tab contains some Pie chart

BIOS update status


Devices with BIOS not uptodate (per model)


Devices with BIOS not updated since (in days)


Devices count per BIOS version


This tab also contains some filters like filter on models

See below an overview of the filter in action


BIOS update details tab

This tab contains first some filters:


Those filters allows you to filter details on result on chassis, model or device name.




Then the tab contains some grid:

Top 10 devices with old BIOS


BIOS update details


Devices with BIOS not uptodate


Devices with BIOS > 2 years



Log Analytics information

In order to create this report we will need some information relative to the Log Analytics workspace.

See below required info:

- Workspace ID

- Primary key

- Name of the custom log to create or update


To get those information go to Log Analytics Workspace > Agents management

You will find both Workspace ID and Primary key.


Then we will proceed as below:

1. Open the file Detection_script.ps1

2. Fill below variables:

- $CustomerID: workspace ID

- $ShareKey: Primary key


Creating the Proactive Remediation package

1. Go to the Microsoft Endpoint Manager admin center

2. Go to Reports

3. Go to Endpoint Analytics

4. Go to Proactive Remediations

5. Click on Create script package

6. Type a name

7. Click on Next

8. Click on Detection script file

9. Browse the script Detection_script.ps1

10. Click on Next

11. Select the group

12. In the Schedule part, choose when the package should be run.

13. Click on Apply

14. Click on Next

15. Click on Create


Adding the workbook

In this part we will add the report.

The report can be downloaded on GitHub, lin mentioned above.

The report is the file: LenovoBIOS_Workbook.json


To add it, proceed as below:

1. Go to the Azure portal

2. Go to Log Analytics workspace

3. Go to workbook

4. Click on New

5. Go to Advanced editor, at the top


6. Remove content

7. Go to the GitHub link, there

8. Click on the copy button as below:


9. Click on Apply


10. Click on Done editing then Save



What abou Dell ?

I will create the same solutin for Dell soon.
slider 2472369968153368996

Enregistrer un commentaire

3 commentaires

Anonyme a dit…

I'm testing this out and had some issues.

The table name in the LA_LenovoBIOS_workbook.json file is different than the table name created by the detection script. I had to do a replace all for the table name in the JSON file and then it worked.

I'm getting duplicate systems in the table, and for two test computers the query sees 5 systems. I'm not sure how to prevent it from creating duplicates or if I need to modify the query to filter duplicates.

Anonyme a dit…

So what is it that needs to be changed? Would love to have this running with the current Lenovo bios issues but I´m getting lot´s of errors...

Anonyme a dit…

Since a couple of days I get this error when using the api url: $DownloadURL = "https://pcsupport.lenovo.com/us/en/api/v4/downloads/drivers?productId=$($modelGUID)"

Invoke-WebRequest : {"body":"","message":"deny access"} At C:\WINDOWS\IMECache\HealthScripts\07b03159-8fda-4b6d-9398-3024b82e3721_1\detect.ps1:164 char:30 + ... delwebReq = Invoke-WebRequest -UseBasicParsing -Uri $DownloadURL -Hea ... +

It looks like Lenovo has changed the url. Any idea what the new url will be?

Accueil item

Award

Learn KQL in one month

Sponsors

You want to support me ?

Mes articles en français

Books in French


Stats