C:\WINDOWS>TFTP /?
Transfers files to and from a remote computer running the TFTP service.
TFTP
[-i
] host
[GET | PUT
] source
[destination
] -i Specifies binary image transfer mode (also called
octet). In binary image mode the file is moved
literally, byte by byte. Use this mode when
transferring binary files.
host Specifies the local or remote host.
GET Transfers the file destination on the remote host to
the file source on the local host.
PUT Transfers the file source on the local host to
the file destination on the remote host.
source Specifies the file to transfer.
destination Specifies where to transfer the file.
C:\WINDOWS>TLNTADMN /?
Usage: tlntadmn
[computer name
] [common_options
] start | stop | pause | continue
| -s | -k | -m | config config_options
Use 'all' for all sessions.
-s sessionid List information about the session.
-k sessionid Terminate a session.
-m sessionid Send message to a session.
config Configure telnet server parameters.
common_options are:
-u user Identity of the user whose credentials are to be used
-p password Password of the user
config_options are:
dom = domain Set the default domain for user names
ctrlakeymap = yes|no Set the mapping of the ALT key
timeout = hh:mm:ss Set the Idle Session Timeout
timeoutactive = yes|no Enable idle session timeout.
maxfail = attempts Set the maximum number of login failure attempts
before disconnecting.
maxconn = connections Set the maximum number of connections.
port = number Set the telnet port.
sec =
[+/-
]NTLM
[+/-
]passwd
Set the authentication mechanism
mode = console|stream Specify the mode of operation.
C:\WINDOWS>TRACERPT /?
Microsoft r TraceRpt.Exe (5.1.2600.2180)
c Microsoft Corporation. All rights reserved.
Tracerpt processes binary Event Trace Session log files or real-time streams
from instrumented Event Trace providers and creates a report or a text (CSV)
file describing the events generated.
Usage:
tracerpt
[options
]Parameters:
<filename
[filename ...
]> Event Trace log file to process.
Options:
-? Displays context sensitive help.
-o
[filename
] Text (CSV) output file. Default is
dumpfile.csv.
-summary
[filename
] Summary report text file (CSV) file. Default
is summary.txt.
-report
[filename
] Text output report file. Default is
workload.txt.
-rt <session_name
[session_name ...
]> Real-time Event Trace Session data
source.
-config <filename> Settings file containing command options.
-y Answer yes to all questions without
prompting.
Examples:
tracerpt logfile1.etl logfile2.etl -o -report
tracerpt logfile.etl -o logdmp.csv -summary logdmp.txt -report logrpt.txt
tracerpt -rt EVENT_SESSION_1 EVENT_SESSION_2 -o logfile.csv