If you have ever managed a 3CX instance you will understand that there are many little things that could be much easier. One of these is changing the logo on all the phones in the system. Sure, you could go ahead and SSH into the server if its a Debian instance or browse the files […]
Testing TCP Connections with PowerShell
Sometimes you may need to test if you can establish a TCP connection to an endpoint, there are many ways you can achieve this, in this article we will be using PowerShell. Why PowerShell? Well why not? I personally like PowerShell, possibly because a lot of scripting I do is in Windows environments, I often […]