Help Center
Choose product document...
Veeam Backup for Microsoft Office 365 2.0 [Archived]
PowerShell Reference

Get-VBOCommand

Short Description

Returns a set of available cmdlets.

Syntax

This cmdlet provides 3 parameter sets.

  • For getting Veeam Backup for Microsoft Office 365 related cmdlets:

Get-VBOCommand  [<CommonParameters>]

  • For getting cmdlets related to the specified name:

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

  • For getting cmdlets related to the specified noun and/or verb:

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

Detailed Description

This cmdlet allows to look for available cmdlets by their name, verb or noun. Microsoft PowerShell cmdlets consist of a verb and a noun. For example, the Get-VBOCommand cmdlet consist of Get verb and VBOCommand noun. Together verb and noun form a cmdlet name.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the name of the command. Lists the commands that match the specified name or regular name patterns.

False

0

True (ByValue,
ByProperty
Name)

True

Noun

Specifies the noun. Lists the commands using the specified noun name.

False

Named

True (By
Property
Name)

True

Verb

Specifies the command verb. Lists the commands using the specified verb name.

False

Named

True (By
Property
Name)

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command returns all Veeam Backup for Microsoft Office 365 PowerShell cmdlets:

PS C:\PS> Get-VBOCommand

Example 2

This command returns cmdlets by its name:

PS C:\PS> Get-VBOCommand -name Add-VBOJob

Example 3

This command returns all cmdlets with a verb "Get":

PS C:\PS> Get-VBOCommand -verb Get

Example 4

This command returns all cmdlets with a noun "VBOJob":

PS C:\PS> Get-VBOCommand -noun VBOCommand

Related Commands

Veeam Large Logo

User Guide

RESTful API Reference

PowerShell Reference