--- title: "Set-VBOServer" description: "This cmdlet allows you to specify temporary storage for export and save operations." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/set-vboserver.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Managing Veeam Backup for Microsoft 365 > Set-VBOServer" dateModified: "2026-08-21" --- # Set-VBOServer ## Short Description Allows you to specify temporary storage for export and save operations. ## Syntax ``` Set-VBOServer [-TempFolderPath ] [] ``` ## Detailed Description This cmdlet allows you to specify temporary storage for export and save operations. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

TempFolderPath

Specifies a path to the folder that will be used as temporary storage for export and save operations.

Default: %temp%

String

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Examples ::: example ### Defining Folder for Export and Save Operations This command defines the folder where results of export and save operations will be saved. ``` Set-VBOServer -TempFolderPath "C:\TemporaryFolder" ``` :::