diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Tools.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Tools.psm1 index 30c5e495..f48041bf 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Tools.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Tools.psm1 @@ -258,7 +258,7 @@ function Get-StackVersion { } function Get-GoogleCloudSDKVersion { - (gcloud --version) -match "Google Cloud SDK" + (cmd /c "gcloud --version") -match "Google Cloud SDK" } function Get-ServiceFabricSDKVersion {