Information Technology Reference
In-Depth Information
Start : Optional parameter that specifies how you want to sort your query results. A value
of 0 will sort records from the beginning of the database; a value of 1 will sort records from
the end of the database. The default sort order is from the beginning of the database.
EndChar : Optional parameter that specifies the hexadecimal value of the 16th byte of the
record type. If omitted, all record types will be returned.
File : Optional parameter that specifies a text file to which you want to save your results.
For example, use this command to generate the first 1,000 dynamic records for the WINS
server at 192.168.2.2 and save the results in c:\temp\results.txt :
> netsh wins server show database servers={192.168.2.2} rectype=2
count=1000 start=0 endchar=0 file=C:\temp\results.txt
The following output is from a sample netsh wins server show database command. Note
the various columns that show data relevant to each record and record type.
c:\>netsh wins server show database servers={192.168.2.2}
***You have Read and Write access to the server widget.nuthaus.local***
Description of different fields in the Record Table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NAME = Name of the Record. Upto 16 characters
T = Type of Record : D - Dynamic, S - Static
S = State of the Record : A - Active, R - Released,
T - Tombstoned
VERSION = LowPart ( in Hex)
G = Address Group : U - Unique, N - Group, I - Internet,
M - Multihomed, D - Domain Name.
IPADDRESS = List of IP Addresses associated with the Name.
EXPIRATION DATE = Expiration Time Stamp for the Name Record.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NAME -T-S- VERSION -G- IPADDRESS - EXPIRATION DATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Retrieving database from the Wins server 192.168.2.2
--__MSBROWSE__-[01h]-D-T- 2d2 -N- 192.168.2.2 -7/5/2005 8:02:08 AM
NUTHAUS [1Bh]-D-A- 2b1 -U- 192.168.2.2 -7/4/2005 9:59:08 AM
40LOVE [00h]-D-T- 2cf -U- 192.168.2.3 -7/4/2005 10:26:00 PM
40LOVE [20h]-D-T- 2d0 -U- 192.168.2.3 -7/4/2005 10:26:02 PM
NUTHAUS [00h]-D-A- 6 -N- 192.168.2.2 -7/4/2005 9:59:08 AM
NUTHAUS [1Ch]-D-A- 2ce -I- 192.168.2.2 -7/4/2005 9:59:08 AM
NUTHAUS [1Eh]-D-T- 2d1 -N- 192.168.2.2 -7/5/2005 8:02:08 AM
SPACECASE [00h]-S-A- 29e -U- 192.168.50.50 -Infinite
SPACECASE [03h]-S-A- 29d -U- 192.168.50.50 -Infinite
SPACECASE [20h]-S-A- 29c -U- 192.168.50.50 -Infinite
Search WWH ::




Custom Search