Save-VETItem
Short Description
Saves Microsoft Teams items.
Product: Veeam Backup for Microsoft 365
Product Edition: Community, Rental License, Subscription License
Syntax
This cmdlet provides the following parameter sets:
-
SavePostParameterSetSave-VETItem [-Post] <VETPost[]> [-Path] <String> [-Force] [<CommonParameters>]
-
SaveFileParameterSetSave-VETItem [-File] <VETFile[]> [-Path] <String> [-AsZip] [-Force] [<CommonParameters>]
Detailed Description
This cmdlet saves Microsoft Teams items such as posts and files.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AsZip |
Defines that the cmdlet will save the specified files as a ZIP archive. Default: False |
|
False |
2 |
False |
|
File |
Specifies Microsoft Teams team channel files that you want to save.
Accepts the |
True |
0 |
True (ByValue) |
|
|
Force |
Defines that the cmdlet will create a folder in the specified path if the folder does not exist yet. Default: False |
|
False |
Named |
False |
|
Path |
Specifies a path to a folder where you want to save the specified posts or files. If you want to save files as a ZIP archive, specify a path to the ZIP archive file. |
|
True |
1 |
False |
|
Post |
Specifies Microsoft Teams team channel posts that you want to save.
Accepts the |
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 Learn.
Examples
Example 1. Saving Microsoft Teams Post
|
This example shows how to save the
Perform the following steps:
|
Example 2. Saving Microsoft Teams File
|
This example shows how to save the
Perform the following steps:
|
Related Commands
Get-VBOTeamsItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Teams items.Get-VETOrganizationReturns Microsoft Teams organizations added to Veeam Backup for Microsoft 365.Get-VETPostReturns Microsoft Teams team channel posts.Get-VETFileReturns files published in Microsoft Teams team channels.