Skip to content

Commit

Permalink
Update Install-Remotely.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound authored Jun 23, 2024
1 parent f8f3aef commit dcb8184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Server/wwwroot/Content/Install-Remotely.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ function Install-Remotely {
}

if (!$ConnectionInfo) {
$NewDeviceId = [System.Guid]::NewGuid().ToString();
$ConnectionInfo = @{
DeviceID = (New-Guid).ToString();
DeviceID = $NewDeviceId;
Host = $HostName;
OrganizationID = $Organization;
ServerVerificationToken = "";
Expand Down

0 comments on commit dcb8184

Please sign in to comment.