Forum Discussion

Avi_Grinberg's avatar
Avi_Grinberg
Copper Contributor
Dec 19, 2021

Combine PowerShell script into one line

Hi, i've this powershell command the retrieved process CPU usage     (Get-Counter '\Process(*)\% Processor Time').Countersamples | where-object{$_.InstanceName -ne "_total" -and $_.InstanceName ...

Resources