Trying to build a report on how much time did a particular user spend logged into a terminal server over a period. The server is only accessible via a gateway, so I'm guessing that the disconnect ...
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 ...
When writing PowerShell scripts, in a perfect world, we'd all just use cmdlets and functions. After all, the batch file days are behind us! Unfortunately, that's not always possible or even the best ...