Page 1 of 1

PowerShell module for Transmission

Posted: Thu May 31, 2012 1:25 pm
by trondhindenes
Guys, I just wanted to let you know I've created a PowerShell module for controlloing Transmission. It supports pipelining, so that you can for instance run

Get-Transmissiontorrent | where {$_.percentDone -eq 100} | remove-transmissionTorrent

I don't plan on writing any long tutorial or how-to, but if you're using Windows PowerShell daily, you should have no problem getting up to speed. Btw, it requires PowerShell version 3.0 CTP or later.
You'll find the download link here: http://hindenes.com/trondsworking/2012/ ... revisited/

regards,
Trond