PowerShell, Red PowerShell $serverList = '2010lti4-a','2017lti1-19' Invoke-Command -ScriptBlock {Get-Process | measure cpu -Average -Minimum -Maximum} -ComputerName $serverList 12 $serverList = '2010lti4-a','2017lti1-19'Invoke-Command -ScriptBlock {Get-Process | measure cpu -Average -Minimum -Maximum} -ComputerName $serverList