DiscoPosse – Using the chicken to measure IT
Technology, Cycling, Music and Madness

 
Archive for May, 2013
 

 
featured_powershell

CSV, yeah you know me! – PowerShell and the Import-Csv CmdLet – Part 2

In part 1 of this series we touched on the basics of using the Import-Csv CmdLet by reading a file into an array variable and extracting elements and data from our input data. To enhance this process we can now take the data in...
by Eric
6

 
 
featured_powershell

CSV, yeah you know me! – PowerShell and the Import-Csv CmdLet – Part 1

Managing data inside a CSV file is surprisingly simple thanks to the Import-CSV CmdLet. I’m often presented with data from different sources in a variety of formats, and by and large the common format used for data extrac...
by Eric
2

 

 
jack-of-all-trades1

The Rise of the Generalist

If I could paraphrase the title of the Anthony Robbins powerfully popular book, I would pen one myself named “Awaken the Consultant Within”. There are many paradigm shifts in technology and business. Some are cyclic...
by Eric
0

 
 
featured_powershell

Are you sure? Using the -WhatIf and -Confirm parameters in PowerShell

There are 2 very helpful parameters you can apply to many PowerShell CmdLets. These are the -WhatIf and the -Confirm options. There are many cases where you are processing a number of records which you would like to get an ...
by Eric
0