--- title: "Get-VBOServer" description: "This cmdlet returns the specified path to the folder that is used as temporary storage for export and save operations." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vboserver.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Managing Veeam Backup for Microsoft 365 > Get-VBOServer" dateModified: "2026-08-21" --- # Get-VBOServer ## Short Description Returns information about the Veeam Backup for Microsoft 365 server. ## Syntax ``` Get-VBOServer [] ``` ## Detailed Description This cmdlet returns the specified path to the folder that is used as temporary storage for export and save operations. ## Parameters `` 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. ## Output Object The cmdlet returns the [`VBOServer`](vboserver.md) object that contains settings of the Veeam Backup for Microsoft 365 server. ## Examples ::: example ### Getting Server This command returns information about the Veeam Backup for Microsoft 365 server. ``` Get-VBOServer TempFolderPath -------------- C:\TemporaryFolder ``` ::: ## Related Commands [`Set-VBOServer`](set-vboserver.md)