IPConfig

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

Uruchamia na serwerze polecenie ipconfig /all

Knowledge Base article:

Podsumowanie

To zadanie wykonuje polecenie „IPCONFIG /ALL”, które wyświetla pełną konfigurację TCP/IP dla wszystkich kart. Karty mogą reprezentować interfejsy fizyczne, takie jak zainstalowane karty sieciowe, lub interfejsy logiczne, takie jak połączenia telefoniczne.

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>