Cloud Integration

How to Configure an SMTP Server on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure an SMTP Server on Windows Server 2016

How to Configure Windows Server 2016 SMTP Server An SMTP (Simple Mail Transfer Protocol) server on Windows Server 2016 allows the server to send outbound email messages — for example, for application alerts, scheduled task notifications, or as a relay for internal applications. Windows Server 2016 includes an SMTP Server feature that can be configured […]

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 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 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 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 Use Microsoft Graph API with PowerShell on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

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

Introduction to Microsoft Graph API with PowerShell The Microsoft Graph API is the unified REST endpoint for Microsoft 365, Azure Active Directory, Teams, SharePoint, Outlook, OneDrive, and many other Microsoft cloud services. From Windows Server 2019, PowerShell can call Graph API endpoints directly using the Microsoft.Graph PowerShell SDK or raw Invoke-RestMethod calls with OAuth 2.0 […]

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

How to Configure Windows Admin Center Extensions on Windows Server 2019

Introduction to Windows Admin Center Extensions Windows Admin Center (WAC) is a browser-based management interface for Windows Server 2019 that consolidates Server Manager, Failover Cluster Manager, Hyper-V Manager, and many other tools into a single pane of glass. Its extension model allows Microsoft partners and internal teams to add custom tools, integrate third-party products, and […]

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

How to Implement Zero Trust Architecture on Windows Server 2019

Zero Trust Principles on Windows Server 2019 Zero Trust is a security philosophy that abandons the assumption of implicit trust inside a network perimeter. Instead, every access request—whether from inside or outside the datacenter—must be verified, authorized, and continuously validated. On Windows Server 2019, Zero Trust is implemented through a layered set of controls: strong […]

Read more
How to Set Up Active Directory Tiered Administration Model on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Active Directory Tiered Administration Model on Windows Server 2019

Introduction to Active Directory Tiered Administration The Active Directory Tiered Administration Model is a security architecture published by Microsoft that segregates administrative accounts into three tiers to contain the spread of compromised credentials. The fundamental insight is that a compromised workstation admin account should never be able to escalate to domain controller access, and the […]

Read more
CHAT