PowerShell in Depth
در موقع نوشتن این کتاب، Windows PowerShell به ششمین سال زندگی اش و سومین نگارش اصلی خود نزدیک میشود. در آن موقع، PowerShell نگرش مردم در مدیریت محصولات مایکروسافت و یا حتی غیر مایکروسافتی را تغییر داد. اگرچه رابط کاربری گرافیکی (GUI) همیشه بخش مهمی در مدیریت بسیاری از مسائل بوده است؛ PowerShell نیز گزینههای بسیاری را به مدیران میدهد: استفاده از رابط کاربری گرافیکی آسان و حسی، مدیریت کردن از یک کنسول خط فرمان غنی و محاوره ای و یا خودکار سازی یک زبان اسکریپتی ساده. ما خوشحال هستیم از اینکه بسیاری از مدیران، استفاده از PowerShell را شروع کرده اند؛ و ما به این افتخار میکنیم که شما این کتاب را برای یادگیری PowerShell انتخاب کرده اید.
سرفصلهای کتاب PowerShell in Depth:
1)Introduction
2)PowerShell hosts
3)Using the PowerShell help system
4)The basics of PowerShell syntax
5)Working with PSSnapins and modules
6)Operators
7)Working with objects
8)The PowerShell pipeline
9)Formatting
10)PowerShell Remoting
11)Background jobs and scheduling
12)Working with credentials
13)Regular expressions
14)Working with HTML and XML data
15)PSDrives and PSProviders
16)Variables, arrays, hash tables, and scriptblocks
17)PowerShell security
18)Advanced PowerShell syntax
19)PowerShell’s scripting language
20)Basic scripts and functions
21)Creating objects for output
22)Scope
23)PowerShell workflows
24)Advanced syntax for scripts and functions
25)Script modules and manifest modules
26)Custom formatting views
27)Custom type extensions
28)Data language and internationalization
29)Writing help
30)Error handling techniques
31)Debugging tools and techniques
32)Functions that work like cmdlets
33)Tips and tricks for creating reports
34)Working with the Component Object Model (COM)
35)Working with .NET Framework objects
36)Accessing databases
37)Proxy functions
38)Building a GUI
39)WMI and CIM
40)Best practices