Earlier this year, I wrote about how to manage Dell BIOS settings using PowerShell. The method described in that post uses the DellBIOSProvider PowerShell module. This method works, but I was not completely satisfied with it, as the PowerShell module needs to … View full post
Dell BIOS Password Management – WMI
Earlier this year, I wrote about how to manage Dell BIOS passwords using PowerShell. The method described in that post uses the DellBIOSProvider PowerShell module. This method works, but I was not completely satisfied with it, as the PowerShell module needs … View full post
Always On VPN – Troubleshooting
This post was updated on February 13th, 2021.
There are many issues that can happen while configuring and using an Always On VPN solution. In this post I’ll be covering the common errors I’ve encountered while setting up Always On VPN. In … View full post
Always On VPN – Device Tunnel
This post was updated on August 17th, 2020.
This is the fifth post in my series on setting up a basic Always On VPN deployment. In this post I will be covering the configuration of the device tunnel. Links to each individual … View full post
Always On VPN – User Tunnel
This post was updated on August 17th, 2020.
This is the fourth post in my series on setting up a basic Always On VPN deployment. In this post I will be covering the configuration of the user tunnel. Links to each individual … View full post
Always On VPN – VPN and NPS Server Configuration
This is the third post in my series on setting up a basic Always On VPN deployment. In this post I will be covering the configuration of the VPN server and the NPS server. I will also talk about the network and … View full post
Always On VPN – Certificates and Active Directory
This is the second post in my series on setting up a basic Always On VPN deployment. In this post I will be covering the requirements for the Always On VPN certificates. I will also talk about how Active Directory groups can … View full post
Always On VPN – Basic Deployment Guide
With all the increased focus on working from home and remote access lately, I figured now would be a good time to share my notes on configuring Always On VPN. This first post will cover the basics of the Always On VPN … View full post
Installing the HP Client Management Script Library
If you’ve been keeping up with my blog posts, you’ll know that HP natively provides a few WMI classes and methods to the WIndows OS. These WMI classes work great for managing BIOS settings, but what if I want to manage Firmware … View full post
BIOS Management – Example Task Sequences
UPDATE September 16th, 2020 – The scripts included in these downloads are currently outdated. I plan to update this post soon with the latest script versions.
Now that I have working BIOS management scripts for Dell, HP, and Lenovo, I figured I … View full post