IPConfig

Microsoft.Windows.Server.6.2.Computer.IPConfig.Task (Task)

サーバーで ipconfig /all を実行します。

Knowledge Base article:

概要

このタスクは、“IPCONFIG /ALL” コマンドを実行し、すべてのアダプターの TCP/IP 構成の詳細を表示します。アダプターは、設置されているネットワーク アダプターなどの物理インターフェイス、またはダイヤルアップ接続などの論理インターフェイスを表わすことがあります。

Element properties:

TargetMicrosoft.Windows.Server.6.2.Computer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Server.6.2.Computer.IPConfig.Task" Target="WindowsServer!Microsoft.Windows.Server.6.2.Computer" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\IPCONFIG.EXE</ApplicationName>
<WorkingDirectory/>
<CommandLine>/ALL</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>