IPConfig

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

Az ipconfig /all parancs futtatása a kiszolgálón

Knowledge Base article:

Összefoglalás

Ez a feladat az „IPCONFIG/ALL” parancsot hajtja végre, amely megjeleníti a teljes TCP/IP-konfigurációt az összes adapterhez. Az adapterek lehetnek fizikai csatolók, például telepített hálózati adapterek vagy logikai csatolók, például telefonos kapcsolatok.

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>