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 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 fromServer1 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:
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
http://technet.microsoft.com/en-us/library/dd759202.aspx
A) Run the systempropertiesremote.exe command
B) Enable-PSRemotingcmdlet configures the computer to receive Windows PowerShell remote commandsthat
are sent by using the WS-Management technology. C) Enable-PSSessionConfigurationcmdlet enables
registered session configurations that have been disabled.
D) Configure-SMRemoting.ps1 -force -enable
E) Set-ExecutionPolicy -ExecutionPolicyRemoteSignedTo 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 userrights, type the following:

To configure Server Manager remote management by using Windows PowerShell. On the computer that
youwant 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
WindowsPowerShell shortcut, and then click Run as administrator. In the Windows PowerShell session, type
thefollowing, and then press Enter. Set-ExecutionPolicy -ExecutionPolicyRemoteSigned Type the following, and
then press Enter to enable allrequired firewall rule exceptions.
Configure-SMRemoting.ps1 -force -enable
http://technet.microsoft.com/en-us/library/dd759202.aspx

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

  1. Felix says:

    Answer: D, E
    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 -ExecutionPolicy RemoteSigned
    Type the following, and then press Enter to enable all required firewall rule exceptions. Configure-SMRemoting.ps1 -force –enable Incorrect answers:
    A: The systempropertiesremote.exe command will not allow remote server management from Server1. B: You should run a powershell script that will enable remote Server management by runningthe %windir%\system32\Configure-SMRemoting.exe command-line tool from an elevated command prompt.
    C:Windows PowerShell remoting is primarily intended for remotely managing domain-joined computers




    0



    0
  2. JohnyBoy says:

    Correct D,E

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

    To configure Server Manager remote management by using Windows PowerShell

    1.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 .

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

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

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

    Configure-SMRemoting.ps1 -force -enable




    0



    0

Leave a Reply