xWindowsEventForwarding
xWindowsEventForwarding copied to clipboard
DSC Module to manage Windows Event Forwarding
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...
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...
BREAKING CHANGE: Corrected the CredentialsType to only be used on CollectorInitiated Subscriptions
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,...
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"...
‘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...