Your network contains an Active Directory domain named adatum.com. All domain controllers run Windows
Server 2008 R2.
The domain contains a file server named Server6 that runs Windows Server 2012 R2. Server6 contains a
folder named Folder1. Folder1 is shared as Share1. The NTFS permissions on Folder1 are shown in the
exhibit. (Click the Exhibit button.)
The domain contains two global groups named Group1 and Group2.
You need to ensure that only users who are members of both Group1 and Group2 are denied access to
Folder1.
Which two actions should you perform? (Each correctanswer presents part of the solution.
Choose two.)
A.
Deny Group2 permission to Folder1.
B.
Remove the Deny permission for Group1 from Folder1.
C.
Deny Group1 permission to Share1.
D.
Deny Group2 permission to Share1.
E.
Install a domain controller that runs Windows Server 2012 R2
F.
Create a conditional expression.
Explanation:
* Conditional Expressions for Permission Entries
Windows Server 2008 R2 and Windows 7 enhanced Windows security descriptors by introducing a conditional
access permission entry. Windows Server 2012 takes advantage of conditional access permission entries by
inserting user claims, device claims, and resource properties, into conditional expressions. Windows Server
2012 security evaluates these expressions and allows or denies access based on results of the evaluation.
Securing access to resources through claims is known as claims-based access control.Claims-based access control works with traditional access control to provide an additional layer of authorization
that is flexible to the varying needs of the enterprise environment. http://social.technet.microsoft.com/wiki/
contents/articles/14269.introducing-dynamic- access-control-en-us.aspx
B & F
As usual on this site the explanation doesn’t correlate to the answer given.
DAC and claims based access requires a DC of 2012R2 and the domain functional level to be 2012 however taken from the above explanation:
“Conditional Expressions for Permission Entries Windows Server 2008 R2 and Windows 7 enhanced Windows security descriptors by introducing a conditional access permission entry”
So in order to use conditional expressions, 2008R2 is enough you don’t need to install DC that runs W2012 R2.
Answer B & F