Returns the number of objects that will be updated in the connected directory on the next export. To use this method, you must be logged on as a member of the MIISBrowse, MIISOperators, or MIISAdmins security group.

mof
string NumExportUpdate();

Parameters

None

Name : NumExportUpdate

Return Value

string

Returns a string that contains either the number of objects that will be updated in the connected directory on the next export or one of the values that are listed in WMI Provider Return Strings.

Example

The example in Methods shows how to use Microsoft Visual Basic Scripting Edition (VBScript) to get the number of objects that will be updated in the connected directory on the next export from all the management agents that are installed on the server.

  Copy Code
							

Requirements

Product

Forefront Identity Manager Synchronization Service 2010

MOF

Mmswmi.mof

See Also