--- title: "Get-VBRDefaultLinuxMountServer" description: "This cmdlet returns the VBRDefaultLinuxMountServer object which contains the default Linux mount server and its settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrdefaultlinuxmountserver.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Mount Server Settings > Get-VBRDefaultLinuxMountServer" dateModified: "2026-08-19" --- # Get-VBRDefaultLinuxMountServer ## Short Description Returns the default Linux mount server. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRDefaultLinuxMountServer [] ``` ## Detailed Description This cmdlet returns the `VBRDefaultLinuxMountServer` object which contains the default Linux mount server and its settings. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRDefaultLinuxMountServer`](vbrdefaultlinuxmountserver.md) ## Examples ::: example ### Getting Default Linux Mount Server This command returns the default Linux mount server. ``` Get-VBRDefaultLinuxMountServer ``` :::