Month: August 2014

System Uptime

All PowerShell Versions Windows starts a high definition counter each time it boots, and this counter will return the milliseconds the system runs:...

read more

WMI Device Inventory

All PowerShell Versions The WMI service can report plenty of details about the computer hardware. Typically, each type of hardware is represented by...

read more

A Fun Beeping Prompt

All PowerShell versions If your computer has a sound card, here is a code snippet that will drive your colleagues nuts: function prompt { 1..3 |...

read more