COMPTIA A+ 220-1002: MICROSOFT COMMAND LINE TOOLS
Which of the following command line tools would you run to script the copy of all files (including hidden and system) from one directory to another?
Xcopy
Which of the following commands will mount the wim file E:\wims\install.wim to the mount directory E:\mount?
dism /mount-wim /wimfile:E:\wimsinstall.wim /index 2 /mountdir:E:\mount
Which commands can you run from the command line to navigate to the room from the C:\program Files (x86)\MicrosoftOffice\PackageManifests and list the directories and files on the root drive?
CD\.then run dir
Which command do you run to create a local user account?
Net user
Which of the following tools would you use to determine service dependencies?
Services
Which of the following tools do you used on a Windows 10 machine when the Microsoft guidance directs you to edit a registry key?
Regedit
Which of the following commands would you run to check and fix protected operating system files?
sfc
Which of the following would you use after rejoining a client machine that had lost its trust relationship to the domain?
gpupdate /force
Which of the following can you use to strip all the formatting away from data to make it nearly universally portable?
notepad
Which of the following commands would you use to determine if a clients IP address is statically or DHCP assigned?
Ipconfig
Which of the following commands will map the network drive x: to share "DATA" on the fileserver "SRV01" each time someone logs into the machine, but using the currently logged on user credentials?
net use x:\\SV01\data/persistent:yes /savecred