text stringlengths 0 4.23k |
|---|
/v |
Displays information about the actions being performed. |
/? |
Displays help at the command prompt. |
<sessionID> |
<sessionname> |
<servername> |
Remarks |
Any applications running when you disconnected the session are automatically running when you reconnect to that session with no loss of data. You can use the reset session command to end the running applications of the disconnected session, but this may result in loss of data at the session. |
The console session can't be disconnected. |
Examples |
To disconnect the current session, type: |
tsdiscon |
To disconnect Session 10, type: |
tsdiscon 10 |
To disconnect the session named TERM04, type: |
tsdiscon TERM04 |
tsecimp |
Imports assignment information from an Extensible Markup Language (XML) file into the TAPI server security file (Tsec.ini). You can also use this command to display the list of TAPI providers and the lines devices associated with each of them, validate the structure of the XML file without importing the contents, and check domain membership. |
Syntax |
tsecimp /f <filename> [{/v | /u}] |
tsecimp /d |
Parameters |
Parameter |
Description |
/f <filename> |
Required. Specifies the name of the XML file that contains the assignment information that you want to import. |
/v |
Validates the structure of the XML file without importing the information into the Tsec.ini file. |
/u |
Checks whether each user is a member of the domain specified in the XML file. The computer on which you use this parameter must be connected to the network. This parameter might significantly slow performance if you are processing a large amount of user assignment information. |
/d |
Displays a list of installed telephony providers. For each telephony provider, the associated line devices are listed, as well as the addresses and users associated with each line device. |
/? |
Displays help at the command prompt. |
<filename> |
Remarks |
The XML file from which you want to import assignment information must follow the structure described below: |
<UserList> |
<User> |
<LineList> |
<Line> |
<Userlist element> - The top element of the XML file. |
<Userlist element> |
<User element> - Contains information about a user who is a member of a domain. Each user might be assigned one or more line devices. Additionally, each User element might have an attribute named NoMerge. When this attribute is specified, all current line device assignments for the user are removed before new ones are made. You can use this attribute to easily remove unwanted user assignments. By default, this attribute is not set. The User element must contain a single DomainUserName element, which specifies the domain and user name of the user. The User element might also contain one FriendlyName element, which specifies a friendly name for the user. The User element might contain one LineList element. If a LineList element is not present, all line devices for this user are removed. |
<User element> |
<LineList element> - Contains information about each line or device that might be assigned to the user. Each LineList element can contain more than one Line element. |
<LineList element> |
<Line element> - Specifies a line device. You must identify each line device by adding either an Address element or a PermanentID element under the Line element. For each Line element, you can set the Remove attribute. If you set this attribute, the user is no longer assigned that line device. If this attribute is not set, the user gains access to that line device. No error is given if the line device is not available to the user. |
<Line element> |
Sample output for /d parameter |
This sample output appears after running the /d parameter to display the current TAPI configuration. For each telephony provider, the associated line devices are listed, as well as the addresses and users associated with each line device. |
NDIS Proxy TAPI Service Provider |
Line: WAN Miniport (L2TP) |
Permanent ID: 12345678910 |
NDIS Proxy TAPI Service Provider |
Line: LPT1DOMAIN1\User1 |
Permanent ID: 12345678910 |
Microsoft H.323 Telephony Service Provider |
Line: H323 Line |
Permanent ID: 123456 |
Addresses: |
BLDG1-TAPI32 |
Examples |
To remove all line devices assigned to User1, type: |
<UserList> |
<User NoMerge=1> |
<DomainUser>domain1\user1</DomainUser> |
</User> |
</UserList> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.