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.
-
Open a PowerShell (Administrator).
-
Change to the
Local Spooler - 6.1.3.661 - msi
directory.cd "Local Spooler - 6.1.3.661 - msi"
-
Start the script
firewall.ps1
.Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
Next Step¶
Continue with: Mandatory Configuration Steps