Windows 10 (legacy) — Question 103
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 Administrators group.
What should you do?
Answer options
- A. Create a Group Policy object (GPO) that contains the Local Users Group Policy preference.
- B. Create a script that runs the New-ADUser cmdlet and the Set-AdGroup cmdlet.
- C. From Windows Configuration Designer, create a provisioning package, and then run the provisioning package on each computer.
- D. Create a script that runs the New-MsolUser cmdlet and the Add-ADComputerServiceAccount cmdlet.
Correct answer: C
Explanation
The correct answer is C because using Windows Configuration Designer to create a provisioning package allows you to easily deploy configurations, including user accounts, across multiple workgroup computers. Options A, B, and D are not applicable since they require a domain environment or Group Policy, which is not available in a workgroup setting.