Start Exchange World Wide Web Publishing Service

Microsoft.Exchange2007.Cas.Task.W3SVC.Start (Task)

This task starts the service that provides Web connectivity and administration through the Internet Information Services Manager.

Element properties:

TargetMicrosoft.Exchange2007.ServerRole.Cas
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.Cas.Task.W3SVC.Start" Accessibility="Internal" Enabled="true" Target="ExLibrary!Microsoft.Exchange2007.ServerRole.Cas" 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 W3SVC</CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>