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.

48 lines
2.0 KiB

  1. <?xml version="1.0"?>
  2. <Role
  3. name="Domain Controller (Active Directory)"
  4. description="Domain controllers use Active Directory to manage network resources such as users, computers, and applications."
  5. mys_id="DomainController"
  6. >
  7. <!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
  8. <_locDefinition>
  9. <_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
  10. <_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
  11. </_locDefinition>
  12. <Links>
  13. <Link
  14. description="Manage users and computers in Active Directory"
  15. type="program"
  16. command="&quot;%SystemRoot%\System32\dsa.msc&quot;"
  17. tooltip="Opens the console for administering and publishing information in the directory."
  18. />
  19. <!--
  20. <Link
  21. id="adDSALinkServMgmt"
  22. description="Manage users and computers in Active Directory"
  23. type="program"
  24. command="&quot;%SystemRoot%\System32\Administration\servmgmt.msc&quot;"
  25. tooltip="Opens the console for administering and publishing information in the directory."
  26. />
  27. -->
  28. <Link
  29. description="Manage domains and trusts"
  30. type="program"
  31. command="&quot;%SystemRoot%\System32\domain.msc&quot;"
  32. tooltip="Opens the console for administering domain trusts, domain and forest functional levels, and user principal name suffixes."
  33. />
  34. <Link
  35. description="Manage sites and services"
  36. type="program"
  37. command="&quot;%SystemRoot%\System32\dssite.msc&quot;"
  38. tooltip="Opens the console for configuring the directory service�for example, administering the replication of directory data."
  39. />
  40. <Link
  41. description="Review the next steps for this role"
  42. type="help"
  43. command="cys.chm::/ad_server_role.htm#adsrvcompletion"
  44. tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
  45. />
  46. </Links>
  47. </Role>