PowerShell REST Interface

I was looking into the capabilities of using PowerShell with RT and came across some documentation with examples of how to accomplish this, http://requesttracker.wikia.com/wiki/REST. I attempted the example in the PowerShell section at the bottom but I can’t seem to get anywhere with it. It just returns that I need to provide credentials even though I’ve specified them per the example in the documentation. This is what I get.

$rt.Content
RT/4.0.11 401 Credentials required

I’ve looked through the searchable archives, google, RT documentation and just not seeing much else about this. Has anyone accomplished this before?

Hiyo!

This is crazy old, but just an FYI, there’s a simple PowerShell wrapper that you could use. Not comprehensive, and poorly written, but does the job

Cheers!