Visa statistik för arbetsstation

Microsoft.Windows.Server.2003.Computer.NetStatisticsWorkstation.Task (Task)

Visa en lista över all nätverksstatistik för serverns Workstation-stjänst.

Knowledge Base article:

Sammanfattning

Den här uppgiften kör kommandot NET STATISTICS WORKSTATION som visar statistikloggen för tjänsten Workstation.

Element properties:

TargetMicrosoft.Windows.Server.2003.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.2003.Computer.NetStatisticsWorkstation.Task" Target="Microsoft.Windows.Server.2003.Computer" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\NET.EXE</ApplicationName>
<WorkingDirectory/>
<CommandLine>statistics workstation</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>