|
Terminal Server License Reporting Tool
| bet | 32/37 | Sana | 30.03.2021 | Hajmi | 0,83 Mb. | | #13798 |
The Terminal Server License Reporting tool (LSREPORT.EXE) provided with the Microsoft Windows Server 2003 Resource Kit can be used to analyze the information contained in the license server database. It is a command-line utility that outputs the information from the license server’s database into a tab-delimited text file. The tool has been updated to include the client Hardware ID in the report which is useful for tracking licenses issued to particular client devices. The reporting tool can be used with the following parameters:
-
/F filename
|
Directs output to the written to a file name ”filename” (”filename” defaults to ’lsreport.txt”).
|
/D start [end]
|
Writes only license tokens that were issued between start and end (end defaults to the current date).
|
/T
|
Directs only temporary tokens to be written
|
/W
Serverlist
|
Directs Hardware ID to be included in report (only for Windows Server 2003 license servers).
A list of servers to query. If not specified, a list will be obtained from a domain controller.
|
/?
|
Prints a program summary to the screen.
|
Usage:
Lsreport [/F filename] [/D start [end]] [/T] [/?] [serverlist]
Examples:
Lsreport
Lsreport /T NTLS-1 NTLS2
|
| |