Tsecimp


Applies To: Windows Server 2008,Windows Server 2008 R2,Windows XP,Windows Server 2003 with SP1,Windows Vista,Windows Server 2003,Windows Server 2003 with SP2,Windows Server 2003 R2,Windows 7,Windows Server 2008 R2 with SP1

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


Copy Code

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.

Remarks


Copy Code

<UserList>
 <User NoMerge="1">
   <DomainUser>domain1\user1</DomainUser>
 </User>
</UserList>


Copy Code

<UserList>
 <User NoMerge="1">
   <DomainUser>domain1\user1</DomainUser>
   <FriendlyName>User1</FriendlyName>
   <LineList>
     <Line>
       <Address>99999</Address>
     </Line>
   </LineList>
 </User>
</UserList>


Copy Code

<UserList>
 <User>
   <DomainUser>domain1\user1</DomainUser>
   <FriendlyName>User1</FriendlyName>
   <LineList>
     <Line>
       <Address>99999</Address>
     </Line>
   </LineList>
 </User>
</UserList>


Copy Code

<UserList>
 <User>
   <DomainUser>domain1\user1</DomainUser>
   <FriendlyName>User1</FriendlyName>
   <LineList>
     <Line>
       <Address>99999</Address>
     </Line>
     <Line Remove="1">
       <Address>88888</Address>
     </Line>
   </LineList>
 </User>
</UserList>


Copy Code

<UserList>
 <User>
   <DomainUser>domain1\user1</DomainUser>
   <FriendlyName>User1</FriendlyName>
   <LineList>
     <Line>
       <PermanentID>1000</PermanentID>
     </Line>
     <Line Remove="1">
       <Address>88888</Address>
     </Line>
   </LineList>
 </User>
</UserList>


Copy Code

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

Additional references

Command-Line Syntax Key

Command shell overview