WSH and ADSI Administrative Scripting
            
暫譯: WSH 與 ADSI 管理腳本編寫
        
        Gerry O'Brien
- 出版商: SAMS
 - 出版日期: 2001-10-26
 - 售價: $1,900
 - 貴賓價: 9.5 折 $1,805
 - 語言: 英文
 - 頁數: 352
 - 裝訂: Paperback
 - ISBN: 0672322501
 - ISBN-13: 9780672322501
 
已過版
買這商品的人也買了...
- 
                
                  
                  
                計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 - 
                
                  
                  
                UML 使用手冊 (The Unified Modeling Language User Guide)$580$452 - 
                
                  
                  
                Juniper Networks Routers: The Complete Reference$2,390$2,271 - 
                
                  
                  
                Perl 學習手冊 (Learning Perl, 3/e)$580$458 - 
                
                  
                  
                作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 - 
                
                  
                  
                Red Hat Linux 9 實務應用$650$553 - 
                
                  
                  
                Linux 核心程式設計 (Linux Kernel Programming, 3/e)$580$458 - 
                
                  
                  
                Dreamweaver MX 互動網站百寶箱 for ASP$580$493 - 
                
                  
                  
                ASP.NET 程式設計徹底研究$590$466 - 
                
                  
                  
                Win32 API 系統程式實例入門─使用Visual C++.NET實作$480$374 - 
                
                  
                  
                深入 Linux 建構與管理, 4/e$720$612 - 
                
                  
                  
                Windows Server 2003 網路與 IIS 架站指南$680$537 - 
                
                  
                  
                STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 - 
                
                  
                  
                深入淺出 JBuilder 程式設計實作(JBuilder 9.0/8.0/7.0 適用) (Charlie Calvert's Learn Jbuilder)$720$562 - 
                
                  
                  
                Enterprise JavaBean 程式設計實務:整合網路資料庫存取的 EJB 元件程式設計$620$490 - 
                
                  
                  
                鳥哥的 Linux 私房菜-伺服器架設篇$750$638 - 
                
                  
                  
                人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 - 
                
                  
                  
                JSP 2.0 技術手冊$750$593 - 
                
                  
                  
                建構嵌入式 Linux 系統$780$616 - 
                
                  
                  
                Linux 網路管理實務: 調校、帳號、監控、安全$580$493 - 
                
                  
                  
                Managing Windows with VBScript and WMI (Paperback)$2,380$2,261 - 
                
                  
                  
                Internet TCP/IP 協定觀念與實作, 2/e$580$493 - 
                
                  
                  
                VBScript, WMI, and ADSI Unleashed: Using VBScript, WMI, and ADSI to Automate Windows Administration, 2/e$2,060$1,957 - 
                
                  
                  
                $672Microsoft WSH and VBScript Programming for the Absolute Beginner, 3/e (Paperback) - 
                
                  
                  
                巨流河$500$425 
商品描述
This book will give network administrators the knowledge and tools to develop time-saving scripts that will automate time-consuming tasks. They will also get the inside scoop on the new features found in the newest Script Host version, WSH 5.6. Readers will not find this new material on 5.6 in current WSH books.
Table of Contents
Introduction. 
1. Introduction to Scripting. 
2. What's New in WSH 5.6? 
3. Creating Scripts. 
4. How to Use Your Scripts. 
5. Securing Your Scripts. 
6. Introduction to ADSI. 
7. ADSI Architecture. 
8. Using ADSI. 
9. Accessing Data with ADSI. 
10. Enumerating ADSI Objects. 
11. Searching Active Directory. 
12. ADSI Security. 
13. WSH and the .NET Framework. 
Appendix A. WSH Reference. 
Appendix B. ADSI Reference. 
Index. 
商品描述(中文翻譯)
這本書將為網路管理員提供知識和工具,以開發節省時間的腳本,自動化耗時的任務。他們還將獲得有關最新的腳本主機版本 WSH 5.6 中新功能的內部消息。讀者在目前的 WSH 書籍中找不到有關 5.6 的新材料。
目錄
引言。 
1. 腳本簡介。 
什麼是腳本?深入了解腳本語言。 各種類型的腳本檔案。 腳本主機環境。 什麼是 Windows Script Host?
2. WSH 5.6 中的新功能?
分組腳本開關。 腳本自我文檔化。 共享環境。 程式化訪問標準流。 WSH 5.6 中的生成進程。 訪問命令行命名參數。 WshNamed 對象。 遠程腳本。 WshRemote 對象。 執行方法。 使用 CurrentDirectory _Property 訪問 Active Directory 信息。 腳本安全性。
3. 創建腳本。
創建腳本的工具。 創建可重用的腳本。 連結腳本。 WSH 對象模型。
4. 如何使用您的腳本。
.wsf 檔案支持。 文件中的拖放支持。 設置腳本屬性。 從 CScript.exe 和 WScript.exe 運行腳本檔案。
5. 保護您的腳本。
使用惡意代碼訪問檔案系統。 使用惡意代碼訪問註冊表。 使用 CryptoAPI 工具進行腳本。 使用簽名保護腳本。 使用證書簽署腳本。 在腳本中建立信任。
6. ADSI 簡介。
活動目錄服務介面 (ADSI)。
7. ADSI 架構。
ADSI 對象。 命名空間。 ADSI 提供者。 ADSI 架構模型。 程式語言支持。
8. 使用 ADSI。
綁定到 ADSI 對象。
9. 使用 ADSI 訪問數據。
ADSI 屬性和屬性。 使用 ADSI 對象及其屬性。 屬性快取。 單一和多重值屬性。 IADs 和 IDirectoryObject 介面。 訪問屬性。 修改屬性。 使用 IADsProperty _Interfaces 直接訪問屬性快取。 ADSI 屬性語法。 集合和群組。
10. 列舉 ADSI 對象。
列舉。
11. 搜索 Active Directory。
查詢範圍。 查詢深度。 處理大型結果集。 搜索。 用於搜索 Active Directory 的方言。 處理結果集。
12. ADSI 安全性。
身份驗證。 訪問控制。 創建安全描述符對象。 列舉 ADSI 對象上的 ACL。
13. WSH 和 .NET 框架。
.NET 通用語言執行時。 .NET 中的語言。
附錄 A. WSH 參考。
對象。 屬性。 方法。 事件。 XML 元素。
附錄 B. ADSI 參考。
數據類型。 常量。 ADSI 錯誤代碼。
索引。
