User3 frequently accesses Share

Note: This question is part of a series of questions that use the same scenario. For your convenience,
the scenario is repeated in each question. Each question presents a different goal and answer choices,
but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
Your network contains a single Active Directory domain named adatum.com. The network contains five servers
configured as shown in the following table.

All of the servers run Windows Server 2012 R2.
Test_Server has a shared folder named ShareA. Only local users have permissions to ShareA. The network
contains a mainframe computer that is administered by using the Telnet protocol. The domain contains four
client computers configured as shown in the following table.

All of the client computers run the 64-bit version of Windows.
User3 frequently accesses ShareA.
Remote Desktop is enabled on Computer4.
Your company identifies the following requirements:
– Ensure that you can test unsigned device drivers on Computer1
– Enable Credential Guard on Computer2.
– Run commands and cmdlets remotely on computer2.
– Configure User Account control (UAC) on Computer3 to prompt administrators for
credentials when elevated privileges are required.
– Ensure that User1 can view and interact with a desktop session of User3.
– Ensure that User2 can use Telnet to manage the mainframe.
– Ensure that User4 can use Remote Desktop to access Computer4 remotely.
End of repeated scenario.
You need to meet the requirement of User2. What should you do?

Note: This question is part of a series of questions that use the same scenario. For your convenience,
the scenario is repeated in each question. Each question presents a different goal and answer choices,
but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
Your network contains a single Active Directory domain named adatum.com. The network contains five servers
configured as shown in the following table.

All of the servers run Windows Server 2012 R2.
Test_Server has a shared folder named ShareA. Only local users have permissions to ShareA. The network
contains a mainframe computer that is administered by using the Telnet protocol. The domain contains four
client computers configured as shown in the following table.

All of the client computers run the 64-bit version of Windows.
User3 frequently accesses ShareA.
Remote Desktop is enabled on Computer4.
Your company identifies the following requirements:
– Ensure that you can test unsigned device drivers on Computer1
– Enable Credential Guard on Computer2.
– Run commands and cmdlets remotely on computer2.
– Configure User Account control (UAC) on Computer3 to prompt administrators for
credentials when elevated privileges are required.
– Ensure that User1 can view and interact with a desktop session of User3.
– Ensure that User2 can use Telnet to manage the mainframe.
– Ensure that User4 can use Remote Desktop to access Computer4 remotely.
End of repeated scenario.
You need to meet the requirement of User2. What should you do?

A.
Run tlntadmn.exe

B.
install a Windows feature.

C.
Modify the membership of the Telnet Clients group.

D.
Configure Windows Firewall.



Leave a Reply 4

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


dobby

dobby

should be B or C : i guess B cause telnet is not installed by default. It’s an optional feature

pablo

pablo

B – Install a windows feature. Telnet isn’t pre-installed on Windows.
It isn’t C as the Telnet target is a mainframe. Adding the user to the group would do nothing.

chypsa

chypsa

Could you elaborate on the explanation? I’m not sure what difference it is, it being a mainframe.

David

David

It’s B.

We’d need to install the feature called “Telnet Client” in the Programs and Features Control Panel applet, or:
Enable-WindowsOptionalFeature -FeatureName TelnetClient -Online

In the real world, we all use puTTY, of course…

PS Good catch by Pablo about it being a mainframe.