2 Great Powershell Functions

by RodStewart on July 28, 2009

The first function is Start-Proc, which came in extremely handy when I was writing a script to automate the setup of utilities across 26 workstations.

Start-Proc was written by Andy Schneider (who kicks ass) and can be found here.

The second function is Out-Excel, which is used to output an object (or selected properties) to an Excel worksheet and can be found here.

Leave a Comment

Previous post:

Next post: