CompTIA A+ Core 2 (220-1102) — Question 463
A technician is installing a new copy of Windows on all computers in the enterprise. Given the following requirements:
• The install phase must be scripted to run over the network.
• Each computer requires a new SSD as the system drive.
• The existing HDD should remain as a backup drive
Which of the following command-line tools should the technician use to install the drive and transfer the installation files from the network share? (Choose three.)
Answer options
- A. net use
- B. robocopy
- C. winver
- D. diskpart
- E. sfc
- F. netstat
- G. ping
- H. chkdsk
Correct answer: A, B, D
Explanation
The correct tools are net use for mapping the network share, robocopy for transferring installation files, and diskpart for managing disk partitions. The other options, such as winver, sfc, netstat, ping, and chkdsk, do not serve the purpose of scripting the installation or transferring files over the network.