Common Cmdlet Actions
The following verbs are supported by most cmdlets and are associated
with a specific action.
| New | The New verb creates an instance of something, such as a new configuration setting, a new database, or a new SMTP connector. |
| Remove | The Remove verb removes an instance of something, such as a mailbox or transport rule. All Remove cmdlets support the WhatIf and Confirm parameters. |
| Enable | The Enable verb enables a setting or mail-enables a recipient. |
| Disable | The Disable verb disables an enabled setting or mail-disables a recipient.
All Disable tasks also support the WhatIf and Confirm |
| Set | The Set verb modifies specific settings of an object, such as the alias of a contact or the deleted item retention of a mailbox database. |
| Get | The Get verb queries a specific object or a subset of a type of object, such as a specific mailbox, all mailbox users, or mailbox users in a domain. |