Posted a topic that did not show

posted the below earlier, i cant see it but it recognises it as a double post if i try and post again

"
Hi Gents, i have the below one liner which kind of gets me the info i need (at least current state measurement)

Get-WmiObject -class Win32_PerfFormattedData_Tcpip_NetworkInterface -ComputerName eurxmbs04 | Where-Object {$_.Name -like "*HP*"} | format-table Name,BytesTotalPersec, CurrentBandwidth,PacketsPersec

it produces a table like below

Name BytesTotalPersec CurrentBandwidth PacketsPersec


HP Ethernet 1Gb 4-port 331i Adapter 32888336 1000000000 27643
HP Ethernet 1Gb 4-port 331i Adapter _2 13934503 1000000000 12983
HP Ethernet 1Gb 4-port 331i Adapter _3 16849901 1000000000 18291
HP Ethernet 1Gb 4-port 331i Adapter _4 42856234 1000000000 35214
HP Network Team _1 30168422 2000000000 19444

However what i would like to do is measure the % similar to what task manager produces and put this at the end of the table, any pointers would be much appreciated"

Yeah, you got caught by our spam monitor. I check that in the morning and your post is now cleared. I’ll close this topic.