You can use the following commands in Windows PowerShell to check if the ports are already in use.
Start the Windows Powershell ISE and enter the following commands on the server:
netstat -ano | where {$_ -match "5060"}
netstat -ano | grep "5060" }
netstat -ano | where {$_ -match "8021"}
netstat -ano | where {$_ -match "5060"}
Comments
0 comments
Article is closed for comments.