MSFT_SIPESGlobalSearchSetting class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPESGlobalSearchSetting

The MSFT_SIPESGlobalSearchSetting class defines the global settings for user search operations against the Active Directory of the domain to which the Live Communications Server belongs.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPESGlobalSearchSetting
{
  [key] string InstanceID;
  uint32 MaxNumOutstandingSearchPerServer;
  uint32 MaxNumRows;
  uint32 NumRowsServerRequests;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPESGlobalSearchSetting class has the following properties.

  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies the global user search settings object. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property cannot be updated.

  • MaxNumOutstandingSearchPerServer
    Data type: uint32

    The maximum number of outstanding searches active on the server at any given time.

    This value must be between 1 and 500. The default value is 80.

    This property can be updated.

  • MaxNumRows
    Data type: uint32

    The maximum number of rows returned to a client after a search request is issued.

    This value must be between 1 and 1000, and must also be less than or equal to that specified by NumRowsServerRequests. The default value is 20.

    This property can be updated.

  • NumRowsServerRequests
    Data type: uint32

    The number of rows the server will request from the Active Directory service.

    This value must be greater than or equal to the value specified by MaxNumRows, but no more than 3000. The default value is 200.

    This property can be updated.

Remarks

This class defines the settings for indirect user searches of the Active Directory on behalf of the client. The client requests a search for a specific SIP user homed on the Live Communications Server, and the Live Communications Server issues a corresponding request to the Active Directory. For PutInstance operations only WBEM_FLAG_UPDATE_ONLY flag is supported.

Only one instance of this class can be present in the forest.

Available actions for an instance of this class:

  • Creation: The administrator cannot create instances of this class.
  • Updates: The administrator can update instances of this class.
  • Deletion: The administrator cannot delete instances of this class.

Requirements

Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.

See Also

Live Communications Server WMI Reference

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.