iPowerShell – Your handy iOS companion for the PowerShell user

As a regular PowerShell user, I like to draw on useful resources to get quick information to make the scripting experience as pleasant and productive as possible. While I use the Microsoft TechNet documentation as my most common source of documentation for the MS related PowerShell CmdLets, it’s nice to have something portable, searchable and … Read more

Importing, and Updating Exchange 2010 Contacts from CSV

I’ve had a very specific requirement to add a list of external contacts into an internal Microsoft Exchange environment. The goal of this is to integrate an external company’s list of contacts and some key information into the Global Address List with an identifier on each record showing the company name as part of the … Read more

Toronto VMUG Event – Thoughts and review

Two word review: Well done! For those who know, the VMware User Group (VMUG) community is a great resource. For anyone who is keen to get to view great presentations, network with peers and to gain access to targeted vendors and other community members, they will find it to be a great bunch of people with some … Read more

Using PowerShell Import-Csv – Looping with foreach – Part 2

Welcome to the continuation of our series on using the PowerShell function Import-CSV.  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. Looping with PowerSehll Import-CSV foreach To enhance this process … Read more