IPConfig

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

Kör ipconfig /all på servern

Knowledge Base article:

Sammanfattning

Den här uppgiften kör kommandot IPCONFIG /ALL som visar den fullständiga TCP/IP-konfigurationen för alla kort. Kort kan motsvara fysiska gränssnitt, till exempel installerade nätverkskort, eller logiska gränssnitt, exempelvis fjärranslutningar.

Element properties:

TargetMicrosoft.Windows.Server.2008.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.2008.Computer.IPConfig.Task" Target="Server2008!Microsoft.Windows.Server.2008.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>