Start Exchange AD Topology

Microsoft.Exchange2007.Hub.Task.MSExchangeADTopology.Start (Task)

This task starts the service that provides Active Directory topology information to Exchange services. If this service is stopped, most Exchange services are unable to start.

Element properties:

TargetMicrosoft.Exchange2007.ServerRole.Transport.Hub
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Microsoft.Exchange2007.Account.LocalSystem

Source Code:

<Task ID="Microsoft.Exchange2007.Hub.Task.MSExchangeADTopology.Start" Accessibility="Internal" Enabled="true" Target="ExLibrary!Microsoft.Exchange2007.ServerRole.Transport.Hub" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" RunAs="ExLibrary!Microsoft.Exchange2007.Account.LocalSystem" TypeID="System!System.CommandExecuter">
<ApplicationName>%SystemRoot%\System32\net.exe</ApplicationName>
<WorkingDirectory>%SYSTEMROOT%\temp</WorkingDirectory>
<CommandLine>start MSExchangeADTopology</CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>