From 862fc6a946c215b18db79c256b7d284c04e40715 Mon Sep 17 00:00:00 2001 From: Samuel Meuchel Date: Tue, 6 Jul 2021 19:45:03 -0500 Subject: [PATCH] add newline to end --- scripts/Win_Screenconnect_GetGUID.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Win_Screenconnect_GetGUID.ps1 b/scripts/Win_Screenconnect_GetGUID.ps1 index 6851968e..e304a1fb 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