मैं एक डोमेन व्यवस्थापक के बराबर हूं, मैंने एक उन्नत कंसोल (व्यवस्थापक के रूप में राइट-क्लिक करें) में चलने की कोशिश की है, और निष्पादित करते समय मुझे लगातार त्रुटियां हो रही हैं।
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 के साथ चलाता हूं, तो पैटर्न अभी भी 3 ओके लाइनों, फिर एक्स त्रुटियों, फिर 5 ओके लाइनों, आदि पर जाता है।
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