Get-VETCommand

Short Description

Returns a set of cmdlets available for Veeam Explorer for Microsoft Teams.

Product: Veeam Backup for Microsoft 365

Product Edition: Community, Rental License, Subscription License

Syntax

This cmdlet provides the following parameter sets:

  • AllCommandSet (Default)

    Get-VETCommand [<CommonParameters>]

  • NameSet

    Get-VETCommand [[-Name] <String>] [<CommonParameters>]

  • NounVerbSet

    Get-VETCommand [-Noun <String>] [-Verb <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of cmdlets available for Veeam Explorer for Microsoft Teams. You can query the cmdlets by the full name of the necessary cmdlet, or by the verb or noun in the cmdlet name.

For example, the Get-VETCommand cmdlet consists of the Get verb and the VETCommand noun. To get this cmdlet, you can search for it either by its full name, the Get verb or the VETCommand noun.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies a name to query cmdlets. The cmdlet will return a cmdlet whose name matches the specified name.

String

False

0

True (ByPropertyName, ByValue)

Noun

Specifies a noun to query cmdlets. The cmdlet will return a list of cmdlets whose names contain the specified noun.

String

False

Named

True (ByPropertyName)

Verb

Specifies a verb to query cmdlets. The cmdlet will return a list of cmdlets whose names contain the specified verb.

String

False

Named

True (ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.

Examples

Get-VETCommandExample 1. Getting All Veeam Explorer for Microsoft Teams Cmdlets

This command returns all Veeam Explorer for Microsoft Teams cmdlets.

Get-VETCommand

Get-VETCommandExample 2. Getting Cmdlet by Name

This command returns the Get-VETItem cmdlet.

Get-VETCommand -Name Get-VETItem

Get-VETCommandExample 3. Getting Cmdlets by Verb

This command returns a list of cmdlets whose names contain the Get verb.

Get-VETCommand -Verb Get

Get-VETCommandExample 4. Getting Cmdlets that Contain Specific Noun

This command returns a list of cmdlets whose names contain the VETItem noun.

Get-VETCommand -Noun VETItem

Page updated 2026-08-20

Page content applies to build 8.5.0.1014