TAILIEUCHUNG - Active Directory Cookbook for windows server 2003- P54

Active Directory Cookbook for windows server 2003- P54:If you are familiar with the O'Reilly Cookbook format that can be seen in other popular books, such as the Perl Cookbook, Java Cookbook, and DNS and BIND Cookbook, then the layout of this book will not be anything new to you. The book is composed of 18 chapters, each containing 10-30 recipes for performing a specific Active Directory task. Within each recipe are four sections: problem, solution, discussion, and see also. | Recipe Delegating Control of Managing an Application Partition Problem You want to delegate control over the management of an application partition. Solution Using a graphical user interface 1. Open ADSI Edit. 2. Connect to the Configuration naming context of the forest the application partition is in if it is not already present in the left pane. 3. Expand the Configuration naming context and click on the Partitions container. 4. In the right pane right-click on the crossRef object that represents the application partition and select Properties. 5. Click the Security tab. 6. Click the Advanced button. 7. Click the Add button. 8. Use the object picker to find the user or group you want to delegate control to and click OK. 9. Click the Properties tab. 10. Under Allow check the boxes beside Write msDS-NC-Replica-Locations Write msDS-SDReferenceDomain Write msDS-Replication-Notify-First-DSA-Delay and Write msDS-Replication-Notify-Subsequent-DSA-Delay. 11. Click OK. Using a command-line interface dsacls AppPartitionCrossRefDN G UserOrGroup RPWP msDS-NC-Replica-Locations dsacls AppPartitionCrossRefDN G UserOrGroup RPWP msDS-SDReferenceDomain dsacls AppPartitionCrossRefDN G UserOrGroup RPWP msDS-Replication- Notify- RETURN First-DSA-Delay dsacls AppPartitionCrossRefDN G UserOrGroup RPWP msDS-Replication- Notify- RETURN Subsequent-DSA-Delay Using VBScript This script delegates control over the four key attributes of an app partition to the specified user or group. ----- SCRIPT CONFIGURATION -------- Fully qualified DNS name of app partition strAppPart AppPartitionFQDN . User or group to delegate control to strUser UserOrGroup . joe@ or RALLENCORP joe 541 END CONFIGURATION Constants ADS_ACETYPE_ENUM Const ADS_ACETYPE_ACCESS_ALLOWED h0 Const ADS_ACETYPE_ACCESS_ALLOWED_OBJECT h5 ADS_FLAGTYPE_ENUM Const ADS_FLAG_OBJECT_TYPE_PRESENT h1 ADS_RIGHTS_ENUM Const ADS_RIGHT_DS_WRITE_PROP h20 Const .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.