Which two commands can you use to achieve this goal?

You are the system administrator for a large manufacturing company. You and your team are
responsible for managing over 1,000 Windows 7 Professional desktop and laptop computers. All
computers are members of a Windows 2008 R2 Active Directory domain.
You want to utilize the Windows Remote Management Service available in Windows 7 Professional.
You plan to configure all desktop and laptop computers so that the Windows Remote Management
Service can manage them remotely.
You need to run a command on each Windows 7 computer so that you can configure the service.
Which two commands can you use to achieve this goal? (Each correct answer presents a complete
solution. Choose two. )

You are the system administrator for a large manufacturing company. You and your team are
responsible for managing over 1,000 Windows 7 Professional desktop and laptop computers. All
computers are members of a Windows 2008 R2 Active Directory domain.
You want to utilize the Windows Remote Management Service available in Windows 7 Professional.
You plan to configure all desktop and laptop computers so that the Windows Remote Management
Service can manage them remotely.
You need to run a command on each Windows 7 computer so that you can configure the service.
Which two commands can you use to achieve this goal? (Each correct answer presents a complete
solution. Choose two. )

A.
Mstsc /v:computername configure

B.
Enable-PSRemoting -force

C.
Psexec Wcomputername -enable

D.
Winrm quickconfig

Explanation:
B: To configure Windows PowerShell for remoting, type the following command:

Enable-PSRemoting –force
D:
*When you are working with computers in workgroups or homegroups, you must either use HTTPS
as the transport or add the remote machine to the TrustedHosts configuration settings. If you cannot
connect to a remote host, verify that the service on the remote host is running and is accepting
requests by running the following command on the remote host:
winrm quickconfig
This command analyzes and configures the WinRM service.
* The Windows PowerShell remoting features are supported by the WS-Management protocol and
the Windows Remote Management (WinRM) service that implements WS-Management in Windows.
Incorrect:
Not C:
* PsExec is a light-weight telnet-replacement that lets you execute processes on other systems,
complete with full interactivity for console applications, without having to manually install client
software. PsExec’s most powerful uses include launching interactive command-prompts on remote
systems and remote-enabling tools like IpConfig that otherwise do not have the ability to show
information about remote systems.
* psexec [\\computer[,computer2[,. . . ] | @file]][-u user [-p psswd][-n s][-r servicename][-h][-l][-s| –
e][-x][-i session]
][-c [-f| -v]][-w directory][-d][-][-a n,n,. . . ] cmd [arguments]



Leave a Reply 0

Your email address will not be published. Required fields are marked *