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 /?
用法: tlntadmn
[computer name
] [common_options
] start | stop | pause |
continue | -s | -k | -m | config config_options
所有会话用 'all'。
-s sessionid 列出会话的信息。
-k sessionid 终止会话。
-m sessionid 发送消息到会话。
config 配置 telnet 服务器参数。
common_options 为:
-u user 指定要使用其凭据的用户
-p password 用户密码
config_options 为:
dom = domain 设定用户的默认域
ctrlakeymap = yes|no 设定 ALT 键的映射
timeout = hh:mm:ss 设定空闲会话超时值
timeoutactive = yes|no 启用空闲会话。
maxfail = attempts 设定断开前失败的登录企图数。
maxconn = connections 设定最大连接数。
port = number 设定 telnet 端口。
sec =
[+/-
]NTLM
[+/-
]passwd
设定身份验证机构
fname = file 指定审计文件名。
fsize = size 指定审计文件的最大尺寸(MB)。
mode = console|stream 指定操作模式。
auditlocation = eventlog|file|both
指定记录地点
audit =
[+/-
]user
[+/-
]fail
[+/-
]admin
指定审计的事件
C:\WINDOWS>TRACERPT /?
Microsoft (R) TraceRpt.Exe (5.1.2600.0)
(C) Microsoft Corporation. All rights reserved.
Tracerpt 处理二进制事件跟踪会话日志文件或以仪器
装备的时间跟踪提供程序的实时流程并创建描述
生成的事件的报告或 CSV 文件。 问题都回答 yes。
用法:
tracerpt { <文件名
[文件名 ...
]> | -rt <session_name
[session_name ...
]>
}
[选项
]参数:
<文件名
[文件名 ...
]> 要处理的事件跟踪日志文件。
选项:
-? 显示跟上下文相关的帮助。
-o
[文件名
] 文本(CSV)输出文件。默认值是 dumpfile.csv。
-summary
[文件名
] 摘要报告文本文件(CSV)。默认值是 summary.txt。
-report
[文件名
] 文本输出报告文件。默认值是 workload.txt。
-rt <session_name
[session_name ...
]> 实时事件跟踪会话数据源。
-config <文件名> 含有命令选项的设置文件。
-y 不用提示对所有问题都回答 yes。
例如:
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