The StartTime property and the StopTime property of the Exchange_ScheduleInterval WMI class are read-only after you set the properties in Exchange 2003 (841221)



The information in this article applies to:

  • Microsoft Exchange Server 2003 Enterprise Edition
  • Microsoft Exchange Server 2003 Standard Edition

INTRODUCTION

The StartTime property and the StopTime property are members of the Exchange_ScheduleInterval Windows Management Instrumentation (WMI) class. The Exchange_ScheduleInterval WMI class provides information about the start times and the stop times for the Microsoft Exchange 2003 public folder replication schedule.

MORE INFORMATION

When the StartTime property value and the StopTime property value are programmatically set for the Exchange_ScheduleInterval WMI class, the StartTime property value and the StopTime property value become read-only and cannot be modified.

Note This behavior does not cause any loss of functionality for the public folder replication schedule.

To replace the StartTime property value and the StopTime property value, you must delete the Exchange_ScheduleInterval WMI class and then re-create the Exchange_ScheduleInterval WMI class with the new StartTime property value and with the new StopTime property value.

If you want to add additional intervals of time to the Exchange public folder replication schedule, you must create a new instance of the Exchange_ScheduleInterval WMI class by using the SpawnInstance() method.

For more information about the Exchange_ScheduleInterval WMI class, visit the following MSDN Web site:

Modification Type:MinorLast Reviewed:11/10/2005
Keywords:kbtshoot KB841221 kbAudITPRO kbAudDeveloper