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

<?xml version="1.0"?>
<Role
name="Domain Controller (Active Directory)"
description="Domain controllers use Active Directory to manage network resources such as users, computers, and applications."
mys_id="DomainController"
>
<!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
<_locDefinition>
<_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
<_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
</_locDefinition>
<Links>
<Link
description="Manage users and computers in Active Directory"
type="program"
command="&quot;%SystemRoot%\System32\dsa.msc&quot;"
tooltip="Opens the console for administering and publishing information in the directory."
/>
<!--
<Link
id="adDSALinkServMgmt"
description="Manage users and computers in Active Directory"
type="program"
command="&quot;%SystemRoot%\System32\Administration\servmgmt.msc&quot;"
tooltip="Opens the console for administering and publishing information in the directory."
/>
-->
<Link
description="Manage domains and trusts"
type="program"
command="&quot;%SystemRoot%\System32\domain.msc&quot;"
tooltip="Opens the console for administering domain trusts, domain and forest functional levels, and user principal name suffixes."
/>
<Link
description="Manage sites and services"
type="program"
command="&quot;%SystemRoot%\System32\dssite.msc&quot;"
tooltip="Opens the console for configuring the directory service—for example, administering the replication of directory data."
/>
<Link
description="Review the next steps for this role"
type="help"
command="cys.chm::/ad_server_role.htm#adsrvcompletion"
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
/>
</Links>
</Role>