text
stringlengths
0
4.23k
Parameters
Parameter
Description
<database_name>
Specifies the name of the original database file.
<temp_database_name>
Specifies the name of the temporary database file to be created by jetpack.exe.Note: This temporary file is removed when the compact process is complete. For this command to work properly, you must make sure your temp file name is unique and that a file with that name doesn't already exist.
/?
Displays help at the command prompt.
<database_name>
<temp_database_name>
Note: This temporary file is removed when the compact process is complete. For this command to work properly, you must make sure your temp file name is unique and that a file with that name doesn't already exist.
Examples
To compact the WINS database, where Tmp.mdb is a temporary database and Wins.mdb is the WINS database, type:
cd %SYSTEMROOT%\SYSTEM32\WINS
NET STOP WINS
jetpack Wins.mdb Tmp.mdb
NET start WINS
To compact the DHCP database, where Tmp.mdb is a temporary database and Dhcp.mdb is the DHCP database, type:
cd %SYSTEMROOT%\SYSTEM32\DHCP
NET STOP DHCPSERVER
jetpack Dhcp.mdb Tmp.mdb
NET start DHCPSERVER
klist
Displays a list of currently cached Kerberos tickets.
Important
You must be at least a Domain Admin, or equivalent, to run all the parameters of this command.
Syntax
klist [-lh <logonID.highpart>] [-li <logonID.lowpart>] tickets | tgt | purge | sessions | kcd_cache | get | add_bind | query_bind | purge_bind
Parameters
Parameter
Description
-lh
Denotes the high part of the user's locally unique identifier (LUID), expressed in hexadecimal. If neither –lh nor –li are present, the command defaults to the LUID of the user who is currently signed in.
-li
Denotes the low part of the user's locally unique identifier (LUID), expressed in hexadecimal. If neither –lh nor –li are present, the command defaults to the LUID of the user who is currently signed in.
tickets
Lists the currently cached ticket-granting-tickets (TGTs), and service tickets of the specified logon session. This is the default option.
tgt
Displays the initial Kerberos TGT.
purge
Allows you to delete all the tickets of the specified logon session.
sessions
Displays a list of logon sessions on this computer.
kcd_cache
Displays the Kerberos constrained delegation cache information.
get
Allows you to request a ticket to the target computer specified by the service principal name (SPN).
add_bind
Allows you to specify a preferred domain controller for Kerberos authentication.
query_bind
Displays a list of cached preferred domain controllers for each domain that Kerberos has contacted.
purge_bind
Removes the cached preferred domain controllers for the domains specified.
kdcoptions
Displays the Key Distribution Center (KDC) options specified in RFC 4120.
/?
Displays Help for this command.