Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.2 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Summary Tab (Agent Monitor Window)</TITLE>
  5. <link rel=stylesheet type=text/css href=MCS-Help.css>
  6. <META NAME="MS-HAID" CONTENT="a_WindowAgentMonSummary">
  7. <SCRIPT LANGUAGE="JScript" SRC="MCSshared.js"></SCRIPT>
  8. </HEAD>
  9. <BODY>
  10. <H1>Summary Tab (Agent Monitor Window)</H1>
  11. <P>
  12. Displays the summary of the agents dispatched to the selected computers. The status fields are defined as follows:
  13. </P>
  14. <DL>
  15. <DT><B>Computers installed</B></DT>
  16. <DD>
  17. Specifies the number of computers on which the agent has been successfully installed.
  18. </DD>
  19. <DT><B>Computers running</B></DT>
  20. <DD>
  21. Specifies the number of computers on which the agent is running.
  22. </DD>
  23. <DT><B>Computers finished</B></DT>
  24. <DD>
  25. Specifies the number of computers on which the agent has finished the specified actions.
  26. </DD>
  27. <DT><B>Computers failed</B></DT>
  28. <DD>
  29. Specifies the number of computers on which the agent was not able to be installed and run.
  30. </DD>
  31. </DL>
  32. <P>
  33. The bottom section of this window provides a summary of the agent actions. The rows and columns are defined as follows:
  34. </P>
  35. <DL>
  36. <DT><B>Files</B></DT>
  37. <DD>
  38. Specifies the number of files processed by the agent.
  39. </DD>
  40. <DT><B>Directories</B></DT>
  41. <DD>
  42. Specifies the number of directories processed by the agent.
  43. </DD>
  44. <DT><B>Shares</B></DT>
  45. <DD>
  46. Specifies the number of shares processed by the agent.
  47. </DD>
  48. <DT><B>Group members</B></DT>
  49. <DD>
  50. Specifies the number of members in local groups processed by the agent.
  51. </DD>
  52. <DT><B>User rights</B></DT>
  53. <DD>
  54. Specifies the number of entries for user rights processed by the agent.
  55. </DD>
  56. <DT><B>Examined</B></DT>
  57. <DD>
  58. Specifies the number of Security Descriptors that the agent searched for SIDs that match the SIDs of the selected accounts.
  59. </DD>
  60. <DT><B>Changed</B></DT>
  61. <DD>
  62. Specifies the number of Security Descriptors that the agent changed.
  63. </DD>
  64. <DT><B>Unchanged</B></DT>
  65. <DD>
  66. Specifies the number of Security Descriptors that the agent did not change.
  67. </DD>
  68. </DL>
  69. </BODY>
  70. </HTML>