ローカル ユーザーの表示

Microsoft.Windows.Client.Vista.Computer.LocalUsersQuery.Task (Task)

サーバー上のローカル ユーザーの一覧を照会して表示します

Element properties:

TargetMicrosoft.Windows.Client.Vista.Computer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Client.Vista.Computer.LocalUsersQuery.Task" Target="Vista!Microsoft.Windows.Client.Vista.Computer" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\NET.EXE</ApplicationName>
<WorkingDirectory/>
<CommandLine>USER</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>