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
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
Example 1. Getting SharePoint Item Attachement [For Veeam Backup & Replication]
This example shows how to get attachments for the Documents SharePoint item.
Perform the following steps:
|
Example 2. Getting SharePoint Item Attachement [For Veeam Backup for Microsoft Office 365]
This example shows how to get attachments for the Documents SharePoint item.
Perform the following steps:
|
Related Commands