I need a solution
Hi,
I am trying to create a custom inventory to get the network adapters from workstations, I have this powershell script:
Get-NetAdapter | fl name, InterfaceDescription, DriverFileName, DriverDate, DriverVersionString, NdisVersion
and it gives me what I need for the inventory.
Has anyone done something like this? Any help will be appreciate it.
Thank you
0