Skip to main content
Like the previous version, Windows Server 2012 has the following roles which can be used and in the subsequent chapter, we will see how to install and configure the most important ones.
The following picture shows all the roles. A small reminder! - Roles and Features are the tools that you need to install or activate in order to complete your IT Administration duties, without their installation you cannot do anything.
Server Roles
To add a role in the server we should adhere to the following steps −
Step 1 − Click with the mouse on Server Manager which is found in the task bar as shown in the following screenshot.
Server Manager
Step 2 − After opening the “Server Manager”, click on the second option “Add roles and features”.
Opening Server Manager
Step 3 − The following screen will appear, then you can Click on the Next button.
Click Next
Step 4 − Select the Role-based or feature-based installation and then click on the Next button.
Role-based
In the next screen that appears, you will have the following two options −
Option 1 − Select a server from the server pool. This option is – if you want to install the services in the physical server like being done in the following screenshot.
Server Selection
Option 2 − Select a virtual Hard disk if you want to install the services in a virtual disk that can be somewhere in the network storage. Take a look at the following screenshot for better understanding.
Select Virtual Hard Disk
Step 5 − The last step will be to check the service that you want to install, but in the upcoming chapters we will continue this setup for each and every important services.

Comments

Popular posts from this blog

Virtualization is one of the most important technology feature and Microsoft has invested on this and the responsible role is called as Hyper-V. Let us now see how to install the Hyper-V Role, for doing this we should follow the steps given below. Step 1  − To Install DNS role go to “Server Manager” → Manage → Add Roles and Features. Step 2  − Click Next. Step 3  − Select the  Role-based  or  feature-based installation  option → click Next. Step 4  − I will install a Local Hyper-V role as it will Select a server from the server pool → Next. Step 5  − From the Roles lists, check the Hyper-V Server role → click Add Features on the popup windows which show up and then → Next. Step 6  − Click Next. Step 7  − Choose your server’s physical network adapters that will take part in the virtualization → Next. Step 8  − Under  Migration , leave the default settings →  Next . Step 9  − Choose the...

HaydarOrac

Remote Management Service is one of the most important part pertaining to administration of Windows Server 2012. Administration of servers is performed through Windows Management Instrumentation. WMI instructions can be sent over network WinRM “Remote Management”. By default this utility is enabled, you can check it by going to Server Manager → then click on Local Server as shown in the following screenshot. If in case it is disabled, you can enable it by Opening PowerShell and then typing EnablePSRemoting as shown in the screenshot given below. There is another way to enable it – Click on “Server Manager” → Local Server, then ENABLE Remote management. Adding a Server for Remote Management To add other servers for remote management, follow the steps given below − Step 1  − Server Manager → Dashboard → Add other servers to manage. Step 2  − If the servers are joined to the domain, you add the select option “Active Directory“, in my case they are not joined, s...