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

Get-VESPItemAttachment

Short Description

Returns a specified SharePoint item attachment.

Applies to: Veeam Backup & Replication, Veeam Backup for Microsoft Office 365

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

Get-VESPItemAttachment [-Item] <VESPItem>  [<CommonParameters>]

Detailed Description

This cmdlet returns a specified SharePoint item attachment.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Item

Specifies a SharePoint item. This cmdlet will return an item attachment for the specified item.

Accepts the VESPItem object. To get this object, run the Get-VESPItem cmdlet.

True

0

True (ByValue)

<CommonParameters>

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

Examples

Get-VESPItemAttachmentExample 1. Getting SharePoint Item Attachement [For Veeam Backup & Replication]

Get-VESPItemAttachmentExample 2. Getting SharePoint Item Attachement [For Veeam Backup for Microsoft Office 365]

Related Commands