remove-cimsession fix
This commit is contained in:
parent
b607bc459f
commit
1df2a54f8b
|
@ -1188,7 +1188,7 @@ if ($ComputerName) {
|
|||
Invoke-Command -ScriptBlock $GetMeltdownStatusInformation -Session $_
|
||||
} -ImportVariable
|
||||
|
||||
$CimSession | Remove-CimSession
|
||||
$CimSession | Remove-CimSession -ErrorAction SilentlyContinue
|
||||
}
|
||||
else {
|
||||
. $GetMeltdownStatusInformation
|
||||
|
|
Loading…
Reference in New Issue