Windows Server

The Windows Server is a powerful platform that can help businesses of all sizes to manage their resources more efficiently.

Azure AD to Entra Verified ID?

Microsoft has done it again; first, they renamed Office 365 to Microsoft 365, and now they have renamed Azure AD to Entra Verified ID. Hey there, identity management enthusiasts!👋 Guess what? Microsoft just sprinkled some rebranding magic on our beloved Azure Active Directory (Azure AD)! Say hello to its new...

sms winsvr ucal

Install and Configure Active Directory on Windows Server 2022

Active Directory is essential for managing users, computers, and resources in a network environment. Administrators can easily manage and secure user accounts, group policies, and resources. This guide will teach you how to install Active Directory on Windows Server 2022 using the GUI. I will also go through some basic...

powershell

PowerShell OneLiners for Active Directory

Active Directory is the backbone of many modern enterprise environments—a centralized platform for managing user accounts, groups, computers, and other resources. With PowerShell OneLiners, managing AD has never been more accessible. PowerShell is a powerful command-line tool that can help automate many tasks related to AD management. This blog post...

powershell

PowerShell OneLiners: Automation Tips and Tricks

PowerShell, as the name suggests, is a powerful tool for automating administrative tasks in Windows. As a result, it has become an essential tool for system administrators, network administrators, and IT professionals. However, to make the most of PowerShellOn, you must master PowerShell OneLiners techniques. This post will discuss tips...

portainer

Portainer: How to Build a Home Lab Setup

Portainer is a lightweight, free, open-source Docker and Kubernetes management from a Web Browser. It provides a simple and user-friendly web interface to build and manage containers, images, networks, volumes, registries, services, and nodes. Portainer is very useful for anyone learning containers, docker, and K8s. This article will focus on...

hashicorp-terraform-banner

Deploy The Latest AMI everytime!

Terraform: How to Deploy The Latest AMI everytime you Build One of the more common tasks you will be asked to do as an AWS administrator is to build an instance, but you want to have the very latest version of the base image. Take Windows Server 2016 for example,...

istock

An indepth guide to PowerShell

Windows PowerShell is a vast subject; the aim of this guide is to provide system administrators with a simple, usable guide to the fundamentals of PowerShell. We will also demonstrate scripts and commands that can be used in typical day-to-day tasks. This guide will give you the basic steps to...

powershell

Amazing PowerShell One-Liners for System Administrators

Here is a collection of some really cool PowerShell one-liners scripts. I find them very useful for day-to-day system administration tasks. I will keep adding to this list as I learn more useful commands. List of all installed applications on a Windows device This one-liner searches the Windows Registry to...