HOTSPOT
Your network contains an Active Directory domain named contoso.com.
You have a Dynamic Access Control policy named Policy1.
You create a new Central Access Rule named Rule1.
You need to add Rule1 to Policy1.
What command should you run?
To answer, select the appropriate options in the answer area.

Explanation:
The Add-ADCentralAccessPolicyMember cmdlet adds central access rules to a central access policy in
Active Directory.
Syntax: Add-ADCentralAccessPolicyMember [-Identity] <ADCentralAccessPolicy> [-Members]
<ADCentralAccessRule[]>Add-AdCentralAccessPolicyMember
George says:
December 9, 2014 at 5:47 pm
I believe it’s :
Add-AdCentralAccessPolicyMember Policy1 -Members Rule1
http://technet.microsoft.com/en-us/library/hh846167.aspx
0
0