Pro Windows PowerShell
The book is written by a programmer—does that mean you need to be a programmer to read it? Not at all! I have done my best to make the text easy to digest for just about anyone with a little prior scripting experience. The PowerShell scripting language bears a lot of similarities to other scripting...
Đã lưu trong:
Tác giả chính: | |
---|---|
Định dạng: | Sách |
Ngôn ngữ: | English |
Được phát hành: |
Apress
2012
|
Những chủ đề: | |
Truy cập trực tuyến: | http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31998 |
Các nhãn: |
Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
|
Thư viện lưu trữ: | Thư viện Trường Đại học Đà Lạt |
---|
id |
oai:scholar.dlu.edu.vn:DLU123456789-31998 |
---|---|
record_format |
dspace |
spelling |
oai:scholar.dlu.edu.vn:DLU123456789-319982014-01-20T04:17:16Z Pro Windows PowerShell Deshev, Hristo Windows Technologies The book is written by a programmer—does that mean you need to be a programmer to read it? Not at all! I have done my best to make the text easy to digest for just about anyone with a little prior scripting experience. The PowerShell scripting language bears a lot of similarities to other scripting languages, and users will be able to draw parallels between it and VBScript, JScript, batch scripts, UNIX shell scripts, and maybe even Perl or Python. People new to scripting should be able to just use any of the working code samples as they are, without needing to learn the details or any of the inner workings of the code. ■CHAPTER 1 Objects and Object Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 ■CHAPTER 2 Controlling Execution Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 ■CHAPTER 3 The Object Pipeline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 ■CHAPTER 4 Working with Script Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 ■CHAPTER 5 Working with Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 ■CHAPTER 6 Command Aliases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 ■CHAPTER 7 Providers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 ■CHAPTER 8 Script Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 ■CHAPTER 9 Error Handling and Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 ■CHAPTER 10 Signing Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 ■CHAPTER 11 The Shell Environment and Its Configuration . . . . . . . . . . . . . . . . . 219 ■CHAPTER 12 Extending the Type System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237 ■CHAPTER 13 Getting Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253 ■CHAPTER 14 Taming Processes and Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 ■CHAPTER 15 Input and Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 ■CHAPTER 16 Monitoring Your System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 ■CHAPTER 17 PowerShell and the World Wide Web . . . . . . . . . . . . . . . . . . . . . . . . 315 ■CHAPTER 18 Sending E-mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349 ■CHAPTER 19 Talking to COM Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 ■CHAPTER 20 Managing Windows with WMI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 ■CHAPTER 21 PowerShell Community Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . 417■CHAPTER 22 PSEventing: .NET Events in PowerShell . . . . . . . . . . . . . . . . . . . . . . 449 ■CHAPTER 23 Enhancing Tab Completion with PowerTab . . . . . . . . . . . . . . . . . . . 461 ■INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 473 2012-09-20T01:40:06Z 2012-09-20T01:40:06Z 2008 Book 978-1-59059-940-2 http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31998 en application/pdf Apress |
institution |
Thư viện Trường Đại học Đà Lạt |
collection |
Thư viện số |
language |
English |
topic |
Windows Technologies |
spellingShingle |
Windows Technologies Deshev, Hristo Pro Windows PowerShell |
description |
The book is written by a programmer—does that mean you need to be a programmer to read it? Not at all! I have done my best to make the text easy to digest for just about anyone with a little prior scripting experience. The PowerShell scripting language bears a lot of similarities to other scripting languages, and users will be able to draw parallels between it and VBScript, JScript, batch scripts, UNIX shell scripts, and maybe even Perl or Python. People new to scripting should be able to just use any of the working code samples as they are, without needing to learn the
details or any of the inner workings of the code. |
format |
Book |
author |
Deshev, Hristo |
author_facet |
Deshev, Hristo |
author_sort |
Deshev, Hristo |
title |
Pro Windows PowerShell |
title_short |
Pro Windows PowerShell |
title_full |
Pro Windows PowerShell |
title_fullStr |
Pro Windows PowerShell |
title_full_unstemmed |
Pro Windows PowerShell |
title_sort |
pro windows powershell |
publisher |
Apress |
publishDate |
2012 |
url |
http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31998 |
_version_ |
1757667859133104128 |