Soru

Zorluk: OrtaMicrosoft Command-Line Tools

A desktop technician is configuring a Windows 11 workstation for a newly hired accountant. The technician needs to map a network share located at \\fileserver\finance to drive letter Z: using the Command Prompt. The drive mapping must automatically reconnect whenever the user logs into the system in the future. Which command should the technician execute to accomplish this task?

  1. net use Z: \\fileserver\finance /persistent:yesCevap
  2. B
    net share Z:=\\fileserver\finance /persistent:yes
  3. C
    mount -t cifs \\fileserver\finance Z: -p
  4. D
    net user Z: \\fileserver\finance /reconnect

Cevap

net use Z: \\fileserver\finance /persistent:yes
The command 'net use Z: \\fileserver\finance /persistent:yes' correctly maps the designated UNC path to drive letter Z: and ensures the connection automatically re-establishes at subsequent logons via the /persistent:yes switch.

Adım Adım Çözüm

1
Identify the required administrative goal
Map a remote SMB shared folder (\\fileserver\finance) to a specific local drive letter (Z:) on a Windows client.
Mapping network drives allows users to access remote file repositories as if they were local volumes.
2
Select the proper Windows command-line utility
Choose 'net use' instead of 'net share' or 'net user'.
'net use' manages client connections to shared resources, whereas 'net share' publishes local directories and 'net user' manages user accounts.
3
Apply the appropriate persistent flag
Append '/persistent:yes' to the command line.
The /persistent:yes switch saves the connection in the user profile so it restores automatically upon subsequent logons.

Anahtar Kavram

Windows Network Command-Line Utilities (net use)
Tahmini Süre:1m 0s
Bu soruyu puanla