Sono un equivalente di amministratore di dominio, ho provato a correre in una console elevata (tasto destro> esegui come amministratore) e ricevo costantemente errori durante l'esecuzione
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
Prenderò tre righe di risultato, quindi
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
Questo sembra essere un nuovo sviluppo, non ho ottenuto quegli errori prima.
È coerente - se lo eseguo con -computername da un altro server, il modello continua a 3 linee OK, quindi a errori X, quindi a 5 linee OK, ecc.
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
Soddisfa questo requisito?
(gwmi Win32_OperatingSystem).Version
eGet-Host