나는 도메인 관리자에 해당하고 고급 콘솔에서 실행을 시도했지만 (오른쪽 클릭> 관리자로 실행) 실행시 지속적으로 오류가 발생합니다.
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
세 줄의 결과를 얻은 다음
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으로 실행하면 패턴은 여전히 OK 라인 3 개, X 오류, 5 OK 라인 등이됩니다.
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
할 일이의 requirment을 충족?
(gwmi Win32_OperatingSystem).Version
와Get-Host