Skip to content

Open the Firewall Ports


As of version 1.1.1, the firewall ports are no longer opened during the installation. You have to open them manually after the installation. For this, the separate script firewall.ps1 is contained in delivery and can be used.


  1. Open a PowerShell (Administrator).

  2. Change to the Local Spooler - 1.2.0.489 - msi directory.

    cd "Local Spooler - 1.2.0.489 - msi"
    
  3. Start the script firewall.ps1.

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
    

Next Step

Continue with: Mandatory Configuration Steps


Back to top