The next change just uses 1 call to get the disk information instead of 2
Measure-Command -Expression {
$srvs = 'W16TP5TGT01', 'W16TP5TGT02'
for ($i=1; $i -le 150; $i++){
foreach ($srv in $srvs) { $cs = New-CimSession -ComputerName $srv $bootupMemory… Read the full text.