This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOCommand

Short Description

Returns a set of the available cmdlets.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all Veeam Backup for Microsoft 365 cmdlets.

Get-VBOCommand  [<CommonParameters>]

  • Get a cmdlet with a specified name.

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

  • Get cmdlets whose names contain a specified noun or verb.

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

Detailed Description

This cmdlet allows you to get cmdlets with a specific name, or with a name that consists of a certain verb or noun.

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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Name

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

String

False

0

True (ByValue, ByPropertyName)

True

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)

True

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)

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Get-VBOCommandExample 1. Getting All Veeam Backup for Microsoft 365 PowerShell Cmdlets

Get-VBOCommandExample 2. Getting Cmdlet by Name

Get-VBOCommandExample 3. Getting Cmdlets by Verb

Get-VBOCommandExample 4. Getting Cmdlets that Contain Specific Noun