You have two servers named Server1 and Server2 that run Windows Server 2012
R2.Server1 and Server2 are part of a workgroup.
On Server1, you add Server2 to Server Manager.
When you attempt to connect to Server2 from Server Manager, you receive the following
error message: “Credentials not valid.”
You need to ensure that you can manage Server2 from Server1 by using Server Manager on
Server1.
What should you do?
A.
On Server 2, run the Configure-SmRemotingcmdlet.
B.
On Server 1, run the Set-NetFirewallRulecmdlet.
C.
On Server 1, run the Set-Item cmdlet.
D.
On Server 2, install the Remote Server Administration Tools (RSAT).
Explanation:
To enable Server Manager remote management by using Windows PowerShell
On the computer that you want to manage remotely, do one of the following to open a
Windows PowerShell session with elevated user rights.
On the Windows desktop, right-click Windows PowerShell on the taskbar, and then click Run
as Administrator.
On the Windows Start screen, right-click Windows PowerShell, and then on the app bar,
click Run as Administrator.
Type the following, and then press Enter to enable all required firewall rule exceptions.
Configure-SMRemoting.exe –enable