SharePoint 2010: Error Event ID 10 (fr-FR)

SharePoint 2010: Error Event ID 10 (fr-FR)

Après avoir installé Windows Vista Service Pack 1 (SP1) ou Windows Server 2008, le message d'erreur WMI suivant est enregistré dans le journal applications :

Ouvrir une session Name : application
Source : Microsoft-Windows-WMI de
Date : 18/01/2008 2:37:27 PM
ID d'événement : 10
Catégorie de tâche : aucune
Niveau : erreur
Mots clés : classique
Description : Événement filtre avec la requête "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA"Win32_Processor"AND TargetInstance.LoadPercentage > 99" ne pourrait pas être réactivé dans l'espace de noms «//./root/CIMV2» en raison de l'erreur 0 x 80041003. Événements ne peut pas être remis via ce filtre jusqu'à ce que le problème est résolu.

Pour résoudre ce problème, exécutez un script pour arrêter les messages d'événement ID 10. Pour exécuter ce script, procédez comme suit :

  1. Dans un éditeur de texte, tel que le bloc-notes, créer un nouveau document texte nommé test.vbs.
  2. Collez le code suivant dans test.vbs :
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\subscription") Set obj1 = objWMIService.Get("__EventFilter.Name='BVTFilter'")set obj2set = obj1.Associators_("__FilterToConsumerBinding")set obj3set = obj1.References_("__FilterToConsumerBinding")            
 
For each obj2 in obj2set
WScript.echo "Deleting the object"
WScript.echo obj2.GetObjectText_
obj2.Delete_
next
For each obj3 in obj3set
WScript.echo "Deleting the object"
WScript.echo obj3.GetObjectText_
obj3.Delete_
next
 
WScript.echo "Deleting the object"
WScript.echo obj1.GetObjectText_
obj1.Delete_

Leave a Comment
  • Please add 3 and 8 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Gokan Ozcifci edited Revision 2. Comment: New name

  • Gokan Ozcifci edited Revision 1. Comment: Design and new tags

Page 1 of 1 (2 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Gokan Ozcifci edited Revision 2. Comment: New name

  • Gokan Ozcifci edited Revision 1. Comment: Design and new tags

Page 1 of 1 (2 items)