Skip to content

Homelab Network Configuration Guide – Part 2

Part 2 of this guide will be focused on the next steps following Part 1 of the homelab hybrid environment domain configuration which are the Azure Setup and Entra Connect Sync Setup. The Azure Setup is creating a new tenant and the Entra Connect Sync is installing the setup on the APP1 virtual machine we created. Azure Setup Entra Connect Sync Setup

Homelab Network Configuration Guide – Part 1

This guide is intended to detail the steps performed to setup my homelab configured as a hybrid domain environment with Active Directory and Entra ID synced using Entra Connect Sync with Password Hash Synchronization (PHS) to have for development, learning, and practicing domain administration. This will be Part 1 of posts about my homelab configuration journey. This configuration will include the following virtual machines: For networking, I went with a 172.16.0.x network for the homelab… 

Send Message in Slack Using PowerShell

Being an IT Systems Administrator and being in work and personal environments that used Slack, I’ve always looked for a way to send a message in Slack using PowerShell especially for repetitive and automated tasks. I wanted to create a guide about how I accomplished this in case it can help someone else in a similar situation. There is a Slack configuration that is a pre-requisite before the PowerShell script will work. Slack Configuration Before…