Let’s face it, virtually nobody can memorize the entire .NET framework, all PowerShell Cmdlets, every COM object and every WMI class. We all need to look things up. Usually you use the MSDN library online or locally or, if you are like me, you let Google sort out what the best place to look is. […]
Tag: MSDN
List PowerShell verbs
As you may be aware, PowerShell cmdlets are supposed to be named with a standard verb. I usually suggest that scripters name scripts and functions also using a standard verb, although it is not required and I certainly bend the rules from time to time. Hopefully by now you’re saying to yourself, “Show me the verbs!”