Cmdlets (for command-applets), are commands consisting of a verb and a name separated by a hyphen (-), "Get-command", for example list the available commands, as you can see in the example, the verb "get" describes the action "recover" Applied to the name "Command". You have several generic verbs like Set, Get, ADD, Remove, etc… That are applicable with different names like Path, Item, Variable, Object, etc.