News

One way to store information in a hierarchical way is in a XML file. XML provides a great way to store objects and their attributes in a plain-text file. Although plain text, XML isn't just some ...
Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...
When building PowerShell tools, I hope by now that testing that script or module is in your repertoire. Testing is necessary to ensure that the code does what you would expect. Proper testing has ...