Server Core - Install Roles and Features
Server Core is a version of Windows Server 2008 with a minimalistic graphical interface: the interface only includes Notepad and Task Manager, no regular Explorer processes.
TipsMake.com - Server Core is a version of Windows Server 2008 with a minimalistic graphical interface: the interface includes only Notepad and Task Manager, no regular Explorer processes . If you want to know what the interface looks like on a regular computer, go to Task Manager and turn off all explorer.exe processes, to return to the normal interface, just go to File > New Task. (Run .) and enter into explorer.exe .
>>>Install Active Directory on Windows 2008 Server Core
The purpose of this article is to guide the Server Core configuration commands Roles and Features.
Server Core has a limited number of Roles that can be installed on it, including:
* Active Directory Domain Services (AD DS)
* AD Lightweight Directory Services (AD LDS)
* DNS Server
* Internet Information Services (IIS) (No ASP.NET support)
* DHCP Server
* File Services
* Print Services
* Streaming Media Services
* Hyper V
This does not mean that Server Core cannot do other things. In fact, Microsoft calls other components Features, not Roles. List of supported Features includes:
* Microsoft Failover Cluster (not available in Standard Edition)
* Network Load Balancing
* Subsystem for UNIX-based applications
* Backup
* Multipath IO
* Removable Storage Management
* Bitlocker Drive Encryption
* Simple Network Management Protocol (SNMP)
* WINS
* Telnet
To install Roles and Features, you will need to use the OCsetup.exe command. OC stands for Optional Components - optional components. The most important thing to remember for this statement is to use it in the case of NECESSARY. The best way to do this is to always use / w with the ocsetup.exe command to keep the Command Prompt active until the installation is successful. Below is a list of the commands required to install Roles and Features on Server Core.
DNS
start / w ocsetup DNS-Server-Core-Role
DHCP
start / w ocsetup DHCPServerCore
File Services (server service is installed by default), but there are other role features
File Replication Service
start / w ocsetup FRS-Infrastructure
Distributed File System
start / w ocsetup DFSN-Server
Distributed File System Replication
start / w ocsetup DFSR-Infrastructure-ServerEdition
Services for Network File System (NFS)
start / w ocsetup ServerForNFS-Base
start / w ocsetup ClientForNFS-Base
Hyper V
start / w ocsetup Microsoft-Hyper-V
Print Server feature
start / w ocsetup Printing-ServerCore-Role
Line Printer Daemon (LPD) service
start / w ocsetup Printing-LPDPrintService
Enable Directory Lightweight Directory Services
start / w ocsetup DirectoryServices-ADAM-ServerCore
Enable Directory Domain Services
dcpromo / unattend:
IIS
start / w pkgmgr / iu: IIS-WebServerRole; WAS-WindowsActivationService
; WAS-ProcessModel
To uninstall IIS, use the following command
start / w pkgmgr / uu: IIS-WebServerRole; WAS-WindowsActivationService
; WAS-ProcessModel
Note : If you need to remove a Role that uses ocsetup to install, all you need to do is use the same old installation command plus add / uninstall .
List of commands needed to install Features on Server Core:
Microsoft Failover Clustering
start / w ocsetup FailoverCluster-Core
Network Load Balancing
start / w ocsetup NetworkLoadBalancingHeadlessServer
Subsystem for UNIX-based applications
start / w ocsetup SUACore
Multipath IO
start / w ocsetup MultipathIo
Removable Storage
start / w ocsetup Microsoft-Windows-RemovableStorageManagementCore
Bitlocker Drive Encryption
start / w ocsetup BitLocker
Backup
start / w ocsetup WindowsServerBackup
Simple Network Management Protocol (SNMP)
start / w ocsetup SNMP-SC
Windows Internet Name Service (WINS)
start / w ocsetup WINS-SC
Telnet client
start / w ocsetup TelnetClient
Note : If you need to remove a Feature that has used ocsetup to install, all you need to do is use the same old installation command plus lock / uninstall .
Having installed Roles or Features is not as difficult as configuring those services. The quickest and easiest way to manage Roles and Features is to have a dedicated Terminal Server with AdminPak or Remote Server Administrative Tools (RSAT) installed; or just install the same tools as on XP or Vista.
You've just finished reading the article "Server Core - Install Roles and Features" edited by the TipsMake team. You can save server-core-install-roles-and-features.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.
- 5 ways to install updates on Windows Server 2008 R2 Core
- Steps to prepare for installing Windows Server 2008
- Learn Windows Server 2012 (The last part)
- Checking Exchange Server 2007 with MOM 2005 (Part 1)
- Instructions for installing Windows Server 2016 on Windows 10
- Fix the problem when removing Windows Server 2008 Server Core from the domain
- Server Core - Manage Account and Server
- Instructions for installing SQL Server 2017 step by step
- New points in SQL Server 2017
- How to install SQL Server 2019 on Windows
- How to install IIS in Windows Server 2012
- Introducing Exchange Server 2019, how to install Exchange Server 2019
- How to install Windows 10 IoT Core on Raspberry Pi 3
- Additions for Exchange Server 2007 - Part 1: Introduction steps