Richard and Mario, thanks for your suggestions! We will consider this for GoLive milestone.
At the same time, I am certainly surprised by these requests. Not by this specific one, but by the tendency in general. You guys should realise that it is impossible to have trivial commands for all situations. Admins should get familiar with Powershell, at least with main principles, and with IIS namespace. After that you could taylor as many simple commands as required for your business, taste or client. Otherwise you will have to deal with miriad of commands each with multiple parameters, created by Miscrosoft for some abstract administrator. Powershell was created as infinitely extendable platform, which each user or organization will modify as they like. You could easily chain commands into pipeline to get desired result or output. Don't lock yourselves into specific commands!
For CTP2 I spent two last weeks and added 40 new commands. All those commands could be one-two lines of script, I put it into assembly only to have better service from the shell. If we follow this trend and will try to save key strokes here and there, by the time we ship this project we could easily have ten times more commands -- with depth and complexity of IIS configuration. Do you think it will be better, and easier to use having those 400 commands? Do you think command names will be shorter, more expressive and you will memorize them all? I doubt it...
--Sergei