ScreenConnect / ConnectWise Control

From SWKLS WIKI
Revision as of 18:36, 2 February 2021 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation

Remote Install Via Powershell

  • Create a new .msi build within the SCX web interface:
screenconnect build example


  • Copy the link for the build rather than downloading it.
  • Within a PowerShell session on the target machine, download the client .msi:
Invoke-WebRequest -Uri "http://remote.swkls.org:8040/Bin/ConnectWiseControl.ClientSetup.msi?h=remote.swkls.org&p=8041&k=BgIAAACkAABSU0ExAAgAAAEAAQC7vT5LdxskCMlIUU%2FY%2FUSwvNHSJbIiPrmWdZT9%2BmguIJ1ywPNp0yLA%2BeIPhWKmdy4663xOf8Is8EIek8ZS%2Fw03DRy0mRyZOmmGr4%2FMx04lbKljdCds08jvM9R%2FOllwt3rCgsU7vAuBp8IAAfutROa4nw%2F1tMXu72sumIgldxtDL149%2FWzelyQxELFVjRNtIru9JfiwbBumuhyg2gn8mrxVKlAU1rI5jkqZewN9shdILI%2BIWkHaozSXyfk3V1Ul1%2BNGb6MjvkbA5ZaejXU5r6AuKGPBvFUpOQ4SzwYk04XPXFEUsA7QqHu4b%2BkJQXlqfJsgiXagtNC2%2FQy94TNO3fug&e=Access&y=Guest&t=&c=&c=&c=&c=&c=&c=&c=&c=" -OutFile "C:\ConnectWiseControl.ClientSetup.msi"
  • Run in .msi:
msiexec.exe /i ConnectWiseControl.ClientSetup.msi /quiet /qn