by Edward van Biljon | Jan 14, 2024 | PowerShell, PowerShell ISE
As Exchange Administrators, we need to troubleshoot server issues from time to time when mail flow stops working or a change was implemented on the networking side and this has also caused an outage on your Exchange Server. By defaults IP routes on Windows Server...
by Edward van Biljon | Jan 13, 2024 | PowerShell, PowerShell ISE
Applications such as System Center Operations Manager, SolarWinds and others give you warning when certificates are going to expire so it gives you chance to update them before services or applications are disrupted. I put together a PowerShell script that will pull...
by Edward van Biljon | Jan 3, 2024 | Exchange 2019 PowerShell, Exchange 2019, PowerShell, PowerShell ISE
As Exchange Administrators, we sometimes run into issues when mail stops flowing for example or Autodiscover is not working. Generally you would first look at the Event Logs but there is another section we need to also check. In Exchange, whether it is Exchange 2019,...
by Edward van Biljon | Jan 2, 2024 | PowerShell, PowerShell ISE, PowerShell V7, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
In the hacking world, we know that Tools such as NMAP gives you a breakdown of the open ports, services etc. which is great and you can also check an open port using Telnet, but if you are restricted with tools and cannot add new features onto the Windows Servers, why...
by Edward van Biljon | Jan 1, 2024 | PowerShell, PowerShell ISE, PowerShell V7, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
As an ethical Hacker, we are always looking for devices that are available on the network that we can scan. NMAP does a brilliant job by telling us which hosts are alive on the network but so do many other applications such as Angry IP Scanner, SolarWinds etc. If you...
by Edward van Biljon | Dec 31, 2023 | PowerShell, PowerShell ISE, PowerShell V7, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
Many of us are always looking at what is using space on a server because one of the monitoring solutions has such as SolarWinds, SCOM or LabTech have sent an alert that the C:\ Drive has gone below 15% or whatever threshold you have set. Many of these are enterprise...