Reading Time: < 1 minute
AD User Audit with PowerShell

AD User Audit with PowerShell

Reading Time: 4 minutes In the intricate web of modern network management, the security and integrity of user accounts stand paramount. “AD User Audit with PowerShell” isn’t just a technical process; it’s a critical practice for any robust IT infrastructure. Why, you…

read more…
Create Bulk Users

Create Bulk Users

Reading Time: 5 minutes Today we are going to go over how to create hundreds of users at once using PowerShell in active Directory. This is great for building a home lab to test things out with. To learn how to build your own AD lab, you can look over this video….

read more…
Resolving KB5034439 error

Resolving KB5034439 error

Reading Time: 4 minutes While install the LB5034439 update, i received an error message of 0x80070643. Google failed me over and over. Every post I saw talked about using dism commands to repair the update. Which none of these resolved the issue. Finally microsoft…

read more…
Docker and WordPress

Docker and WordPress

Reading Time: 4 minutes It’s time to build on our Docker knowledge. WordPress is a powerful web platform that a large part of the internet is built on. This site is built on WordPress. Whenever I am working on a site for a friend, I will build myself WordPress and…

read more…
Ladder With Docker

Ladder With Docker

Reading Time: 4 minutes The other day I was searching for a piece of code for work. One of the links I clicked was geo locked to the EU only. Which threw me off. I didn’t have a VPN on the computer. So what do you do? We use a web proxy. Last week we talked about a…

read more…
Reverse Proxy on Docker

Reverse Proxy on Docker

Reading Time: 5 minutes Over the past year, I have started rebuliding my home lab. One thing about a home lab is you want very little entries into your network. I split off my home lab from my main network using a pfsense firewall. The home network only has 2 ports…

read more…
Building Parameters for Commands

Building Parameters for Commands

Reading Time: < 1 minute One of my favorite things with powershell is building out splat parameters for commands through the main parameter set. Today we are going to go over how that is done. We are going to do this through the Get-childitem and get-ACL. These are…

read more…
analogy between our brains and computer

analogy between our brains and computer

Reading Time: 2 minutes Ever considered that we are, in essence, hardware? This realization hit me like a bolt of lightning. It triggered a fascinating analogy between our brains and computer systems, especially for someone deeply entrenched in Information Technology….

read more…
Read readius with powershell

Read Radius Logs With PowerShell

Reading Time: 2 minutes Recently, I have been troubleshooting radius. Radius hasn’t changed in decades. I say this lightingly too. The network policy server is a feature that helps with connecting things like unifi wifi and more. Each radius connection produces a…

read more…