Filesystem

How to Configure IIS Web Server on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure IIS Web Server on Windows Server 2019

How to Configure IIS Web Server on Windows Server 2019 Internet Information Services (IIS) 10 on Windows Server 2019 is a full-featured, modular web server platform supporting HTTP, HTTPS, FTP, FTPS, and WebDAV. IIS powers millions of websites and web applications worldwide and integrates tightly with the .NET framework, ASP.NET Core, PHP, and Node.js via […]

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

How to Configure Windows Server 2019 Initial Settings

How to Configure Windows Server 2019 Initial Settings After installing Windows Server 2019, several initial configuration tasks must be completed before the server is ready for production use. This includes setting the hostname, assigning a static IP address, configuring the time zone, joining a domain, enabling remote management, and setting up basic security policies. Completing […]

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

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

Work Folders Overview and AD Integration Architecture Work Folders is a Windows Server sync role service that provides a corporate Dropbox-style file sync experience — but integrated with Active Directory, enforced by Group Policy, and hosted entirely on infrastructure you control. Unlike consumer sync services, Work Folders uses the user’s AD UPN as the identity […]

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

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

What Are Shielded VMs and Why They Exist Shielded Virtual Machines are a Windows Server 2016+ security feature that protects virtual machine data and state from access by Hyper-V administrators, backup operators, and anyone else with physical or software-level access to the virtualization fabric. In a conventional Hyper-V environment, a fabric administrator — someone with […]

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

How to Build Custom Windows Server Images with Packer on Windows Server 2022

Packer Overview and Why Use It for Windows Server Images Packer is an open-source tool from HashiCorp that automates the creation of identical machine images for multiple platforms from a single configuration source. Instead of manually installing and configuring Windows Server 2022, patching it, installing agents, and then capturing it — a process prone to […]

Read more
How to Configure PowerShell Just Enough Administration (JEA) on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure PowerShell Just Enough Administration (JEA) on Windows Server 2022

What is Just Enough Administration (JEA)? Just Enough Administration (JEA) is a PowerShell security technology built into Windows Server 2022 that enables role-based access control for administrative tasks. Rather than granting users full administrator rights to perform specific jobs, JEA creates constrained PowerShell remoting endpoints where users can only run a pre-approved set of cmdlets […]

Read more
How to Write Advanced PowerShell Scripts for Windows Server Administration — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Write Advanced PowerShell Scripts for Windows Server Administration

Introduction to Advanced PowerShell Scripting for Server Administration PowerShell is the backbone of modern Windows Server administration. While basic scripts get the job done for simple tasks, managing Windows Server 2022 at scale demands a deeper understanding of PowerShell’s advanced capabilities. This guide covers professional scripting practices used in production environments, from writing well-structured functions […]

Read more
How to Configure Storage Tiering with Storage Spaces on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Storage Tiering with Storage Spaces on Windows Server 2022

Introduction to Storage Tiering with Storage Spaces on Windows Server 2022 Storage tiering is a feature of Windows Server Storage Spaces that automatically moves frequently accessed data to faster storage (such as SSDs or NVMe drives) and less frequently accessed data to higher-capacity, lower-cost storage (such as HDDs). This provides a best-of-both-worlds approach: you get […]

Read more
How to Set Up a Scale-Out File Server (SoFS) on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up a Scale-Out File Server (SoFS) on Windows Server 2022

Introduction to Scale-Out File Server on Windows Server 2022 Scale-Out File Server (SoFS) is a clustered file server role in Windows Server 2022 that provides continuously available SMB file shares for highly available workloads such as Hyper-V virtual machine storage and SQL Server databases. Unlike the traditional clustered file server (which uses active-passive failover and […]

Read more
CHAT