powertips

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
1 42 43 44 45 46 122