Share via


Enumerating Event Registrations

Enumerating Event Registrations

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

You can use the RegEvent script to enumerate event registrations. The enumeration includes a list of properties for each registration item.

Remarks

RegEvent does not enumerate events in child folders recursively.

Examples

` Enumerate an event by specifying the URL of the event registration item.
cscript RegEvent.vbs enum
   file://./backofficestorage/exchange.example.com/mbx/user1/inbox/evtreg1

` Enumerate events in a folder by specifying a URL for the folder.
cscript Regevent.vbs enum
   file://./backofficestorage/exchange.example.com/mbx/user1/inbox all

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.