I want to get NIC info on a whole bunch of servers. Mainly what I'm interested in is speed (1GB, 100MB,etc.), and may be manufacturer & model.
I ran a script on my local machine using get-wmiObject Win32_NetworkAdapter, but I got this error:
Cannot process argument because the value of argument "obj" is null. Change the value of argument "obj" to a non-null value.
What am I doing wrong and more importantly how can I accomplish this?
TIA