Hi team!
Here is a case about how can I collect VDS logs?
I hope it can be helpful when you learn about it :)
Symptom
How can I collect VDS logs?
Solution
Collect vds trace.
In the CLI, enter md %systemroot%\system32\LogFiles\VDS. #ole_link212
In the cmd.exe, enter Logman start vds -o %systemroot%\system32\LogFiles\VDS\VdsTrace.etl -ets -p {012F855E-CC34-4da0-895F-07AF2826C03E} 0xffff 0xff.#ole_link214
Reproduce the problem.
In the cmd.exe, enter Logman stop vds -ets.#ole_link216
In the %systemroot%\system32\LogFiles\VDS\ directory, find the VdsTrace.etl file and send it to Microsoft.#ole_link221
Collect etl trace.
In the cmd.exe, enter logman create trace "minkernel_storage" -ow -o c:\minkernel_storage.etl -p {0BEE3BC5-A50C-4EC3-A0E0-5AD11F2455A3} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 –ets.#ole_link742
Reproduce the problem.
In the cmd.exe, enter logman stop "minkernel_storage" –ets.#ole_link218
Send the c:\minkernel_storage.etl file to Microsoft.#ole_link219
Collect C:\Windows\Inf\setupapi.dev.log, C:\Windows\Inf\setupapi.offline.log, and C:\Windows\Inf\setupapi.setup.log and system logs, and send them to Microsoft.