Đang chuẩn bị liên kết để tải về tài liệu:
Active Directory Cookbook for windows server 2003- P28

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Active Directory Cookbook for windows server 2003- P28: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 the GPMC snap-in. 2. In the left pane expand the Forest container expand the Domains container browse to the domain of the target GPO and expand the Group Policy Objects container. 3. Right-click on the target GPO and select Import Settings. 4. Click Next. 5. Click the Backup button if you want take a backup of the GPO you are importing into. 6. Click Next. 7. Select the backup folder location and click Next. 8. Select the backup instance you want to import from and click Next. 9. It then will scan to see if there are any security principals or UNC paths in the GPO being imported from. If there are it will give you an option to modify those settings. 10. Click Next. 11. Click Finish. 9.7.2.2 Using a command-line interface importgpo.wsf GPOBackupLocation OrigGPOName NewGPOName 97.2.3 Using VBScript This code imports the settings from a GPO that has been backed up into an existing GPO. ---- SCRIPT CONFIGURATION -------- strGPOImportTo GPOName e.g. Sales GPO strDomain DomainDNSName e.g. rallencorp.com strBackupLocation BackupLocation e.g. c GPMC Backups GUID representing specific backup e.g. 3E53B39B-C29B-44FF-857B-8A84528804FF strBackupID BackupGUID ---- END CONFIGURATION ----------- set objGPM CreateObject GPMgmt.GPM set objGPMConstants objGPM.GetConstants Initialize the Domain object set objGPMDomain objGPM.GetDomain strDomain objGPMConstants.UseAnyDC Locate GPO backup set objGPMBackupDir objGPM.GetBackupDir strBackupLocation set objGPMBackup objGPMBackupDir.GetBackup strBackuplD WScript.Echo Backup found WScript.Echo ID objGPMBackup.ID WScript.Echo Timestamp objGPMBackup.TimeStamp WScript.Echo GPO ID objGPMBackup.GPOID WScript.Echo GPO Name objGPMBackup.GPODisplayName WScript.Echo Comment objGPMBackup.Comment WScript.Echo Find GPO to import into set objGPMSearchCriteria objGPM.CreateSearchCriteria objGPMSearchCriteria.Add objGPMConstants.SearchPropertyGPODisplayName objGPMConstants.SearchOpEquals cstr strGPOImportTo set objGPOList objGPMDomain.SearchGPOs .

TÀI LIỆU LIÊN QUAN
Đã 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.