Windows Server

How to Configure Multi-Site Active Directory on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Multi-Site Active Directory on Windows Server 2016

Introduction A multi-site Active Directory deployment on Windows Server 2016 maps your physical network topology onto AD Sites and Services, ensuring that domain controllers authenticate users with the nearest DC rather than sending login traffic across slow WAN links. AD Sites control replication traffic, Kerberos referrals, and Group Policy application. This guide covers designing and […]

Read more
How to Build Custom Windows Server 2016 Images with Packer — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Build Custom Windows Server 2016 Images with Packer

Introduction HashiCorp Packer is an open-source tool that automates the creation of identical machine images for multiple platforms from a single configuration file. Building custom Windows Server 2016 images with Packer ensures that every virtual machine deployed in your environment starts from a hardened, pre-configured baseline — with all Windows updates, security settings, required software, […]

Read more
How to Configure IPsec Transport Mode for Server-to-Server Encryption on Windows Server 2016 — Windows Server 2016 tutorial on Progressive Robot

How to Configure IPsec Transport Mode for Server-to-Server Encryption on Windows Server 2016

Introduction IPsec Transport Mode encrypts traffic directly between two Windows Server 2016 hosts without requiring a VPN gateway or tunnel infrastructure. Unlike IPsec Tunnel Mode (used in site-to-site VPNs), Transport Mode encrypts only the data payload of each IP packet, leaving the original IP headers intact. This makes Transport Mode ideal for server-to-server communication within […]

Read more
How to Set Up a PKI Infrastructure with AD CS on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up a PKI Infrastructure with AD CS on Windows Server 2016

Introduction Active Directory Certificate Services (AD CS) on Windows Server 2016 provides a complete Public Key Infrastructure (PKI) platform for issuing and managing digital certificates used by SSL/TLS, smart card authentication, email signing, IPsec, code signing, and more. A two-tier PKI hierarchy — an offline Root CA and an online Issuing CA — is the […]

Read more
How to Configure OpenSSH Server on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure OpenSSH Server on Windows Server 2016

Introduction OpenSSH Server is available for Windows Server 2016 as an optional Windows feature (from Windows 10 1809 / Server 2019 onward it is built-in; for Server 2016 it is installed as a standalone package). Installing OpenSSH on Windows Server 2016 enables SSH-based remote access — the same client tools used on Linux — giving […]

Read more
How to Set Up Windows Remote Management for Ansible Control on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Windows Remote Management for Ansible Control on Windows Server 2016

Introduction Ansible is a powerful agentless IT automation platform that can manage Windows Server 2016 hosts via WinRM (Windows Remote Management). Unlike Linux automation over SSH, Ansible reaches Windows servers through WinRM using NTLM or Kerberos authentication. This guide covers configuring Windows Server 2016 as a fully managed Ansible node — enabling WinRM with HTTPS, […]

Read more
How to Configure Edge Transport Server for Email on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Edge Transport Server for Email on Windows Server 2016

Introduction Windows Server 2016 includes an optional Edge Transport server role as part of the Exchange Server infrastructure. An Edge Transport server sits in the perimeter network (DMZ), handling all inbound and outbound Internet email to shield internal Exchange servers from direct Internet exposure. It performs anti-spam filtering, recipient validation, connection filtering, and policy enforcement […]

Read more
How to Use Microsoft Graph API with PowerShell on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Use Microsoft Graph API with PowerShell on Windows Server 2016

Introduction Microsoft Graph API provides a unified REST endpoint for accessing Microsoft 365, Azure AD, and related services. Using PowerShell on Windows Server 2016 with the Microsoft.Graph module, administrators can automate user lifecycle management, generate audit reports, and manage cloud resources programmatically. Installing the Microsoft Graph PowerShell Module Install the module and authenticate to Graph: […]

Read more
How to Configure Windows Admin Center on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Windows Admin Center on Windows Server 2016

Introduction Windows Admin Center (WAC) is a modern browser-based management console for Windows Server 2016. It replaces many legacy MMC snap-ins with a unified, extensible interface that supports role-based access and Azure hybrid services integration, making it the preferred management tool for modern Windows Server environments. Installing Windows Admin Center Install WAC on a dedicated […]

Read more
How to Implement Zero Trust Architecture on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Implement Zero Trust Architecture on Windows Server 2016

Introduction Zero Trust Architecture on Windows Server 2016 applies the principle of “never trust, always verify” to every connection and access request. Using native Windows capabilities — Credential Guard, Windows Firewall, JIT access, and audit logging — administrators can implement strong Zero Trust controls without additional tooling. Enabling Credential Guard Protect NTLM hashes and Kerberos […]

Read more
CHAT