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.
38 lines
1.5 KiB
38 lines
1.5 KiB
<?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=""%%SystemRoot%%\System32\tscc.msc" /s"
|
|
tooltip="Opens the console for managing Terminal Services protocol configuration and server settings."
|
|
/>
|
|
<Link
|
|
description="Open Terminal Services Manager"
|
|
type="program"
|
|
command=""%%SystemRoot%%\System32\tsadmin.exe""
|
|
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>
|