Server Core - Install Roles and Features
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 should read it
- 5 ways to install updates on Windows Server 2008 R2 Core
- New points in SQL 2008 (Part 1)
- Diskperf command in Windows
- Install Role, configure role on Windows Server 2012
- Improvements in SQL Server 2008 T-SQL command (Part 2)
- 10 tips with PowerShell in Windows Server 2008 - Part 1
- Configure Windows Server 2008 to remotely access SSL VPN Server (Part 3)
- Improvements in SQL Server 2008 T-SQL command
May be interested
- New points in SQL Server 2017the sql server 2017 version is primarily connected to linux, bringing the power of sql to linux. in short, you can install sql server 2017 on linux, using sql server 2017 on linux-based docker containers. sql server 2017 also allows you to choose development languages, develop it on-premise or cloud-based.
- How to install IIS in Windows Server 2012iis or internet information services is one of the most important services in windows server 2012. it has improved features compared to previous versions.
- Introducing Exchange Server 2019, how to install Exchange Server 2019exchange server 2019 is designed to deliver security, performance, and improved manageability and operations - properties microsoft's biggest customers have come to expect from exchange.
- How to install Windows 10 IoT Core on Raspberry Pi 3microsoft is also taking steps with the internet of things (iot), and confirms its position as windows 10 internet of things core as a small but powerful version of the desktop environment.
- Additions for Exchange Server 2007 - Part 1: Introduction stepsin this series, i will show you how to add exchange server 2007 sp1 (beta), installed on windows server 2008 (also beta). we talked about the steps needed to add the underlying operating system by only installing a minimum number of server roles and services. in the second part, we plan to do it
- Learn about Permission and Role Based Access Control - RBAC (part 1)in essence, microsoft exchange server 2010 has been improved and integrated with new role based access control - rbac, and this model has provided users with more ways to monitor and initialize like assigning rights to different admin accounts. and these assigned roles will respond
- Steps to install Microsoft SQL Server on Windows 10instructions on how to install microsoft sql server on windows 10, a database management system from microsoft. install sql server and ssms is a gui tool to support sql server manipulation
- How to Install, Configure, and Test Windows Server 2012 R2windows server 2012 r2 operating system has features that support domain enterprise networks of varying sizes, but to realize the benefits of these features, you must first install, configure, and test it. create the operating system...
- How to install Hyper-V in Windows Server 2012virtualization is one of the most important technological features. microsoft has invested in developing this feature and called it hyper-v.
- Download Windows Server 2019 and discover new featureswindows server 2019 preview adds features for super convergence, management, security, containers, and more. because microsoft has moved to gradually upgrade windows server, many of the features available in windows server 2019 have been used in corporate networks and these are its six best features.