Windows 10 (legacy) — Question 2
You have 20 computers that run Windows 10. The computers are in a workgroup.
You need to create a local user named User1 on all the computers. User1 must be a member of the Remote Management Users group.
What should you do?
Answer options
- A. From Windows Configuration Designer, create a provisioning package, and then run the provisioning package on each computer.
- B. Create a script that runs the New-ADUser cmdlet and the Set-AdGroup cmdlet.
- C. Create a Group Policy object (GPO) that contains the Local User Group Policy preference.
- D. Create a script that runs the New-MsolUser cmdlet and the Add-ADComputerServiceAccount cmdlet.
Correct answer: A
Explanation
The correct answer is A because using Windows Configuration Designer to create a provisioning package allows for the automated setup of local users across multiple computers in a workgroup environment. The other options involve Active Directory commands that are not applicable in a workgroup setting, as there is no Active Directory to manage users or groups.