Hello
When creating a WMI 'Permanent' Event Subscriber (e.g. one that carry on when you close the shell or reboot the server as it get stored in the CIM database), it used to be the case the the Action (e.g. what kicks off when event occurs) could only be a VBScript and not a PowerShell script as WMI was calling WSH (Windows Scripting Host).
Does any one know if this has changed on Windows Server 2012 R2 e.g. can WMI in this version of Windows support actioning a Powershell script directly as above?
Thank you
AAnotherUser__