- (Exam Topic 3)
Which users can create a new group on Computer3?
Correct Answer:
A
Reference:
https://ss64.com/nt/syntax-security_groups.html
- (Exam Topic 4)
You have 20 computers that run Windows 11.
You need to enable Windows Sandbox on the computers.
How should you complete the command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Solution:
Box 1: Enable-WindowsOptionalFeature
To Enable Windows 10 Sandbox with PowerShell,
* 1. Open PowerShell as Administrator.
* 2. Type or copy-paste the following command:
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
* 3. When prompted to restart the computer, type Y, and press Enter.
* 4. The change can be undone with the following command:
* 5. Disable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -Online Box 2: "Containers-DisposableClientVM"
https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-over
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 4)
You need to ensure that User1 can add a third-party driver package for a printer to the driver store of the computer. The solution must use the principle of the least
privilege.
To which local group should you add User 1, and what should User1 run? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Solution:
Graphical user interface, text, application Description automatically generated
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 4)
You have a computer named Computer1 that runs Windows 10 and contains the following files:
C:Folder1File1.bat
C:Folder1File1.exe
C:Folder1File1.cmd
A user named User1 is assigned Read & execute to all the files. Computer1 is configured as shown in the exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Solution:
References:
https://stackoverflow.com/questions/148968/windows-batch-files-bat-vs-cmd
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 4)
You have a computer that runs Windows 10. The computer contains two local user accounts named User1 and User2. User2 is a member of the local Administrators group.
User1 performs the actions shown in the following table.
User2 performs the actions shown in the following table.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Solution:
Graphical user interface, text, application Description automatically generated
Does this meet the goal?
Correct Answer:
A