WmiListener.psd1
@{ RootModule = "WmiListener.psm1" ModuleVersion = "1.1.0" PowerShellVersion = "5.1" GUID = "f47ac10b-58cc-4372-a567-0e02b2c3d479" CompatiblePSEditions = @("Core", "Desktop") Author = "Joel055" Description = "Toolkit for automating actions via WMI event listeners on process or service events." FunctionsToExport = @( "Register-Listener", "Get-Listener", "Remove-Listener" ) PrivateData = @{ PSData = @{ Tags = @("WMI", "Automation", "Listener", "Toolkit") LicenseUri = "https://opensource.org/licenses/MIT" ProjectUri = "https://github.com/Joel055/WmiListener" HelpInfoUri = 'https://github.com/Joel055/WmiListener/releases/download/v1.1.0/WmiListener-help.zip' ReleaseNotes = "Release 1.1.0" } } } |