SUPINFO International University

SUPINFO Institute of Information Technology
Laboratoire Microsoft


[Exchange] Lister les informations sur la file d'attente de Virtual XML

Accueil > Script > active_directory > [Exchange] Lister les informations sur la file d'attente de Virtual XML

[Exchange] Lister les informations sur la file d'attente de Virtual XML

Par Laurent BOURSEAUD, LABORATOIRE SUPINFO DES TECHNOLOGIES MICROSOFT
Publiée le 01/06/2005 vers 13h.

On Error Resume Next

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & _
"\ROOT\MicrosoftExchangeV2")

Set colItems = objWMIService.ExecQuery _
("Select * from Exchange_QueueData")

For Each objItem in colItems
Wscript.Echo "Server name: " & objItem.ServerName
Wscript.Echo "XML queue data: " & objItem.XMLQueueData
Wscript.Echo
Next


Proposer un script

Notre avis :

Votre avis :

Réactions :
0

Votants :
1

Visites :
16480

1
2
3
4
5




Retrouvez ci-dessous les autres sections du Laboratoire Microsoft