TAILIEUCHUNG - Active Directory Cookbook for windows server 2003- P51

Active Directory Cookbook for windows server 2003- P51: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. | 1. Open LDP. 2. From the menu select Connection Connect. 3. For Server enter the name of the target domain controller. 4. For Port enter 389. 5. Click OK. 6. From the menu select Connection Bind. 7. Enter credentials of a user from one of the administrator groups. 8. Click OK. 9. From the menu select Browse Modify. 10. Leave the Dn blank. 11. For Attribute enter DoOnlineDefrag. 12. For Values enter 180. 13. For Operation select Add. 14. Click Enter. 15. Click Run. Using a command-line interface Create an LDIF file called with the following contents dn changetype modify replace DoOnlineDefrag DoOnlineDefrag 180 then run the following command Idifde -v -i -f online Using VBScript This code kicks off an online defrag to run for up to 180 seconds ------- SCRIPT CONFIGURATION ----- strDC DomamControllerName . dc01 ------- END CONFIGURATION -------- set objRootDSE GetObject LDAP strDC RootDSE DoOnlineDefrag 180 Successfully initiated an online defrag Discussion New to Windows Server 2003 is the ability to initiate an online defragmentation. By default the online defrag process runs every 12 hours on each domain controller. This process defrags the Active Directory database by combining whitespace generated from deleted objects but does not reduce the size of the database file. 511 To kick off an online defrag simply write the DoOnlineDefrag attribute to the RootDSE with a value equal to the maximum time the defrag process should run in seconds . You must be a member of one of the administrator groups in the domain controller s domain in order to write to this attribute. See Also Recipe for performing an offline defrag and MS KB 198793 The Active Directory Database Garbage Collection Process Recipe Determining How Much Whitespace Is in the DIT Problem You want to find the amount of whitespace in your DIT. A lot of whitespace in the

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.