Skip to content

Commit

Permalink
add newline to end
Browse files Browse the repository at this point in the history
  • Loading branch information
meuchels committed Jul 7, 2021
1 parent 92c386a commit 862fc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Win_Screenconnect_GetGUID.ps1
Expand Up @@ -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
Write-Output $machineGUID

0 comments on commit 862fc6a

Please sign in to comment.