--- title: "Get-VBOCommand" description: "This cmdlet returns an array of cmdlets available for Veeam Backup for Microsoft 365. You can query the cmdlets by the full name of the necessary cmdlet, or by the verb or noun in the cmdlet name." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbocommand.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Available Cmdlets > Get-VBOCommand" dateModified: "2026-08-21" --- # Get-VBOCommand ## Short Description Returns a set of the available cmdlets. ## Syntax This cmdlet provides the following parameter sets:
AllCommandSet (Default)
NameSet
NounVerbSet
|
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. |
|
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. |
|
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. |
|
False |
Named |
True (ByPropertyName) |