To add a name record to the WINS server database. Syntax: add name Name=]ServerName Endchar=]16th char in Hex Scope=]scopename ...

To add a name record to the WINS server database. 
 
Syntax: 
 
        add name [Name=]ServerName [[Endchar=]16th char in Hex] 
        [[Scope=]scopename] [[RecType=]RecordType] [[Group=]GroupType] 
        [[Node=]NodeType] [IP=]{address1[,address2,address3]} 
 
Parameters: 
 
        Name           - The name to add and register in the WINS 
                         server database.  
 
        Endchar        - If used, the 16th character of the name in 
                         hexadecimal.  
 
        Scope          - If NetBIOS scope is used, the name of the 
                         scope.  
 
        RecType        - The record type: 0-Static(default), 
                         1-Dynamic.  
 
        Group          - The group type: 0-Unique, 1-Group, 2-Internet 
                         3-Multihomed, 4-Domain Name. 
 
        Node           - The NetBIOS node type: 0-B Node, 1-P Node, 
                         3-H Node.  
 
        IP             - The list of IP addresses separated by commas 
                         and enclosed by {}.  
 
Notes:         Field tags (Name=, EndChar=) are optional. If 
               used, tags must be applied to all field parameters 
               in the command. If tags are omitted, a value must be 
               provided for each of the supported fields in the 
               specified command.   
 
Examples:      add name Name=HOSTA IP={10.0.0.1} 
               add name HOSTB 20 SUBNETA 0 3 1 {10.0.0.2,10.0.0.3} 
 
               The first example command adds a default NetBIOS record 
               set of the 00h, 03h, and 20h records for a computer 
               named HOSTA with a mapped IP address of 10.0.0.1. The 
               second example command adds a 20h record for HOSTB, a 
               multihomed computer with IP addresses 10.0.0.2 and 
               10.0.0.3.