Ben bir etki alanı yöneticisi eşdeğerim, yükseltilmiş bir konsolda çalıştırmayı denedim (sağ tıklama> yönetici olarak çalıştır) ve yürütürken sürekli olarak hatalar alıyorum
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
Üç sonuç satırı alacağım,
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
Bu yeni bir gelişme gibi görünüyor, daha önce bu hataları almadım.
Tutarlı - başka bir sunucudan-bilgisayaradı ile çalıştırırsam, desen hala 3 OK satırı, sonra X hataları, sonra 5 OK satırı vb.
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
Bu gereksinimi karşılıyor musunuz?
(gwmi Win32_OperatingSystem).Version
veGet-Host