Is there a consolidated list of GUIDs for well known VSS writers available somewhere? At least the Microsoft ones like System State, Exchange, SQL, Sharepoint etc.
相关问题
- TFS 2015: Version-Error uploading custom process t
- How to compare two GUIDs in Linq to Entities
- Transforming a Java UUID object to a .NET GUID str
- How to generate a version 1 Guid in .NET?
- Guid with extra characters issue
相关文章
- How can I create a guid in MFC
- .NET GUID uppercase string format
- What is {{$guid}} used for in Postman?
- List of well known VSS Writer GUIDs
- base64 to guid to base64
- Why are public fields and properties interchangeab
- Guid.NewGuid(); behind the scenes in .NET Core
- Using both a GUID and an auto-incrementing integer
Well now there is one started here :-)
Have you tried
VSSADMIN LIST WRITERS
on your command line?There doesn't appear to be a definitive list anywhere. Best I could suggest would be to google using existing GUIDs you've found on your system, e.g. googling for "a65faa63-5ea8-4ebc-9dbd-a0c4db26912a" (the SQLServerWriter), finds forums posts for people seeking help, and tend to include their own writer lists. From there, you could compile a fairly good list.