--- title: "Get-VESPCommand" description: "Returns a set of cmdlets available for Veeam Explorer for Microsoft SharePoint and Veeam Explorer for Microsoft OneDrive." canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/get-vespcommand.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SharePoint > Get-VESPCommand" dateModified: "2026-08-20" --- # Get-VESPCommand ## Short Description Returns a set of cmdlets available for Veeam Explorer for Microsoft SharePoint and Veeam Explorer for Microsoft OneDrive. **Product**: Veeam Backup & Replication, Veeam Backup for Microsoft 365 **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## 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) |