add newline to end
This commit is contained in:
parent
92c386ac0e
commit
862fc6a946
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue