Zachary Loeber

I eat complexity and am never without a meal.

Use Powershell to Create a Windows Service Dependency Diagrams

I use powershell with graphviz to generate color coded service dependency diagrams for windows services. Besides creating useful and beautiful diagrams for your environment, this will also provide some interesting functions for gathering remote service information with alternate credentials.

Continue reading

Powershell Utility: Comment Based Help Automater

Comment based help is used in powershell-land to provide fast and easy help for cmdlets at the console. This little powershell based GUI helps fellow coders automatically construct comment based help blocks for their functions.

Continue reading

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
Older posts Newer posts