PrepAway - Latest Free Exam Questions & Answers

Which two tasks should you perform on Server2?

Your network contains an Active Directory domain named contoso.com. The domain
contains a server named Server1 that runs Windows Server 2012 R2 and a server named

Server2 that runs Windows Server 2008 R2 Service Pack 1 (SP1).Both servers are member servers.
On Server2, you install all of the software required to ensure that Server2 can be managed
remotely from Server Manager.
You need to ensure that you can manage Server2 from Server1 by using Server Manager.
Which two tasks should you perform on Server2? (Each correct answer presents part of the
solution.Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
Run the systempropertiesremotE. execommanD.

B.
Run the Fnable-PsRemotingcmdlet.

C.
Run the Enable-PsSessionConfigurationcmdlet.

D.
Run the Confiqure-SMRemoting.ps1script.

E.
Run the Set-ExecutionPolicycmdlet.

Explanation:
The output of this command indicates whether Server Manager Remoting is enabled or
disabled on the server. To configure Server Manager remote management by using
Windows PowerShell
On the computer that you want to manage remotely, open a Windows PowerShell session
with elevated user rights.To do this, click Start, click All Programs, click Accessories, click
Windows PowerShell, right-click the Windows PowerShell shortcut, and then click Run as
administrator.
In the Windows PowerShell session, type the following, and then press Enter.
Set-ExecutionPolicy -ExecutionPolicyRemoteSigned
Type the following, and then press Enter to enable all required firewall rule exceptions.
Configure-SMRemoting.ps1 -force –enable

4 Comments on “Which two tasks should you perform on Server2?

  1. Ali Dayi says:

    I think this question should read “Server2 that runs Server Core installation option of Windows Server 2008 R2.” In that case, the question makes sense. Here’s the link to the technet article:

    http://msdn.microsoft.com/en-us/library/dd759202.aspx

    To configure remote management on the Server Core installation option of Windows Server 2008 R2

    On the computer that you want to manage remotely, at the command prompt that opens by default when a member of the Administrators group logs on to the computer that is running the Server Core installation option of Windows Server 2008 R2, type the following, and then press Enter .

    Dism.exe /Online /Enable-Feature /FeatureName:NetFx2-ServerCore /FeatureName:MicrosoftWindowsPowerShell /FeatureName:ServerManager-PSH-Cmdlets /FeatureName:BestPractices-PSH-Cmdlets

    After the installation has completed, close all applications, and then restart the computer.

    To verify that Windows PowerShell and cmdlets for Server Manager and Best Practices Analyzer are installed, try entering the oclist command, which returns a list of all Windows features that are installed on the computer.

    After the operating system has finished loading, log on to the computer as, at minimum, a member of the local Administrators group.

    In the Command Prompt window that opens after you have logged on to the computer, type the following to open a Windows PowerShell session, and then press Enter .

    powershell

    In the Windows PowerShell session, type the following, and then press Enter .

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

    Type the following, and then press Enter to enable all required firewall rule exceptions.

    Configure-SMRemoting.ps1 -force -enable




    0



    0
  2. oktay says:

    Server1 2012 R2
    Server2 2008 R2 SP1

    You need to manage server2 from server1

    Windows 2008 – Powershell ExecutionPolicy is set to restricted by default.
    E: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

    Windows 2008 – remote management is disabled by default
    D: Run the Confiqure-SMRemoting.ps1 script. (windows 2012R2 has Configure-SMRemoting.exe) to enable all required firewall rule exceptions.

    https://technet.microsoft.com/en-us/library/dd759202.aspx

    http://blogs.technet.com/b/canitpro/archive/2013/07/29/step-by-step-managing-windows-2008-in-windows-server-2012-server-manager.aspx

    Option A:
    Running systempropertiesremote.exe from a command line or from search box in your start menu takes you straight to the ‘Remote’ tab of the system properties! saves a few mouseclicks..

    Option B:
    The Enable-PSRemoting cmdlet configures the computer to receive Windows PowerShell remote commands that are sent by using the WS-Management technology.




    0



    0

Leave a Reply