diff --git a/lenovo-device-health/Log Analytics/Get-LenovoDeviceStatus.ps1 b/lenovo-device-health/Log Analytics/Get-LenovoDeviceStatus.ps1 index ee08fe2..f045544 100644 --- a/lenovo-device-health/Log Analytics/Get-LenovoDeviceStatus.ps1 +++ b/lenovo-device-health/Log Analytics/Get-LenovoDeviceStatus.ps1 @@ -121,6 +121,7 @@ else else { Write-Output "LDMM ZIP file already exists. Skipping download." + Expand-Archive -Path (Join-Path -Path $ModuleTemp -ChildPath ldmm_1.0.0.zip) -DestinationPath $ModulePath -Force } # Check if the module was imported successfully