hello
Google
Welcome to Carpe Diem: Flaphead@Home Sign in | Join | Help

Carpe Diem: Flaphead.com

Seize the Day

News


  • Add to Technorati Favorites <script type="text/javascript" src="http://technorati.com/embed/3ni3q36ikc.js"> </script>
    This information is provided "AS IS" with no warranties, and confers no rights. Also some of the information contains my views and thoughts.
    <script src="http://widgets.technorati.com/t.js" type="text/javascript" charset="UTF-8"></script>

    Add Me! - Search Engine Optimization

    I heart FeedBurner

Windows PowerShell Cookbook

In my past life I used to program dBase and Foxpro.  I am the sort of programmer that is kind of lazy, and I like looking for samples of code and then working by code around it, or using the sample to get an Idea how to do stuff.

Typically I use msdn and a number of blogs as my main source of stuff.  That was until I found the Windows PowerShell Cookbook.

Lee Holmes has created a book that is just what I want and need.  It gives me a description of things I would want to do with PowerShell and then working sample code. It is a god send.

Today examples are how can I get perfmon counters from another machine using PowerShell? That would be on Page 270 [Hint: New-Object System.Diagnostics.PerformanceCounter <object>,<counter>,"",<Server>].  Oh What about remote eventlogs?  Page371 [Hint: New-Object Diagnostics.Eventlog <Eventlog>,<ServerName>]

If you are looking for something to buy someone who is interesting in Windows PowerShell I can recommend this book cos it rocks! well done Lee!

Check it out here: http://www.amazon.co.uk/s/ref=nb_ss_w_h_?url=search-alias%3Daps&field-keywords=PowerShell+Cookbook&Go.x=9&Go.y=12

Posted: 17 December 2007 16:08 by Paul Flaherty
Filed under: ,

Comments

No Comments

New Comments to this post are disabled