Driveline IMS - Setup
Driveline IMS
Option 1: Download ClickOnce Installer (Recommended)
Download Installer
The browser and Windows may show an alert that this is an untrusted file. This is because the file is private and has not yet gained trust. Please click allow the file to be downloaded and ran.
Option 2: (Not Recommended): Install by pasting the following into a Powershell terminal:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://driveline-ims.paradynamix.com/install.ps1'))