Topics & Search

Clear

10 articles

Jun 2, 2026

Microsoft Active Directory Replication

You can use repladmin to get information. I’ll edit this to show that later. For now, my gift to the internet is a script to get a matrix of latencies in replication and a quick-reference for…

Jul 5, 2024

Ansible/Linux: Windows Remote Management

There are a few different ways to handle Windows Remote Management (WinRM/Powershell) Configure Windows Hosts All of the configuration can be done via the “ConfigureRemotingForAnsible.ps1 script you can access from this page: https://docs.ansible.com/ansible/latest/os_guide/windows_setup.html ❗ If you…

Jul 4, 2024

Linux: Managing sudo

Administrative accounts should rarely be used for interactive logins. This is a fundamental principal of securing your environments. With Linux, there is a tool called sudo that helps manage this.

Jul 2, 2024

Ansible: Installation and First Use

TLDR; sudo apt install python3-pip sshpass sudo pip install ansible #PIP won't install packages on Ubuntu 24.04 so for that release you must use apt and be ok with the slightly older version. #sudo apt install…

Feb 19, 2024

Roadmap

Here you can see what I plan to cover, what I'm currently working on, and what has been released.

Feb 15, 2024

Cornerstones of IT: An Introduction

The Cornerstones of IT are fundamental concepts that should be understood by not only everyone in IT, but also by every manager in an organization that interacts with IT.