Archives for November 2006

Powershell and Innovasys DocumentX4

I continue to be amazed at how easy it is to manipulate COM libraries from within Powershell.  I think it is the fact that you can experiment interactively with the object instances and interrogate the objects with get-member that makes it so convenient. 
I was trying to automate the building of some database documentation using [...]

Powershell and Sandcastle

While investigating how to integrate Sandcastle into our TFS Build we came upon a Powershell script from Scott Hanselman that automates the build of the example that is included with the Sandcastle download.
After running into a few problems getting the script to run, I realized that Scott had built the script against the July CTP [...]