xDscDiagnostics icon indicating copy to clipboard operation
xDscDiagnostics copied to clipboard

This module contains cmdlets for analyzing DSC event logs.

Results 11 xDscDiagnostics issues
Sort by recently updated
recently updated
newest added

#### Details of the scenario you tried and the problem that is occurring When getting data using Get-xDscOperation the output isn't continous. #### Steps to reproduce the problem ~~~~ Get-xDscOperation...

enhancement
help wanted

I'm on a fresh Windows Server 2019 v1809 trying to play around with xDscDiagnostics (stable). Get-xDscDiagnostics work, but trace doesn't. Also I get an exception instead of a nice error...

needs investigation

See lines 343ff --- This change is [](https://reviewable.io/reviews/powershell/xdscdiagnostics/42)

abandoned
waiting for code fix

We are exporting the data from event logs to the disk.

enhancement
help wanted
breaking change
good first issue

A cmdlet with 'New verb should not be aliases with a verb 'Get' ... these noun represent 2 different actions.

enhancement
help wanted
breaking change
good first issue

Calls to Trace-xDSCOperation fail as assignment of EventType property to TraceOutput Object fails as EventType is $null. # Repro on Windows 10.0.17763 (get-winevent -LogName 'Microsoft-Windows-Dsc/Operational' -MaxEvents 5) | where-object {$_.ContainerLog.endsWith("operational")}...

bug
help wanted

additionally, enable automatically collecting if it is present

enhancement
help wanted

- We are logging some important logs in to the debug channel and the tool does not currently collect debug channel logs. * It will be helpful to trouble shoot...

enhancement
help wanted

In order to have more complete data collection we also need these logs: Microsoft-Windows-DSC/Analytic Microsoft-Windows-DSC/Debug

enhancement
in progress

Certificate misuse for password encryption and decryption seems to be a common scenario. update the xDScDiagnostics to collect information related to certificates. The following are some examples. - Certificate ID...

enhancement
help wanted