Third-party Windows VPN? Always add these registry values

It’s a common problem that Windows Firewall doesn’t switch to the Domain profile when a VPN tunnel is established to the company network. Apply the settings below on all Windows endpoints to avoid the issue. ...

October 12, 2023 · 3 min · GD

PSMDE - PowerShell Defender for Endpoint Module

PSMDE is a PowerShell module providing interactive access to Device information, Advanced Hunting data and machine actions. ...

August 27, 2023 · 4 min · GD

Replace sensitive information before committing PowerShell scripts using Git Clean and Smudge Filters

The git filter option isn’t well documented, but its very useful for removing sensitive information you don’t want appearing in your public repo. This post provides an example of replacing the Azure TenantID and AppID with dummy values during the git commit process for a PowerShell script. ...

August 20, 2023 · 4 min · GD

Create a Hyper-V VM with a differencing disk using PowerShell

This post cover the following: An overview of the steps to create the parent virtual disk A script to automate creation of child VMs with a differencing disk ...

August 13, 2023 · 2 min · GD

Hyper-V or Virtual Machine Platform or Windows Hypervisor Platform

Windows 11 has multiple virtualization features with similar names. This short post explains when to enable each one. ...

June 1, 2023 · 1 min · GD