TAILIEUCHUNG - Active Directory Cookbook for windows server 2003- P38

Active Directory Cookbook for windows server 2003- P38: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. | Using a command-line interface repadmin showconn DomainControllerName Using VBScript This code lists the connection objects for a server ------ SCRIPT CONFIGURATION ------- strServer ServerName . dc01 strSite SiteName . MySitel ------ END CONFIGURATION ---------- set objRootDSE GetObject LDAP RootDSE set objNTDSCont GetObject LDAP cn NTDS Settings cn strServer cn servers cn strSite cn sites configurationNamingContext Array ntdsConnection Connection objects for strSite strServer for each objConn in objNTDSCont if options 0 then cn MANUAL else cn AUTO end if next ritt Another option for programmatically getting the connection objects for a server is to use the GetDSAConnections method from the IADsTool u J . interface. Discussion Connection objects are used to replicate inbound changes to a domain controller. By viewing the connection objects for a server you can see what domain controllers it receives updates from. Connection objects are created automatically by the KCC but can be created manually if necessary. See Also Recipe for creating a connection object Recipe Load-Balancing Connection Objects Problem You want to evenly distribute connection objects between bridgehead servers in a site. Solution Using a command-line interface 381 To see what changes the command would make run it without the commit option. To actually make the changes in Active Directory use the commit option adlb server DomainControllerName -site SiteName commit verbose P This command is available in the Windows Server 2003 Resource Kit. A ---- Discussion Bridgeheads can become overloaded or end up with too many connection objects in relation to other bridgeheads in the domain. The Active Directory Load Balancing ADLB tool allows you to balance the load of connection objects among bridgehead servers

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.