Deploy Windows Roaming Client via ConnectWise
Follow this post to install the Windows Roaming Client using ConnectWise Automate. We recommend using ConnectWise Support if you run into any issues.
The Site Secret Key from the DNSFilter dashboard is required to complete the installation.
-
Download the DNSFilter Roaming Client using the Standard or Whitelabel commands below. This download the agent into the specified LTSvc ConnectWise folder without the need to create another folder.
✍️ Replace
3.6.10in the URL and filename with the current Roaming Client version. The current version is available in the dashboard by navigating to Deployments, selecting Roaming Clients, and selecting Install Roaming Client.Standard version
x64:
Invoke-WebRequest -Uri https://download.dnsfilter.com/User_Agent/Windows/DNSFilter-Agent-Setup-x64-3.6.10.msi -OutFile "C:\Windows\LTSvc\DNSFilter_Agent_Setup.msi"
ARM64:
Invoke-WebRequest -Uri "https://download.dnsfilter.com/User_Agent/Windows/DNSFilter-Agent-Setup-arm64-3.6.10.msi" -OutFile "C:\Windows\LTSvc\DNSFilter_Agent_Setup.msi"
Whitelabel version
x64:
Invoke-WebRequest -Uri https://download.dnsfilter.com/User_Agent/Windows/DNS-Agent-Setup-x64-3.6.10.msi -OutFile "C:\Windows\LTSvc\DNS_Agent_Setup.msi"
ARM64:
Invoke-WebRequest -Uri "https://download.dnsfilter.com/User_Agent/Windows/DNS-Agent-Setup-arm64-3.6.10.msi" -OutFile “C:\Windows\LTSvc\DNS_Agent_Setup.msi”
-
Replace
site-keywith the Site Secret Key in the command below:
Standard version
msiexec /qn /i "C:\Windows\LTSvc\DNSFilter_Agent_Setup.msi" NKEY="<site-key>"
Whitelabel version
msiexec /qn /i "C:\Windows\LTSvc\DNS_Agent_Setup.msi" NKEY="<site-key>"
- Run the command. This pulls and runs the agent installer from the LTSvc folder. Once the install finishes (about 10-15 minutes) the agent will populate in the ConnectWise portal
- Remove the agent devices from TCP - Port 53 monitoring groups to avoid false alarms from ConnectWise when it check the port
Please sign in to leave a comment.
Comments
0 comments