MSFT_MPFServer
WMI class that represents provisioning engine servers of Microsoft® Provisioning Framework (MPF) in the configuration database. Used by Configuration Database WMI Provider.
Syntax
class MSFT_MPFServer { [key] string ServerName; [key] uint16 ServerType; MSFT_MPFSite ref SiteName; boolean Active; uint32 maps_ActivateServer( [in, fromPath, ID(0)] string Server, [in, fromPath, ID(1)] sint8 ServerType, [in, ID(2)] boolean Active); uint32 TakeOwnership([in] string SrcServer); }; Table
- Server
Properties
- ServerName *
- A string that identifies the name of the server.
- ServerType *
- A uint16 that identifies the role of the server in MPF.
- 0: Client
1: Provisioning engine
2: Queue manager- Active
- A boolean that identifies whether the server is active.
* Key propertyMethods
Method Description maps_ActivateServer Stored procedure that activates or deactivates the server. Dynamic/Static: Static
Parameters
- Server [in, fromPath, ID(0)]: A string that identifies the name of the server to activate. If left null, this information is taken from the path of the instance used to make the method call.
- ServerType [in, fromPath, ID(1)]: A sint8 that identifies the type of the server to activate. If left null, this information is taken from the path of the instance used to make the method call.
- Active [in, ID(2)]: A boolean that identifies whether to activate or deactivate the server.
TakeOwnership COM object that instructs MPF to reassign queued requests from a source server to the server instance from the method call. Parameter
- SrcServer [in]: A string that identifies the source server.
See also
MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFSite
Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.