Add/remove desktops, users, or servers

To add or remove desktops, users or servers from the corresponding license server data files, you can run these commands:
SlmCmd -adddtp <desktopName> [-r[ank] <ranking>]
SlmCmd -addusr <userName> -p[roduct] <Product-ID>
        [-heavy]][-c[ount] <userCount>][-r[ank] <ranking>]
SlmCmd -addsrv <serverId> -p[roduct] <Product-ID>
                 [-n[ame] <serverName>][-r[ank] <ranking>]
SlmCmd -deldtp <desktopName>
SlmCmd -delusr <userName> -p[roduct] <Product-ID>
SlmCmd –delsrv <serverId> -p[roduct] <Product-ID>
To add 10 licenses for a heavy named user margarita for product 88 at position 2 in the XML file, run this command:
C:\>SlmCmd -addusr margarita -p 88 -heavy -c 10 -r 2
Adding UserName to license-server.
        Product-ID      : 88
        UserName        : margarita
        UserType        : Heavy-user
        UserCount       : 10
        Ranking         : 2
OK