mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update Install-Remotely.ps1
This commit is contained in:
parent
f8f3aefc0b
commit
dcb818420e
@ -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 = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user