Windows Server

How to Configure a Network Adapter on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure a Network Adapter on Windows Server 2016

How to Set Up Windows Server 2016 Network Adapter Configuring the network adapter correctly on Windows Server 2016 is one of the first and most critical tasks after installation. A server that uses DHCP for its IP address can cause connectivity disruptions whenever the lease changes. This guide covers assigning a static IP address, configuring […]

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

How to Configure Initial Settings on Windows Server 2016

How to Configure Windows Server 2016 Initial Settings After installing Windows Server 2016, a series of initial configuration tasks should be completed before placing the server into production. These tasks include setting the hostname, configuring the time zone, assigning a static IP address, enabling Remote Desktop, configuring Windows Update, and joining an Active Directory domain […]

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

How to Install Windows Server 2016

How to Install Windows Server 2016 Windows Server 2016 is Microsoft’s server operating system released in October 2016. It introduces new features such as Nano Server, Storage Spaces Direct, shielded virtual machines, and significant improvements to Hyper-V. This guide walks you through a clean installation of Windows Server 2016 from bootable media. Prerequisites Before beginning […]

Read more
How to Automate Windows Server 2019 Provisioning with PowerShell and Terraform — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Automate Windows Server 2019 Provisioning with PowerShell and Terraform

Introduction: Automating Windows Server 2019 Provisioning Combining PowerShell and HashiCorp Terraform creates a powerful two-stage infrastructure-as-code pipeline for Windows Server 2019. Terraform handles the infrastructure layer—creating VMs in Hyper-V, VMware vSphere, or Azure, configuring networking and storage, and producing consistent, idempotent resource definitions in version-controlled .tf files. PowerShell handles the OS configuration layer—domain joining, feature […]

Read more
How to Set Up Work Folder Sync with AD Integration on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Work Folder Sync with AD Integration on Windows Server 2019

Introduction to Work Folders Work Folders is a Windows Server role service that allows users to synchronize a folder on a central file server to their Windows devices—similar to a corporate Dropbox, but managed entirely on-premises. Unlike traditional offline files, Work Folders works through HTTPS on port 443, making it accessible from both domain-joined machines […]

Read more
How to Configure Hyper-V Shielded VMs on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Hyper-V Shielded VMs on Windows Server 2019

Introduction to Hyper-V Shielded VMs Shielded VMs are a Windows Server 2019 Hyper-V security feature that protects virtual machine data from administrators with physical or Hyper-V host access. A shielded VM’s virtual hard disk is encrypted with BitLocker, its state is sealed by virtual TPM (vTPM), and it can only run on hosts that have […]

Read more
How to Set Up Windows Server Cluster-Aware Updating (CAU) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Server Cluster-Aware Updating (CAU) on Windows Server 2019

Introduction to Cluster-Aware Updating Cluster-Aware Updating (CAU) is a Windows Server 2019 feature that automates the process of applying software updates to nodes in a Windows Server Failover Cluster while maintaining high availability. CAU orchestrates the drain-update-reboot-resume cycle for each cluster node sequentially, ensuring that the cluster remains available for workloads throughout the update process. […]

Read more
How to Implement Just-In-Time (JIT) Administration on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Implement Just-In-Time (JIT) Administration on Windows Server 2019

Introduction to Just-In-Time Administration Just-In-Time (JIT) Administration is a privileged access management practice where elevated permissions are granted only for the duration required to complete a specific task—typically minutes or hours—after which they are automatically revoked. This eliminates standing privileges: administrators no longer have persistent Domain Admin or local admin rights that an attacker can […]

Read more
How to Configure Cross-Forest Trusts in Active Directory on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Cross-Forest Trusts in Active Directory on Windows Server 2019

Introduction to Cross-Forest Active Directory Trusts An Active Directory forest represents a security boundary. A Cross-Forest Trust is a two-way or one-way trust relationship between two separate AD forests that allows users in one forest to authenticate to resources in another. This is commonly needed after mergers and acquisitions, for inter-company collaboration, or when separate […]

Read more
How to Set Up Azure AD Hybrid Join on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Azure AD Hybrid Join on Windows Server 2019

What Is Azure AD Hybrid Join? Azure AD Hybrid Join is a device registration state where a Windows computer is simultaneously joined to your on-premises Active Directory domain AND registered in Azure Active Directory. This dual membership enables Conditional Access policies, Windows Hello for Business, seamless SSO to cloud resources, and Intune co-management from a […]

Read more
CHAT