How to get NIC Firmware versions

theythoughtimexpert_abbido 26 Reputation points
2023-02-06T22:01:34.9166667+00:00

Ive been trying to get the NIC firmware versions of all of our physical servers but i cant seems to find a powershell code or script that can do this. I have tried wmiobject, ciminstance and get-netadapter but no firmware versions. Any suggestions? Any code or script is ok as long as i can get this info.

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,584 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Rich Matheisen 47,481 Reputation points
    2023-02-07T15:50:26.9733333+00:00

    I don't think you'll be able to get that information using PowerShell. I think the closest you can get is the NDIS version.

    Each NIC manufacturer probably has software that will get that information, but one manufacturers' software very likely won't work for another brand. You'd have to have the NIC manufacturers' software on each machine. Or you could place it in a file share, but then you'll probably run into problems with the "double hop" problem and authentication if your code is launched from machine "A" to run on machine "B" and the file share is on machine "C".

    0 comments No comments

  2. Limitless Technology 44,531 Reputation points
    2023-02-07T16:54:45.0433333+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to NIC firmware.

    To the best of my knowledge, powershell cannot be totally relied upon to obtain the FW information of the NIC card.

    I advise you to seek further assistance from the PC maker.

    Reference :

    https://social.technet.microsoft.com/Forums/office/en-US/4ebf5f4b-acec-4609-98df-a6a2327dd06a/windows-command-to-get-fw-version-of-nic-card?forum=winserverpowershell

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

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.