Zachary Loeber

I eat complexity and am never without a meal.

Powershell: Colorize-Table.ps1 Updated

A little while ago I released a script which uses custom linq assemblies to quickly modify an html table based on column header and an arbitrary scriptblock to test the values within that entire column (by default it is a simple -eq comparison). If the scriptblock evaluates to be true then you can either change just the cell style or the entire row style.

Continue reading

Exchange: Get Calendar Permissions (multilingual edition)

Some time ago I released a rather simplistic GUI for viewing Exchange 2010 mailbox calendar permissions. Because of a semi-related script I’m working on currently I rounded back and recreated that GUI script to be a powershell function instead. This is the result.

Continue reading

Powershell: Colorize-Table Function

Here is a function I modified for quickly modifying the attributes of a table’s rows or individual cells. It uses Linq and is blistering fast. The results are pretty as well so that doesn’t hurt either.

Continue reading
Older posts Newer posts