To install LT Auditor MP on a Windows system, you will need Administrator privileges. The installation is handled by a PowerShell script included in the installation package.
Before you begin:
- Confirm your OS meets the requirements listed in Supported Operating Systems
- Confirm required ports are available and not blocked by your firewall
- Have your server’s actual IP address or domain name ready — do not use 127.0.0.1
Installation steps:
- Open PowerShell as Administrator and navigate to the Windows directory:
cd Windows
- Allow PowerShell scripts to run:
Set-ExecutionPolicy Unrestricted
- Run the installation script:
.\Install.ps1
- Follow any on-screen instructions, including accepting the EULA when prompted.
- Once installation is complete, reset the PowerShell execution policy:
Set-ExecutionPolicy Restricted
Always reset the execution policy after installation is complete as a security best practice.
[Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]