![Learning Microsoft Windows Server 2012 Dynamic Access Control](https://wfqqreader-1252317822.image.myqcloud.com/cover/200/36705200/b_36705200.jpg)
上QQ阅读APP看书,第一时间看更新
Configuring Dynamic Access Control
The next steps will provide you with the main tasks to implement your first Dynamic Access Control configuration.
Create some test users in your Active Directory with a minimum of 10 users and:
- Define the Active Directory claim types.
Country
,Department
, andLocation
for the folder structure decided earlier.- Populate the three attributes for the 10 test users.
- Define the Resource properties for
Country
,Department
, andLocation
. - Define the Active Directory Access Rule as follows:
(Resource.Country equals User.Country) AND (Resource.Location equals User.Location) AND (Resource.Department equals User.Department)
- Build a Central Access Policy and deploy the Access Rule to the file servers.
- Build a Resource Property list, and deploy it to the file servers.
- Open an administrative PowerShell, and fire
gpupdate /force
andUpdate-FSRMClassificationPropertyDefinition
on the file server. - On the resources, apply the Resource properties correctly.
- Apply the Central Access Policy to the file shares.
- Apply the Access Rule to all the
Country
shares and theLocation
andDepartment
folders. - Try out whether access is allowed or not.