Category: PowerShell

Block Google Chrome Execution in Your Organization using Windows Registry key

Does your organization need to block the execution of Google Chrome? Perhaps for security reasons, compliance with internal policies, or to promote productivity? This guide provides a simple and efficient method to disallow the running of Google Chrome on Windows machines, using PowerShell. Our approach is robust and doesn’t rely on the path, hash, or…



How to Monitor specific TCP-Port on using PowerShell and Test-NetConnection

Are you in need of a simple and efficient solution to monitor a specific TCP port? Look no further! In this blog post, we’ll walk you through how to use PowerShell and the Test-NetConnection cmdlet to check if a specific TCP port is open every 3 seconds. This method will help you keep an eye…