--- title: "Get-VEMDBExtendedLogging" description: "Returns the state of the extended logging mode for Veeam Explorer for MongoDB. Product: Veeam Backup & Replication Product Edition: Enterprise Plus, Veeam Universal License This cmdlet returns the state of the extended logging mode for Veeam Explorer" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vemdbextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for MongoDB > Get-VEMDBExtendedLogging" dateModified: "2026-08-20" --- # Get-VEMDBExtendedLogging ## Short Description Returns the state of the extended logging mode for Veeam Explorer for MongoDB. **Product**: Veeam Backup & Replication **Product Edition**: Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VEMDBExtendedLogging [] ``` ## Detailed Description This cmdlet returns the state of the extended logging mode for Veeam Explorer for MongoDB. The cmdlet will return the following types of state: - *True* — in case the extended logging mode is enabled. - *False* — in case the extended logging mode is disabled. ## 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. ## Examples ::: example ### Getting State of Extended Logging This command returns the state of the extended logging mode for Veeam Explorer for MongoDB. ``` Get-VEMDBExtendedLogging ``` ::: ## Related Commands - [`Enable-VEMDBExtendedLogging`](enable-vemdbextendedlogging.md) - [`Disable-VEMDBExtendedLogging`](disable-vemdbextendedlogging.md)