--- title: "Get-VBOFolderExclusions" description: "This cmdlet returns folder exclusion settings. Backup jobs will not process the specified mailbox data." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbofolderexclusions.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Data Backup > Folder Exclusions > Get-VBOFolderExclusions" dateModified: "2026-08-21" --- # Get-VBOFolderExclusions ## Short Description Returns folder exclusion settings. ## Syntax ``` Get-VBOFolderExclusions [] ``` ## Detailed Description This cmdlet returns folder exclusion settings. Backup jobs will not process the specified mailbox data. ## 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 [`VBOFolderExclusions`](vbofolderexclusions.md) object that contains folder exclusion settings. ## Examples ::: example ### Getting Folder Exclusion Settings This command returns the folder exclusion settings. ``` Get-VBOFolderExclusions ``` :::