diff --git a/Install-RustDesk-Basic-Tadco.ps1 b/Install-RustDesk-Basic-Pinnacle.ps1 similarity index 91% rename from Install-RustDesk-Basic-Tadco.ps1 rename to Install-RustDesk-Basic-Pinnacle.ps1 index 0d74df4..f16d6dd 100644 --- a/Install-RustDesk-Basic-Tadco.ps1 +++ b/Install-RustDesk-Basic-Pinnacle.ps1 @@ -2,7 +2,7 @@ # Downloads the MSI and runs msiexec /qn. Nothing else. $url = 'https://files.scoutitsystems.com/public/api/raw?file=%2F&hash=WFvdb01vISpdzEic7NWFeA' -$msi = "$env:TEMP\tadco-scoutit-remotesupport.msi" +$msi = "$env:TEMP\pinnacle-scoutit-remotesupport.msi" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12