How to Add and Remove Windows Server Roles and Features on Windows Server 2012 R2
Introduction Windows Server 2012 R2 uses a role-based architecture where specific services are added as “Server Roles” (major features like IIS, AD DS, DHCP) and “Features” (supporting components like .NET Framework, RSAT). PowerShell’s Server Manager module provides complete programmatic control over role and feature installation, making it possible to automate server configuration with precise reproducibility. […]