You have a computer named Computer1 that runs Windows 10 Enterprise. You add a 1 TB hard drive and
create a new volume that has the drive letter D. You format the drive by using NTFS.
You need to limit the amount of space that each user can consume on D: to 200 GB. Members of the
Administrators group should have no limit.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A.
Set a default quota limit.
B.
Run convert D: /FS:NTFS.
C.
Run fsutil quota violations D:.
D.
Enable the Deny disk space to users exceeding quota limit setting.
E.
Add a quota entry.
Explanation:
https://msdn.microsoft.com/en-us/library/dd163561.aspx
https://technet.microsoft.com/en-us/library/cc788136(v=ws.11).aspx
A, C, and D.
1
4
Answer C is wrong. fsutil with the violation option only checks the log who violated the quota limit.
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil-quota
The correct answer is: A,C,E.
Answer E is necessary for the Administrators group.
6
0
A,D,E ist correct.
6
0
A, D, E is correct, try it on your computer…
5
0