Good interview. It is helpful to see how PowerShell is being utilized out in the wild (and in a commercial application no less). BTW I have a bit of hard time with verb names also. I think that it is really helpful to have a list of verbs and the corresponding PowerShell verb e.g delete/erase --> remove. In fact, this might be a handy cmdlet to have (Get-StandardVerb -name delete --> remove). However I think we might be a bit too stingy on the number of verbs. Trust me, I don't want to see the verb list get too big but something like search (or find) is just such a common concept that one of the two (search or find) should be a verb IMO.