CompTIA A+
Which command do you run to create a local user account?
Net user
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 will mount the wim file E:\wims\install.wim to the mount directory E:\mount?
dism /mount-wim /wimfile:E:\wims\install.wim /index 2 /mountdir:E:\mount
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 commands would you use to determine if a client's IP address is statically or DHCP assigned?
ipconfig
Which commands can you run from the Command line to navigate to the root from C:\Program Files (x86)\Microsoft Office\PackageManifests and list the directories and files on the root drive?
Cd \. then run dir
How to run Microsoft command line
Press Windows+R to open the "Run" box. Type "cmd" into the box and then press Ctrl+Shift+Enter to run the command as an administrator
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
Microsoft command line
ipconfig or ipconfig/all to view ip configuration
Which of the following commands will map the network drive x: to the share "DATA" on the fileserver "SRV01" each time someone logs into the machine, but using the currently logged on user's credentials?
net use x: \\SRV01\data /persistent:yes /savecred Not selected
Which of the following tools do you use on a Windows 10 machine when the Microsoft guidance directs you to edit a registry key?
regedit
Which of the following tools would you use to determine service dependencies?
services
Which of the following commands would you run to check and fix protected operating system files?
sfc
Microsoft command line ping
use command: ping 127.0.0.1 as loop back address on any machine. (all machines use to refer as themselves)