MSFT_MPFRMLogServer


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

Syntax

class MSFT_MPFRMLogServer
{
	[key]
	string ServerName;

	[key]
	string LogDBName;

	boolean Active;
};

Table
RMLogServer

Properties

ServerName *
A string that identifies the resource manager server.
LogDBName *
A string that names the log database used by the server.
Active
A boolean that indicates if the server is active or inactive.
 
* Key property

See also

MSDN® information on Windows Management Instrumentation (WMI)


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