Windows Server 2019

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
How to Configure Multi-Site Active Directory on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

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

Introduction to Multi-Site Active Directory Active Directory Sites and Services controls how domain controllers replicate directory information across geographically distributed locations. A properly designed multi-site AD topology ensures efficient replication between data centers, controls client login traffic so that workstations authenticate against local domain controllers rather than remote ones, and defines site link costs to […]

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

How to Build Custom Windows Server 2019 Images with Packer

Introduction to Packer for Windows Server Image Building HashiCorp Packer is a tool that automates the creation of machine images from a single configuration file. For Windows Server 2019, Packer can build Hyper-V VHDs, VMware VMDK templates, AWS AMIs, Azure managed images, or VirtualBox OVAs—all from the same template definition. Custom Windows Server 2019 images […]

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

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

Introduction to IPsec Transport Mode IPsec (Internet Protocol Security) Transport Mode encrypts and authenticates the payload of IP packets while leaving the IP header visible. Unlike Tunnel Mode (used for VPNs), Transport Mode secures traffic between two specific servers across an existing network without changing the routing path. On Windows Server 2019, IPsec Transport Mode […]

Read more
CHAT