PowerShell / PrivateCloud.DiagnosticInfo

MIT License
39 stars 40 forks source link

Include deduplication event logs during collection #156

Open eponerine opened 4 years ago

eponerine commented 4 years ago

I have had a number of bug checks and S2D issues with Deduplication in recent months. The first thing I do is gather an SDDC diagnostic package and send along with the ticket. Today, I found out that dedup is not included, which seems odd considering ReFS has supported it since Server 2019.

Can we please update this to include Microsoft-Windows-Deduplication? If the user does not have dedup enabled, then the event log will be empty, not "costing" anything.

https://github.com/PowerShell/PrivateCloud.DiagnosticInfo/blob/712ea3d1d05ae1135782b1ecef47bd1f43469c3c/PrivateCloud.DiagnosticInfo/PrivateCloud.DiagnosticInfo.psm1#L279