MSFT_SIPESServerSetting class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPESServerSetting
The MSFT_SIPESServerSetting class defines the specific Live Communications Server settings that pertain to User Services.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPESServerSetting
{
boolean ESInstalled;
string FQDN;
string HomeServerDN;
boolean HomeUsers;
[key] string InstanceID;
uint32 MajorVersion;
uint32 MinorVersion;
string PoolDN;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPESServerSetting class has the following properties.
ESInstalled
Data type: booleanIf
true
, Enterprise Services are installed on this server, and the Live Communications Server operates as a home server. Iffalse
, it is not.This property cannot be updated.
FQDN
Data type: stringThe fully qualified domain name of the Live Communications Server.
This property cannot be updated.
HomeServerDN
Data type: stringThe distinguished name (DN) of the Live Communications server. This name must be valid within the domain's Active Directory.
This property cannot be updated.
HomeUsers
Data type: booleanUsed to differentiate Live Communications Server 2005 with SP1 servers (Standard Edition, Enterprise Edition, and Proxy servers), Live Communications Server 2003 Home Servers, and Live Communications Server 2003 Front End Servers and forwarding proxies, both of which cannot host users.
Server Role Value Meaning Live Communications Server 2005 with SP1 Standard Edition, Enterprise Edition, and Proxy NULL EsInstalled property determines if the server can host SIP users. Live Communications Server 2003 Home Server true The server can host SIP users. Live Communications Server 2003 Front End Server or Forwarding Proxy false The server cannot host SIP users. InstanceID
Data type: [key] stringA GUID value that uniquely identifies the server settings and corresponds to the Active Directory object representing the domain. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
This property cannot be updated.
MajorVersion
Data type: uint32The major Live Communications Server version number. The value is is 2.
This property is read only and cannot be updated.
MinorVersion
Data type: uint32The minor Live Communications Server version number. The value is 1.
This property is read only and cannot be updated.
PoolDN
Data type: stringThe distinguished name (DN) of the pool to which the server belongs.
This property cannot be updated.
Remarks
Only one instance of this class will exist for each Live Communications Server. This instance is created at installation, and cannot be updated.
Available actions for an instance of this class:
- Creation: The administrator cannot create instances of this class.
- Updates: The administrator cannot 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. |