Hi @Admin SIRWA
Thank you for reaching out to Microsoft Learn Q&A!
Based on your description, I understand that you're trying to identify where the 138GB of storage is being used and how to reclaim some of it. I truly appreciate the detailed information you've shared. It helps us better understand your situation.
To assist you further, could you please clarify what you mean by "Exchange Server SE setup on a virtual Server 2019"? Are you referring to running Exchange Server SE on a virtual machine with Windows Server 2019 as the operating system?
If so, may I suggest checking whether you're using Windows Server Backup with Volume Shadow Copy Service (VSS) to back up your Exchange Server? You can verify this by:
- Reviewing the Windows Server Backup logs
- Checking the Event Viewer
- Running the following PowerShell command :
Get-MailboxDatabase -Server <ServerName> -Status | Format-List Name,*FullBackup
Reference: Use Windows Server Backup to back up Exchange | Microsoft Learn
If VSS is enabled, you can list all existing shadow copies of a specified volume using this command: vssadmin list shadows
Reference: vssadmin list shadows | Microsoft Learn
If you decide to make any changes to VSS data, please remember to back up your data beforehand to avoid any potential loss.
If I’ve misunderstood any part of your setup or if you have any updates, please don’t hesitate to let me know. Thank you for your time, and I look forward to hearing from you.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.