MSFT_SIPUpdatesServerSetting
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Stores local WMI settings for the Device Update Service on Office Communications Server 2007 R2.
The properties in the MSFT_SIPUpdatesServerSetting class do not map directly to the Office Communications Server 2007 R2 Administration Tool.
MSFT_SIPUpdatesServerSetting
Property settings specify the URLs from devices and their supporting servers can download software updates. Devices include Microsoft Office Communicator Phone Edition devices, and Microsoft Roundtable communications and archival system devices.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class MSFT_SIPUpdatesServerSetting
{
[key] string Backend;
boolean Enabled;
string ExternalUpdatesDownloadURL;
string ExternalUpdatesStoreURL;
string FileLocation;
[key] string InstanceID;
string InternalUpdatesDownloadURL;
string InternalUpdatesStoreURL;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPUpdatesServerSetting class has the following properties.
Backend
Data type: [key] stringAccess type: Read-only
Required: When accessing data from any role that belongs to a pool. This property must be empty when accessing data from the Edge Server or Proxy Server role.
This property identifies the instance of SQL Server that manages the back-end database for Office Communications Server.
The value for this property depends on the topology of Office Communications Server.
Topology
Value
Standard Edition
(local)\rtc
Enterprise Edition
(consolidated or expanded configuration)
computername\instancename
or
computername
For Enterprise Edition, computername identifies either the FQDN or the NetBIOS name of the host computer for SQL Server and instancename identifies a named instance of SQL Server on the host computer. The value computername by itself specifies the default instance of SQL Server on the host computer.
Enabled
Data type: booleanAccess type: Read/Write
Required. Enables or disables automatic updating for devices that connect to this pool.
This is set to True when Office Communications Server 2007 R2 Update Service is installed and activated on all Web Components servers in the pool.
The default value is False.
ExternalUpdatesDownloadURL
Data type: stringAccess type: Read/Write
Optional. The URL specifying the location of the external file share from which Office Communicator Phone Edition devices and Roundtable devices can download software updates from outside of the corporate network.
The value must be an absolute HTTPS URL.
The default value is NULL.
ExternalUpdatesStoreURL
Data type: stringAccess type: Read/Write
Optional. The URL specifying the location of the external file share that stores Office Communications Server 2007 R2 software updates for devices that are used outside of the corporate network.
The value can be an absolute HTTP or HTTPS URL.
The default value is NULL.
FileLocation
Data type: stringAccess type: Read/Write
Optional. Specifies the location for device update file storage.
This is the UNC for both client and device update files, including image files, log files, and configuration files. The location depends on the version of Office Communications Server 2007 R2:
Version
Description
Enterprise Edition
A shared folder typically created before installation. Device Update Service creates folders within this shared folder in which to store update image files, log files, and configuration files.
Standard Edition
The installer automatically creates the DeviceUpdateFiles folder in the Web Components folder under the Office Communications Server 2007 R2 program folder on the local computer. This folder is not shared, and it inherits the permissions of the installation folder.
The default value is NULL.
InstanceID
Data type: [key] stringAccess type: Read-only
Required. A GUID value that uniquely identifies an instance of this class.
The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
InternalUpdatesDownloadURL
Data type: stringAccess type: Read/Write
Optional. The URL specifying the location of the enterprise’s internal file share from which Office Communicator Phone Edition devices and Roundtable devices can download software updates from inside of the corporate network.
The value must be an absolute HTTPS URL.
The default value is NULL.
InternalUpdatesStoreURL
Data type: stringAccess type: Read/Write
Optional. The URL specifying the location of the enterprise’s internal file share that stores Office Communications Server 2007 R2 software updates for devices that are used inside of the corporate network.
The value can be an absolute HTTP or HTTPS URL.
The default value is NULL.
Remarks
This class gets and sets information at the following level: SQL.
Only one instance of this class can be present in the forest.
Instances of this class support the following interface methods:
Provider::EnumerateInstances();
Provider::GetObject();
Provider::PutInstance();
Where PutInstance() supports the following flags:
WBEM_FLAG_CREATE_ONLY
WBEM_FLAG_UPDATE_ONLY
WBEM_FLAG_CREATE_OR_UPDATE
Requirements
Server: Installed on computers serving the following roles: Administrative Tools Server, Front End Server, and Web Components Server.
Namespace: Defined in \root\cimv2.