Category Archives: Hints and Tips

Subtracting days from a DateTime object in PowerShell

For those unfamiliar with DateTime objects, the problem is exceedingly simple – but the solution is even simpler. Take the following DateTime object: PS C:UsersAbrodie> $dt = get-datePS C:UsersAbrodie> $dt 03 November 2011 17:48:56 If I look at the methods … Continue reading

Posted in Hints and Tips, Microsoft, PowerShell | Tagged , | Leave a comment

Strange text behaviour in Visio 2003/2010

Network Diagrams in Visio are extremely useful when trying to design or explain to someone how a set of computers are, or are going to be, connected together.  The user is presented with a set of preset shapes which you … Continue reading

Posted in Hints and Tips, Microsoft, Visio | Leave a comment