You need to remotely create additional disk volumes on Computer1 from Computer2

You have two computers named Computer1 and Computer2 that run Windows 7. Both computers
are members of an Active Directory domain.
Windows Remote Management (WinRM) is enabled on both computers.
You need to remotely create additional disk volumes on Computer1 from Computer2.
What should you do?

You have two computers named Computer1 and Computer2 that run Windows 7. Both computers
are members of an Active Directory domain.
Windows Remote Management (WinRM) is enabled on both computers.
You need to remotely create additional disk volumes on Computer1 from Computer2.
What should you do?

A.
On Computer2, run Winrs and then run Diskpart.

B.
On Computer2, run Winrs and then run Diskmgmt.msc.

C.
On Computer1, install the Telnet Client and then run Diskpart from Computer2.

D.
On Computer1, install the Telnet Client and then use Disk Management from Computer2.

Explanation:
Winrs
You can use WinRS to execute command-line utilities or scripts on a remote computer. To use
WinRS, open a command prompt and prefix the command that you want to run on the remote
computer with the WinRS –r: RemoteComputerName command. For example, to execute the
Ipconfig command on a computer named Aberdeen, issue the command: WinRS –r:Aberdeen
ipconfig
The Windows Remote Management service allows you to execute commands on a remote
computer, either from the command prompt using WinRS or from Windows PowerShell. Before you
can use WinRS or Windows PowerShell for remote management tasks, it is necessary to configure
the target computer using the WinRM command. To configure the target computer, you must run
the command WinRM quickconfig from an elevated command prompt.
Diskpart:
Microsoft command-line tool Diskpart is used to create and format volumes on the target computer.



Leave a Reply 0

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