diff --git a/MeltdownSpectreReport.ps1 b/MeltdownSpectreReport.ps1 index 0db159f..5aeaba0 100644 --- a/MeltdownSpectreReport.ps1 +++ b/MeltdownSpectreReport.ps1 @@ -1188,7 +1188,7 @@ if ($ComputerName) { Invoke-Command -ScriptBlock $GetMeltdownStatusInformation -Session $_ } -ImportVariable - $CimSession | Remove-CimSession + $CimSession | Remove-CimSession -ErrorAction SilentlyContinue } else { . $GetMeltdownStatusInformation