So far i have the below
after chrome list is created i want the machine to just delete all the chrome pages that are on the list.
enter-pssession -name
Get-Process | Where-Object {$_.cpu -lt 10} |Format-List $_.chrome
So far i have the below
after chrome list is created i want the machine to just delete all the chrome pages that are on the list.
enter-pssession -name
Get-Process | Where-Object {$_.cpu -lt 10} |Format-List $_.chrome