text
stringlengths
0
4.23k
config maxconn = <connections>
Sets the maximum number of connections.
config port = <number>
Sets the telnet port. You must specify the port with an integer smaller than 1024.
config sec {+ | -}NTLM {+ | -}passwd
Specifies whether you want to use NTLM, a password, or both to authenticate logon attempts. To use a particular type of authentication, type a plus sign (+) before that type of authentication. To prevent using a particular type of authentication, type a minus sign (-) before that type of authentication.
config mode = {console | stream}
Specifies the mode of operation.
-?
Displays help at the command prompt.
<computername>
<username> -p <password>
{<sessionID> | all}
{<sessionID> | all}
{<sessionID> | all} <message>
<domain>
{yes | no}
<hh>:<mm>:<ss>
{yes | no}
<attempts>
<connections>
<number>
{+ | -}NTLM {+ | -}passwd
{console | stream}
Examples
To configure the idle session timeout to 30 minutes, type:
tlntadmn config timeout=0:30:0
To display active telnet sessions, type:
tlntadmn -s
tpmtool
This utility can be used to get information about the Trusted Platform Module (TPM).
Important
Some information may relate to the pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Syntax
tpmtool /parameter [<arguments>]
Parameters
Parameter
Description
getdeviceinformation
Displays the basic information of the TPM. See the Win32_Tpm::IsReadyInformation method parameters article for details about the information flag values.
gatherlogs [output directory path]
Collects TPM logs and places them in the specified directory. If that directory doesn't exist, it's created. By default, the log files are placed in the current directory. The possible files generated are:TpmEvents.evtxTpmInformation.txtSRTMBoot.datSRTMResume.datDRTMBoot.datDRTMResume.dat
drivertracing [start | stop]
Starts or stops collecting TPM driver traces. The trace log, TPMTRACE.etl, is created and placed in the current directory.
/?
Displays help at the command prompt.
[start | stop]
Examples
To display the basic information of the TPM, type:
tpmtool getdeviceinformation
To collect TPM logs and place them in the current directory, type:
tpmtool gatherlogs
To collect TPM logs and place them in C:\Users\Public, type:
C:\Users\Public
tpmtool gatherlogs C:\Users\Public
To collect TPM driver traces, type:
tpmtool drivertracing start
# Run scenario
tpmtool drivertracing stop
tpmvscmgr
The tpmvscmgr command-line tool allows users with Administrative credentials to create and delete TPM virtual smart cards on a computer.
Syntax
tpmvscmgr create [/name] [/adminkey DEFAULT | PROMPT | RANDOM] [/PIN DEFAULT | PROMPT] [/PUK DEFAULT | PROMPT] [/generate] [/machine] [/?]
tpmvscmgr destroy [/instance <instanceID>] [/?]
Create parameters
The Create command sets up new virtual smart cards on the user's system. It also returns the instance ID of the newly-created card for later reference, if deletion is required. The instance ID is in the format ROOT\SMARTCARDREADER\000n where n starts from 0 and is increased by 1 each time you create a new virtual smart card.
Parameter
Description