You want to automate the process of mapping drive letters to shares when users log on to a Windows domain. What should you do?
A. install a driver
B. make a BASH script
C. construct a macro
D. create a batch file
Answer: D
You might also like to view...
What is the output of the following statements, given that the variable Num1 = 3 and the variable Num2 = 5?
``` Write “The sum of” + Num1 + “and” + Num2 + “is 8.”.``` a. The sum of 3 and 5 is 8. b. The sum of Num1 and Num2 is 8. c. The sum of3and5is 8. d. The sum of 3and5 is 8.
An ExecutorService object is created by calling a static method of which class?
a. Executor. b. Executors. c. ExecutorService. d. Thread.
Relational Database Management Systems are usually databases that contain static tables
Indicate whether the statement is true or false
Pagination is the process of updating entries in an index
Indicate whether the statement is true or false