O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by macnlos : Mar 14 2011 08:41 AM
I would stop by your local bookstore to see which one suits your needs. Here is what I found:
FREE Book off of MSDN (hey, it's free, might as well see)
MSDN - Technet Book
Your on O'Reilly,... full answer >
If you want to modify or remove a property of a specific registry key, then the following excerpt from the new O'Reilly book Windows PowerShell Cookbook, Second Edition can be of service.
To set t...
The following excerpt is from Windows PowerShell Cookbook, Second Edition. The author speaks to what is needed should you wish to display status information to the user for long-running tasks.To provi...
If you want to download a file from a website on the Internet using Windows PowerShell then this excerpt from Windows PowerShell Cookbook, Second Edition can be of help.Use the DownloadFile() method f...
This excerpt from Windows PowerShell Cookbook, Second Edition will show you how to use Excel to manipulate or visualize the output of a Windows PowerShell command. Use PowerShell’s Export-Csv cmdlet...
When you want to find a string or regular expression in a file then the following excerpt from Windows PowerShell Cookbook, Second Edition should be able to help you.To search a file for an exact...
The following excerpt from Windows PowerShell Cookbook, Second Edition shows you how to efficiently run a simple task on large amounts of data. One of the major benefits of PowerShell is its capabilit...
The following excerpt from Windows PowerShell Cookbook, Second Edition shows you how to customize the PowerShell console to make it more efficient for copying, pasting, history management, and scrolli...
Supposing you have created a long-running job and you would like Windows PowerShell to notify you upon completion. The following excerpt from Windows PowerShell Cookbook, Second Edition can help.Use t...
Did you know that Windows PowerShell can help you manage your event log? This excerpt from Tulloch, Northrup, et al.'s Windows® 7 Resource Kit will show you how.
New in Windows 7 is the capab...