The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi, Brooklynn Allen
In Exchange Server (2016/2019/SE), the Exchange VSS writer functionality is hosted in the Microsoft Exchange Replication service, and it requires the Microsoft Exchange Information Store service to be running for the writer to be advertised to VSS requesters (backup software).
That said, if vssadmin list writers shows no writers at all, that points to a broader VSS/COM+ registration problem on Windows (not just Exchange), which can prevent VSS writers from being enumerated entirely.
So, there are two scenarios in this situation, you can check to see if it can help you:
- If
vssadmin list writersreturns no writers at all, fix the Windows VSS writer enumeration issue by correcting the Event System registry TypeLib path to%systemroot%\system32\EVENTCLS.DLLand restarting the COM+ Event System and Volume Shadow Copy services, then re-runvssadmin list writersto confirm writers are listed again. - If other writers appear but only “Microsoft Exchange Writer” is missing, verify that both the Microsoft Exchange Replication service (writer host) and the Microsoft Exchange Information Store service (required for writer advertisement) are running, then restart the services as needed and re-check
vssadmin list writersfor the writer to return.
Link references:
https://learn.microsoft.com/en-us/exchange/high-availability/disaster-recovery/disaster-recovery
Hope my answer will help you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.