diff --git a/scripts/Win_Screenconnect_GetGUID.ps1 b/scripts/Win_Screenconnect_GetGUID.ps1 index 6851968e1e..e304a1fb00 100644 --- a/scripts/Win_Screenconnect_GetGUID.ps1 +++ b/scripts/Win_Screenconnect_GetGUID.ps1 @@ -24,4 +24,4 @@ if (!$ErrorCount -eq 0) { $imagePath = (Get-Item -Path HKLM:\SYSTEM\ControlSet001\Services\$serviceName).GetValue('ImagePath') $imagePath2 = ($imagePath -split "&s=")[1] $machineGUID = ($imagePath2 -split "&k=")[0] -Write-Output $machineGUID \ No newline at end of file +Write-Output $machineGUID