Tutorial by Examples

Verbs used to name CmdLets should be named from verbs from the list supplied be Get-Verb Further details on how to use verbs can be found at Approved Verbs for Windows PowerShell
Nouns should always be singular. Be consistent with the nouns. For instance Find-Package needs a provider the noun is PackageProvider not ProviderPackage.

Page 1 of 1