Skip to main content

Getting Application Provider Names from the event log in Powershell

(Get-WinEvent -ListLog Application).ProviderNames

Comments