Administration


Overview

The Administration samples are demonstration applications to help you understand how to write scripts and programs to perform COM+ administration. The Explore\ subdirectory contains the Explore sample which demonstrates how to use the COM+ 1.0 Administration interfaces. Additional information on COMAdmin objects and COM+ Administration interfaces can be found in the Platform SDK documentation.

Explore Sample (VC & VB)

The Explore sample demonstrates how to use the admin objects to do the following:

View the VC Explore Sample readme.
View the VB Explore Sample readme.

Spy Sample

The Spy\ subdirectory contains a Visual C++ sample event sink that shows you how to log the activity of COM components. Refer to the COM+ documentation for more details. Please refer to the build notes in the Spy feature topic readme; the sample must be compiled in a specific order.

View the Spy Sample readme.

TransactAdmin

The TransactAdmin sample provides an example of using the COMAdmin objects to administer COM+ applications inside a transaction.

View the Spy Sample readme.

WHSUtil Sample

This sample provides a command line interface to the COM+ Administration Interfaces. WSHUtil is also script based and uses the Windows Scripting Host

View the WHSUtil Sample readme.