Browsing Powershell
Get Windows Product Key with PowerShell
Retrieve the windows product key of a specified machine using WMI, via PowerShell.
Stop service and wait
Very simple script that stops a service and waits for it to stop before rebooting.
Stop-ProcessRemote
In an interesting design choice, Get-Process lets you work with processes on remote machines, but Stop-Process does not.
Basic PowerShell Cheatsheet
We all need to peek at the answers from time to time.
PowerShell Support Matrix
Do you have trouble remember which operating system supports what version of PowerShell? This little cheat sheet will give you hand with that.
Use PowerShell to quickly deploy a VM
Using virtual machines to test things has become almost a second nature exercise for some folks.
Offline Machine Tracking with PowerShell
Here's a simple little script that will track which computers are offline, and how long they have been offline.