database-tools

Why Be Normal?

Why Be Normal?

Being normal may not seem like much fun; I wore a “Why Be Normal?” button with pride throughout college.  And I did it out of choice rather than as...

read more

Finding Public IP Address

Would you like to know what your public IP address is that you are currently using while being connected to the Internet? It’s a one-liner:...

read more

Working with UTC Times

When working across language boundaries, you might want to use a way to “normalize” date and time, for example for logging. Instead of...

read more

Displaying Message Boxes

PowerShell can access all public .NET classes, so it is (fairly) easy to create a message box: $result = [System.Windows.MessageBox]::Show('Do...

read more