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:
In case the Remote Management Service is turned off, you can reactivate by opening PowerShell (with Admin rights) and entering Enable-PSRemoting as follows:
Another way to enable this utility, click Server Manager> Local Server> click Disabled at the Remote management line, select Enable.
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.
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.
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:
Step 4: Enter the credentials of the remote server including account name and password> click OK.
To delete an added server, right-click on the server and select Remove Server.
See more:
Comments
Post a Comment