Get-VETCommand
Short Description
Returns a set of cmdlets available for Veeam Explorer for Microsoft Teams.
Applies to: Veeam Backup for Microsoft Office 365
Product Edition: Community, Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all Veeam Explorer for Microsoft Teams cmdlets.
- Get a cmdlet with a specified name.
- Get cmdlets cmdlets whose names contain a specified noun or verb.
Detailed Description
This cmdlet allows you to get cmdlets for Veeam Explorer for Microsoft Teams. You can get a cmdlet with a specific name, or with a name that consists of a certain verb or noun.
For example, the Get-VETCommand cmdlet consists of the Get verb and the VETCommand noun. To get this cmdlet, you can search it either by its full name, the Get verb or the VETCommand noun.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Name | Specifies a name to query cmdlets. The Get-VETCommand cmdlet will return a cmdlet whose name matches the specified name. | String | False | 0 | True (ByValue, | True |
Noun | Specifies a noun to query cmdlets. The Get-VETCommand cmdlet will return a list of cmdlets whose names contain the specified noun. | String | False | Named | True (By | True |
Verb | Specifies a verb to query cmdlets. The Get-VETCommand cmdlet will return a list of cmdlets whose names contain the specified verb. | String | False | Named | True (By | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.
Examples
Example 1. Getting All Veeam Explorer for Microsoft Teams PowerShell Cmdlets
Example 2. Getting Cmdlet with Specific Name
Example 3. Getting Cmdlet that Contains Specific Verb
Example 4. Getting Cmdlet that Contains Specific Noun