3.2 XML interface (tsecimp)

The XML interface is suitable for large environments and automated configuration.  The details can be found on the Microsoft support page: https://learn.microsoft.com/dede/windows-server/administration/windows-commands/tsecimp

This page describes both what an initial configuration looks like and subsequent changes.

Here is an example XML for the initial configuration:

<UserList>
   <User NoMerge="1">
      <DomainUser>NFON\MAUERSBERGERM</DomainUser>
      <FriendlyName> Marius Mauersberger</FriendlyName>
      <LineList>
         <Line>
            <Address>1254</Address>
         </Line>
 </LineList>
   </User>
   <User NoMerge="1">
      <DomainUser> NFON\KONDERM</DomainUser>
      <FriendlyName> Max Konder</FriendlyName>
      <LineList>
         <Line>
            <Address>185</Address>
         </Line>
      </LineList>
   </User>
</UserList>

<DomainUser> = Windows user incl. domain
<FriendlyName> =  Display name (optional)
<Line> = TAPI Line, if this is unique on the system. If not, <PermanentID> entries must be used here.

For further information and configuration options, go to Microsoft documentation.