SMTP 서비스 중지

Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer.StopSMTPServerService.Task (Task)

이 작업은 현재 시작되어 있는 Windows 인터넷 정보 서비스 SMTP Server(SMTPSVC) 서비스를 중지합니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.LegacySMTPServer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.InternetInformationServices.6.2.ControlService Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer.StopSMTPServerService.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.InternetInformationServices.6.2.ControlService">
<Operation>stop SMTPSVC</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>