Update and rename Install-RustDesk-Basic-Tadco.ps1 to Install-RustDesk-Basic-Pinnacle.ps1

This commit is contained in:
uhlwoogi
2026-04-30 16:00:22 -05:00
committed by GitHub
parent eba65438ec
commit 22fde95381
@@ -2,7 +2,7 @@
# Downloads the MSI and runs msiexec /qn. Nothing else. # Downloads the MSI and runs msiexec /qn. Nothing else.
$url = 'https://files.scoutitsystems.com/public/api/raw?file=%2F&hash=WFvdb01vISpdzEic7NWFeA' $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 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12