The common format that PowerShell cmdlets use is the Verb-Noun notation.

Common verbs are following:

Verb Explanation
Get Retrieves a resource, such as a file or a user
Set Changes the data associated with a resource, such as a file or user property
New Creates a resource, such as a file or user
Add Adds a resource to a container of multiple resources
Remove Deletes a resource from a container of multiple resources

Reference