You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To delete you can use Remove-CimInstance, so the proper syntax would be
something like
Get-WmiEventFilter | Where-Object {$_.Name -eq "YourFiltersName"} |
Remove-CimInstance
On Sat, Apr 15, 2017 at 12:30 PM, Kurt De Greeff ***@***.***> wrote:
Hi, How can I remove the WMI Events for consumer, filters,.. once created?
I don't see any cmdlet to do that..
Many thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMqcAseU9PQ_B5XH3fBe35jLgXALlna4ks5rwRrIgaJpZM4M-cC5>
.
Hi, How can I remove the WMI Events for consumer, filters,.. once created?
I don't see any cmdlet to do that..
Many thanks
The text was updated successfully, but these errors were encountered: