MSFT_MPFListenerServer


WMI class that represents auditing and recovery servers of Microsoft® Provisioning Framework (MPF) in the configuration database. Used by Configuration Database WMI Provider.

Syntax

class MSFT_MPFListenerServer
{
	[key]
	string ServerName;

	datetime Version;
};

Table
ListenerServer

Properties

ServerName *
A string that identifies the audit and recovery server.
Version
A datetime that stores the timestamp indicating when the server's configuration last changed.
 
* Key property

See also

MSDN® information on Windows Management Instrumentation (WMI)


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.