Course 3
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
dir
folders in the local drive (directory)
Which of the following commands would you run to check and fix protected operating system files?
sfc
ipconfig gives you
local IP Address, subnet mask
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
Which of the following commands would you use to determine if a client's IP address is statically or DHCP assigned?
Ipconfig
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 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 Command line tools would you run to script the copy of all files (including hidden and system) from one directory to another?
Xcopy
cd \.
brings me up a directory
cls
clears screen
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 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