Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Weekend Scripter: Organize Music Collection with PowerShell

Summary: Use Windows PowerShell and free utilities to clean up your directory structure and organize MP3s. Honorary Scripting Guy, Sean Kearney, is here. Today I was staring at a big pile of MP3s on my computer. It was actually a consolidation from several different machines. Old Media Player stuff, junk from a previous iTunes installation ...

PowerTip: Restore Default PSSession Endpoints

Summary: Learn how to restore default PSSession endpoints. (image)  How do I restore my default PSSession endpoints if I accidently unregistered them? (image)  Use Enable-PSRemoting to automatically rebuild the remote endpoints on your system: Get-PSSessionConfiguration Enable-PSRemoting –Force #Now try it again Get-...