Tôi là quản trị viên tên miền tương đương, tôi đã thử chạy trong bảng điều khiển nâng cao (nhấp chuột phải> chạy với tư cách quản trị viên) và tôi liên tục gặp lỗi khi thực thi
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
Tôi sẽ nhận được ba dòng kết quả, sau đó
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
Đây dường như là một sự phát triển mới, chưa từng có những lỗi đó trước đây.
Nó phù hợp - nếu tôi chạy nó với tên máy tính từ một máy chủ khác, mẫu vẫn có 3 dòng OK, sau đó là lỗi X, sau đó là 5 dòng OK, v.v.
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
Bạn có đáp ứng yêu cầu này?
(gwmi Win32_OperatingSystem).Version
vàGet-Host