Soy un administrador de dominio equivalente, he intentado ejecutar en una consola elevada (clic derecho> ejecutar como administrador), y constantemente recibo errores al ejecutar
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
Obtendré tres líneas de resultados, entonces
Get-WinEvent : Attempted to perform an unauthorized operation.
At line:1 char:13 Get-WinEvent : Attempted to perform an unauthorized operation.
+ CategoryInfo : NotSpecified: (:) [Get-WinEvent], UnauthorizedAccessException
+ FullyQualifiedErrorId : Attempted to perform an unauthorized operation.,Microsoft.PowerShell.Commands.GetWinEventCommand
Esto parece ser un nuevo desarrollo, no he recibido esos errores antes.
Es coherente: si lo ejecuto con -computername desde otro servidor, el patrón sigue con 3 líneas OK, luego X errores, luego 5 líneas OK, etc.
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
¿Cumple con este requisito?
(gwmi Win32_OperatingSystem).Version
yGet-Host