Get-VESPItemAttachment
Short Description
Returns attachments of the specified SharePoint item.
Applies to
Veeam Backup & Replication, Veeam Backup for Microsoft 365
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VESPItemAttachment [-Item] <VESPItem> [<CommonParameters>] |
Detailed Description
This cmdlet returns attachments of the specified SharePoint item.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Item |
Specifies a SharePoint item. This cmdlet will return attachments of 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.
Output Object
The cmdlet returns the VESPItemAttachment[] array that contains attachments added to the specified SharePoint item.
Examples
Example 1. Getting SharePoint Item Attachments [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 Attachments [For Veeam Backup for Microsoft 365]
|
This example shows how to get attachments for the Documents SharePoint item.
Perform the following steps:
|
Related Commands