How to check HP BIOS settings from console

MuddyMayor-5788 365 Reputation points
2025-03-20T18:08:58.4633333+00:00

Is there a way to check BIOS settings for HP computers from the Configuration Manager console? For example, I want to know if Secure Boot is enabled or disabled, if the password is set. Please share your thoughts.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,581 questions
0 comments No comments
{count} votes

Accepted answer
  1. Atul Nath 80 Reputation points
    2025-03-20T19:16:46.2033333+00:00

    Using WMIC (Windows)

    Open Command Prompt as Administrator.

    Run the following command to check BIOS version and settings:

    cmd
    CopyEdit
    wmic bios get name, version, serialnumber
    
    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Simon Ren-MSFT 40,411 Reputation points Microsoft External Staff
    2025-03-21T01:43:24.8533333+00:00

    Hi,

    Hope everything is going well.

    HP has all the BIOS settings in WMI (ROOT\HP\InstrumentedBIOS:HP_BIOSSetting). You can import that class and extend Hardware Inventory to collect BIOS settings information from your HP computers.

    For more detailed steps, please refer to:

    HP Devices – Inventory BIOS Settings in ConfigMgr

    Note: The non-Microsoft link is just for your reference.

    Hope my answer could help you. Should you have any questions or concerns, please do feel free to contact me.

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    After the way you tag questions on Q&A is updated, for any "Microsoft Configuration Manager" related problem, you can tag it with "Microsoft Intune", and then "Microsoft Configuration Manager" as the child tag.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.