PowerShell with a Purpose Blog
by Don Jones
Demystify PowerShell, automate tedious systems administration tasks, and improve your IT efficiency with these concentrated nuggets of PowerShell goodness!
Creating Restricted/Constrained PowerShell Runspaces
Posted @ 5/12/2011 10:45 AM By Don Jones
One of the neat parts about PowerShell's Remoting feature is its support for constrained runspaces. "I want admins to be able to remote into this server, but I only want them to be able to run certain commands, and I don't want them running scripts." It's possible - although requires a bit of work to configure.
Here's a great write-up on the concepts; thanks to
@adamdriscoll on Twitter for calling this to my attention, and to
@ravikanth for writing it up!