xWindowsEventForwarding icon indicating copy to clipboard operation
xWindowsEventForwarding copied to clipboard

DSC Module to manage Windows Event Forwarding

Results 9 xWindowsEventForwarding issues
Sort by recently updated
recently updated
newest added

Work need to be done to convert this repository to use the new CI pipeline. https://dsccommunity.org/blog/convert-a-module-for-continuous-delivery/ Another alternative might be to move this resource to the module ComputerManagementDsc and then...

help wanted
blocking release

Thanks for building out this DSC resource, it's been really helpful. The hash table is intuitive for specifying which logs to include in the query, but I haven't been able...

enhancement
help wanted

Ok, I know there is a lot of commits here, but I think its all set. Basically I found that if I removed the `` tag in the generated xml,...

abandoned
breaking change
waiting for author response

I for the life of me cannot figure out why this config does not work: ```powershell xWEFSubscription "WEFSubscription" { SubscriptionID = "AppLocker" SubscriptionType ="SourceInitiated" Enabled = $true Ensure = "Present"...

bug
in progress

‘Address’ property is probably best as ‘SourceComputer’. We shouldn’t’ give it a default value, and we should add validation to throw if they: o Specify it, but aren’t using a...

enhancement
help wanted