New Post: Initial Release
The PowerEvents module is being targeted for initial release on November 30th, 2010.
View ArticleNew Post: Initial Release
The PowerEvents module was released around 9 PM on November 30th, 2010. The version for this release is 0.2 alpha. It provides three main functions which create the necessary objects for WMI permanent...
View ArticleNew Post: The description for event XXX cannot be found
Hi Trevor,I have a problem with "EventLog" consumers: I am not able to write the InsertionStringTemplatesin the event log. Whenever I generate the event, the associated consumer is triggered and it...
View ArticleNew Post: The description for event XXX cannot be found
Hello Marzio, I've actually run into the same issue using the EventLog consumer. As of right now I don't have a solution for it, as it would require a little investigative work into the Windows Event...
View ArticleNew Post: The description for event XXX cannot be found
Hi Trevor,thank you for your answer. Unluckily I cannot run custom scripts on remote machines, since I am authorized only to make small changes in their configuration (I managed to classify the...
View ArticleNew Post: EventLog Consumer : InsertionStringTemplates argument writes %1% to...
Hi,I use the following codeImport-Module PowerEvents$MyFilter= New-WMIEventFilter -Name NICDisabledTrigger -Query "Select * from __InstanceModificationEvent within 2 Where TargetInstance ISA...
View ArticleNew Post: EventLog Consumer : InsertionStringTemplates argument writes %1% to...
Hello,Sorry I don't get notifications for these discussion messages unfortunately.Anyway, the event log provider seems to need some sort of DLL to match event log messages to friendly names. I'm not...
View ArticleNew Post: Example: Monitoring DB mirroring
You wanted to know how people were using this so...We have 4 database servers with about 100 DBs between them in two mirrored pairs. We wanted a solution to monitor the mirror states, specifically when...
View ArticleNew Post: A plea for help using PowerEvents…I am almost there!
I am working through the lectures and documentation and I have been able to implement 3 of the 4 ConsumerTypes that I am interested in.SMTP was the first and worked first try…then I got stuck on...
View ArticleNew Post: A plea for help using PowerEvents…I am almost there!
FYI, I've been working with Antonio on this issue over e-mail. As far as I can tell, the CommandLineTemplate is correct, however the %TargetInstance.Name% property being passed to the batch file does...
View ArticleNew Post: A plea for help using PowerEvents…I am almost there!
Per recommndation I took the parameter out of the equation but that was not the issue.(I have sent Trevor a message offline) but it seem to have something to do withThe code that calls WmiEventConsumer...
View ArticleNew Post: A plea for help using PowerEvents…I am almost there!
WOW...I just realize that 99440d1d4431has the fix...I downloaded Alpha 2.0 :(Since that is a major fix I would have made it the latest Allpha....Well at least I learned a bit....
View ArticleNew Post: A plea for help using PowerEvents…I am almost there!
I'll be updating the official release to reflect the change. Thanks for your efforts in finding this problem.Cheers,Trevor Sullivanhttp://trevorsullivan.nethttp://twitter.com/pcgeek86
View ArticleNew Post: Problem with permanent events
I have a script that waits for a usb device to be plugged in and then logs the devices id and a script that reads blacklisted processes from a text file and if any of those processes are created it...
View ArticleNew Post: Write-Host is poo poo :)
Hey, thanks for the module. It has been very helpful! I would make one small suggestion that you remove all references to Write-Host, especially the message that appears every time the module is...
View Article