-
Continue reading →: Opening URLs in Different Browsers Using PowerShell
PowerShell is a powerful scripting language that allows you to automate various tasks on Windows. One of its many capabilities is the ability to open URLs in different web browsers. In this blog post, we’ll explore how to open a URL in your default browser as well as specific browsers…
-
Continue reading →: Retrieve information from Carbon Black Cloud using PowerShell
Introduction In today’s fast-paced cybersecurity landscape, managing and monitoring security solutions is crucial. The Carbon Black Cloud (CBC) is a powerful tool that helps administrators and security professionals protect their environments. To streamline the management of CBC, I’ve created a PowerShell script that interacts with the CBC API to retrieve…
-
Continue reading →: Retrieve Carbon Black Device Information using PowerShell
In this blog post, I will walk you through the process of using a PowerShell function to retrieve device information from Carbon Black Cloud (CBC). This function interacts with the CBC Alert API to fetch device details based on user-selected criteria and displays the results in a grid view for…
-
Continue reading →: Retrieve Carbon Black Sensor Alerts using PowerShell
Introduction In this blog post, I will walk you through the process of using a PowerShell script to retrieve alerts from Carbon Black Cloud (CBC). This script allows you to specify a time range for the alerts and displays them in a grid view for easy analysis. Prerequisites Before you…
-
Continue reading →: Deploy PowerShell 7.4.5 using ConfigMgr
Introduction: PowerShell has become an indispensable tool for system administrators and developers alike. With the release of PowerShell 7.4.5, Microsoft has introduced numerous improvements and features that enhance its functionality and performance. In this blog post, we’ll guide you through the process of deploying PowerShell 7.4.5 using Microsoft Endpoint Configuration…
-
Continue reading →: Deploy Visual Studio Code using ConfigMgr
Introduction: Visual Studio Code (VSCode) has become an essential tool for developers and IT professionals alike. With its extensive range of features and extensions, especially after Microsoft killed PowerShell ISE, it’s no surprise that many organizations want to deploy it across their environments. In this blog post, we’ll walk through…
-
Continue reading →: Automating Font Removal with PowerShell
Introduction: This is part 2 for Automating Font Installation with PowerShell, manually removing fonts can be time-consuming and error-prone. Fortunately, PowerShell provides a powerful way to automate this process. In this blog post, we’ll share a script that automates the removal of fonts from a specified directory, making your workflow more…
-
Continue reading →: Automating Font Installation with PowerShell
Introduction: As IT professionals, we often find ourselves performing repetitive tasks, such as installing fonts on multiple machines. Manually installing fonts can be time-consuming and prone to errors. Fortunately, PowerShell offers a powerful way to automate this process. In this blog post, we’ll share a script that automates the installation…
-
Continue reading →: 3-word password Generator!
Introduction: The UK’s National Cyber Security Centre (NCSC) recommends that the best passwords are made up of three random words. It’s much more effective than a highly complex mixed string that you can’t even remember or type easily. I used to incorporate Simon Wåhlin’s password generator in my onboarding scripts. While…
-
Continue reading →: PowerShell Splatting in Action!
Introduction: One of its many useful features in powershell is called “splatting,” which might sound a bit odd, but it’s incredibly helpful when it comes to writing cleaner, more readable, and maintainable code. In simple terms, splatting is a method that allows you to store command parameters and their values…








