私はドメイン管理者と同等で、管理者コンソールで実行してみました(右クリックして[管理者として実行])、実行中に常にエラーが発生します
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
3行の結果が返されます。
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
これは新しい開発のようで、以前にこれらのエラーを受け取っていません。
それは一貫しています-別のサーバーから-computernameで実行すると、パターンは3つのOK行、Xのエラー、5つのOK行などになります。
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
この要件を満たしていますか?
(gwmi Win32_OperatingSystem).Version
およびGet-Host