アカウント設定の表示

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

サーバーの現在の設定、パスワード必要条件、およびサーバーの役割を照会して表示します

Knowledge Base article:

概要

このタスクは、“NET ACCOUNTS” コマンドを実行して、サーバーの現在のパスワードの必要条件と設定、サーバー役割構成を表示します。

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.UserAccountSettingsQuery.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>ACCOUNTS</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>