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

27 lines
1.3 KiB
XML

<?xml version="1.0"?>
<Role
name="Remote Access/VPN Server"
description="Remote access/VPN servers enable remote clients to connect to a network through either a dial-up connection or a secure Virtual Private Network (VPN) connection. They also provide network address translation (NAT), which enables all of the computers on a small network to share a single connection to the Internet."
mys_id="Rras"
>
<!-- 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 remote access/VPN server"
type="program"
command="&quot;%SystemRoot%\System32\rrasmgmt.msc&quot; /s"
tooltip="Opens the console for configuring and managing the Routing and Remote Access service."
/>
<Link
description="Review the next steps for this role"
type="help"
command="cys.chm::/vpn_server_role.htm#vpnsrvcompletion"
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
/>
</Links>
</Role>