Blog
211 posts · PowerShell, SCCM, Home Assistant, AI operators, and the tools I build along the way.
-
Install Bethesda Launcher and Oblivion on Linux (Kubuntnu 20.04) Ubuntu 20.04
Recently I wanted to relive Oblivion but getting it up and running on my current Kubuntu setup was a struggle. I realize Lutris is a great option for installing games on Linux. …
-
Use Powershell to output a list of users’ group membership to csv
Here is a quick and easy script for getting a list users group membership. Before we begin, if you need to know how to connect to Active Directory using powershell see this post…
-
Squid Proxy Setup Ubuntu 20.04
Squid is a caching web proxy service. There are many reasons why you might want to setup a Proxy server but for me its mainly so I can get to certain webpages to go through my h…
-
SCCM Script – Disable Windows Firewall
This is a simple script to disable windows firewall for all profiles (Private, Domain, Public). This is useful for a bunch of different reasons that I wont get into but here is …
-
SCCM Script – Disable Weak TLS and SSL
This SCCM script will make sure TLS 1.2 is enabled and disables TLS 1.0, TLS 1.1, SSL 2.0 and SSL 3.0. To create approve and add SCCM Scripts see this post. It will create and s…
-
SCCM Script – Create and Run SCCM Script
This is more of a reference post for my other posts with ACTUAL SCCM scripts in it. This on will show you how to create and run a SCCM script.
-
Yubikey Linux 2 Factor login and Sudo
Using the Yubikey for securing your login to Linux is a great step. Here is how I setup 2FA login with Yubikey on Kubuntu. Yubico actually has a pretty good guide for this here …
-
Yubikey Lock PC and Close terminal sessions when removed
Locking your PC when you walk away is super important so someone cant mess with your PC while you are away. It’s usually just a co worker messing with your background or icons B…
-
Yubikey and Full disk encryption
Full disk encryption is a great way to secure your hard drive. The downfall to it though is to make it truly secure you need to have a long password, and typing it in at each bo…
-
Yubikey to secure your accounts
I have been using multi-factor authentication pretty much since google started offering it back around 2013. It has always made me feel a little more secure and was super easy t…
-
vCenter Fix – The Host is already connected to vCenter
Recently I worked on an issue where a coworker changed the IP and hostname of a ESXi Host without removing it from vCenter first. The old host was removed from vCenter but it wa…
-
SCCM Script – Visual C++ Redistributable updater
While windows update will update the VCRedist packages you have installed it will not remove the old versions. Here is a script that can be used from the SCCM scripts section. T…











