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

39 lines
1.5 KiB
XML

<?xml version="1.0"?>
<Role
name="Terminal Server"
description="%1"
mys_id="TS"
>
<!-- 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="Review licensing requirements"
type="help"
command="cys.chm::/terminal_server_role.htm#termsrvlicensing"
tooltip="Opens a Help topic that explains Terminal Service licensing requirements."
/>
<Link
description="Open Terminal Services Configuration"
type="program"
command="&quot;%%SystemRoot%%\System32\tscc.msc&quot; /s"
tooltip="Opens the console for managing Terminal Services protocol configuration and server settings."
/>
<Link
description="Open Terminal Services Manager"
type="program"
command="&quot;%%SystemRoot%%\System32\tsadmin.exe&quot;"
tooltip="Opens the console for managing and monitoring users, sessions, and processes on any server running Terminal Services."
/>
<Link
description="Review the next steps for this role"
type="help"
command="cys.chm::/terminal_server_role.htm#termsrvcompletion"
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
/>
</Links>
</Role>