Je suis un administrateur de domaine équivalent, j'ai essayé de fonctionner dans une console élevée (clic droit> exécuter en tant qu'administrateur) et je reçois régulièrement des erreurs lors de l'exécution
get-winevent -logname application | where {$_.message -match "Faulting application"} | `
select TimeCreated,message
Je vais obtenir trois lignes de résultat, puis
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
Cela semble être un nouveau développement, je n'ai jamais eu ces erreurs auparavant.
C'est cohérent - si je l'exécute avec -computername à partir d'un autre serveur, le modèle va toujours 3 lignes OK, puis X erreurs, puis 5 lignes OK, etc.
get-help get-winevent
Note: [...] And, it requires the Microsoft .NET Framework 3.5 or a later version.
Répondez-vous à cette exigence?
(gwmi Win32_OperatingSystem).Version
etGet-Host