Category Archives: powershell

Unprotecting Word Documents

A quick search around Google reveals that there are many an application that will remove the protection from Word documents. However I question the trustworthiness of these programs, what if they install key loggers, or trojans, or some other nefarious code? So I did some research and scripting to make my own document cracker, and [...]

MergeXML

A recent project at work required me to merge two XML documents together and thus this was born, MergeXML. It’s written for Powershell and thus can be used for a variety of things. From a simple command line utility to an entire login script (which is why I need it).
MergeXML