--- title: "Get-VBRDefaultWindowsMountServer" description: "This cmdlet returns the VBRDefaultWindowsMountServer object which contains the default Windows mount server and its settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrdefaultwindowsmountserver.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Mount Server Settings > Get-VBRDefaultWindowsMountServer" dateModified: "2026-08-19" --- # Get-VBRDefaultWindowsMountServer ## Short Description Returns the default Windows mount server. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRDefaultWindowsMountServer [] ``` ## Detailed Description This cmdlet returns the `VBRDefaultWindowsMountServer` object which contains the default Windows 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 [`VBRDefaultWindowsMountServer`](vbrdefaultwindowsmountserver.md) ## Examples ::: example ### Getting Default Windows Mount Server This command returns the default Windows mount server. ``` Get-VBRDefaultWindowsMountServer ``` :::