Remote management on Windows Server 2012 with Remote Management Service




Remote Management Service (Remote Management Service) is one of the most important parts related to Windows Server 2012 administration. Server administration is done through Windows Management Instrumentation (WMI). WMI instructions can be sent via the WinRM "Remote Management" network.

Turn on the remote driver on Windows Server 2012

By default, this utility is enabled, you can check it by going to Server Manager> Local Server:

Remote Management is enabled by default

In case the Remote Management Service is turned off, you can reactivate by opening PowerShell (with Admin rights) and entering Enable-PSRemoting as follows:

Mở Remote Management bằng PowerShell

Another way to enable this utility, click Server Manager> Local Server> click Disabled at the Remote management line, select Enable.

Turn on Remote Management from Local Server

Add Server for Remote Management

To add other servers to the remote, follow these steps:

Bước 1: Mở Server Manager > Dashboard > chọn Add other servers to manage.

Chọn Add other servers to manage

Step 2: If the server is connected to the domain, you add the Active Directory option, in the example below the server is not connected, so the user selects the second option DNS. In the Search box> enter the IP of the server you want to add> click the small arrow (turn to the right)> OK.

Find the server you want to add

Step 3: Open Server Manager> select All Servers, you will see all the servers you have added. Because the server in the image is in the Worl Group, the right-click server on the server, select Manage As:

Select Manage As from the context menu

Step 4: Enter the credentials of the remote server including account name and password> click OK.

Enter the credentials of the remote server

To delete an added server, right-click on the server and select Remove Server.

Delete the added server

See more:




Comments