Windows2003-3790/admin/cys/mys/res/dnsserverrole.xml
2020-09-30 16:53:55 +02:00

28 lines
1.0 KiB
XML

<?xml version="1.0"?>
<Role
name="DNS Server"
description="DNS (Domain Name System) servers translate domain and computer DNS names to IP addresses."
mys_id="DNS"
>
<!-- 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 this DNS server"
type="program"
command="&quot;%SystemRoot%\System32\dnsmgmt.msc&quot;"
tooltip="Opens the DNS console, which helps you maintain the DNS database."
/>
<Link
description="Review the next steps for this role"
type="help"
command="cys.chm::/dns_server_role.htm#dnssrvcompletion"
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
/>
</Links>
</Role>