Unsolved
This post is more than 5 years old
2 Posts
0
10266
March 21st, 2018 13:00
Read Bios events log through windows ?
Hello,
I'm trying to send the "Alert! Cover was previously removed." message, which i find in the Bios System Logs > Bios Events section, to my SIEM.
I'd just need to access this alert message through the windows 7 and then i'll manage to work things out.
Is there any way to do this ? The computer is an optiplex 3020.
Thanks
0 events found
No Events found!


DELL-Jesse L
Moderator
•
17.9K Posts
•
69K Points
0
March 22nd, 2018 06:00
derppderpp,
Click the link below for information resetting the "Alert" error on your OptiPlex.
How to reset or remove an "Alert! Cover was previously removed" message that appears when starting a Dell OptiPlex computer
speedstep
11 Legend
•
47K Posts
0
April 12th, 2018 03:00
You need to use a special utility to do that. Specifically installing the Dell OMCI Open Manage Client Instrumentation.
http://www.dell.com/downloads/global/solutions/omci_info.pdf
http://en.community.dell.com/techcenter/systems-management/w/wiki/1774.omci-sample-scripts
From there you can use WMI to read the BIOS settings such as:
To see Dell Boot Order:
Get-Wmiobject -NameSpace root/dellOMCI -Class Dell_BootDeviceSequence
Dell Also has some useful examples of Powershell code to use after installing OMCI at Dell OMCI PowerShell Examples
http://www.dell.com/downloads/global/power/ps2q04-014.pdf
Power Shell Examples
derppderpp
2 Posts
0
April 12th, 2018 03:00
I don't need to reset the alert, I need to send it to my server.