MSFT_MPFClient


WMI class that represents a client of Microsoft® Provisioning Framework (MPF) registered in the configuration database. Used by Configuration Database WMI Provider.

Syntax

class MSFT_MPFClient
{
	[key]
	string ServerName;

	MSFT_MPFSite ref SiteName;
};

Table
Client

Properties

ServerName *
A string that identifies the client computer.
MSFT_MPFSite ref SiteName +
A reference to the client computer site.
 
* Key property
+ Reference property

See also

MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFSite


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