I think I visit this guy's page at least once a week to copy-and-paste a little PowerShell snippet that generates a GUID.
Write-Host ([System.Guid]::NewGuid())
You'd think that after the first ten times, I would start to memorize it. I guess when I need a GUID, I'm very far away (mentally) from thinking about the PowerShell syntax.
Harumph.