Reading Time: < 1 minute
Get Intune Devices with PowerShell

Get Intune Devices with PowerShell

Reading Time: 4 minutes Recently I was working with a company that gave me a really locked down account. I wasn’t use to this as I have always had some level of read only access in each system. I was unable to create a graph API application either. So, I was limited…

read more…
Subject Matter Expert Tickets

A Guide to Subject Matter Expert Tickets

Reading Time: 2 minutes In the intricate ecosystem of IT support, the quality of communication in ticket submissions can significantly influence the efficiency of problem resolution. Imagine walking into a dense forest, each tree representing a different issue or…

read more…
WordPress in Docker with LDAP

WordPress in Docker with LDAP

Reading Time: 6 minutes A few weeks ago, we built WordPress in Docker. Today I want to go deeper into the world of docker. We will be working with a single WordPress instance, but we will be able to expand this setup beyond what is currently there over time. Unlike…

read more…
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…