In what must be the most unusual use of PowerShell that I’ve seen so far, I stumbled across the following… it plays a song and has dancing ASCII.
Copy/paste the following into a PowerShell console then press RETURN:
iex (New-Object Net.WebClient).DownloadString(“http://www.leeholmes.com/projects/ps_html5/Invoke-PSHtml5.ps1“)
It’s quite innocuous but if you’re cautious and want to review the PS code beforehand, just download the script itself instead.
Hope this helps…