Pro Windows PowerShell
โ Scribed by Hristo Deshev
- Publisher
- Apress
- Year
- 2008
- Tongue
- English
- Leaves
- 519
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Windows power users have always envied their friends running UNIX machines for the ease of automation that they enjoy. The traditional Windows command-line shell, cmd.exe, has never been up to par with shells like bash or tcsh, especially when it comes to text processing and process automation. Windows PowerShell changes all that. This next-generation shell is also a full-blown scripting environment with a real programming language that allows users to access every part of their operating system. Files, registry entries, and COM and .NET objects are all supported by PowerShell, which makes manipulating them a breeze.
๐ SIMILAR VOLUMES
I remember the first time I got to play with Windows PowerShell--I had some spare time on my hands, and after reading a blog post, I quickly set off to download the unofficial pre-release bits that were available at the time. I originally had very low expectations about the tool--all I wanted was a
Windows power users have always envied their friends running UNIX machines for the ease of automation that they enjoy. The traditional Windows command-line shell, cmd.exe, has never been up to par with shells like bash or tcsh, especially when it comes to text processing and process automation.<br>W