Views:
Question:
How can we generate a text file that lists all ports alongside the processes utilizing them? 

Answer:
To generate a text file detailing all ports and processes utilizing them, please refer to the following guide;
  1. Open Command Prompt and Run as administrator

     
  2. Run the following command;
    netstat -ano >> c:\ports.txt 

    This will generate a text file on the C drive, or you can change this to any location you'd like by adjusting the command. This is helpful in cases when predefined DocuWare ports are used by a different application conflicting the connection. Please see the scenario in the above example, which can be found here.

KBA is applicable for both Cloud and On-premise Organizations