2026 | 100% Correct
Save
Terms in this set (241)
Windows Command Line command allows you to
net localgroup
add, display and modify local groups.
Windows Command Line command allows
net user
administrators to manage user accounts.
Windows Management Instrumentation command-
wmic useraccount list
line command that lists user accounts on the local
brief
machine.
Windows Command Line command displays a list of
tasklist /v currently running processes on either a local or
remote machine. (Displays verbose task information.)
Windows Management Instrumentation command-
wmic process list brief line command that lists processes available for
management.
Windows Command Line utility and subsequent
sc queryex
command to query extended statuses for services.
Windows Command Line command to display
tasklist /svc
services hosted in each process.
Windows Management Instrumentation command-
wmic service list brief
line command for service application management.
Windows Command Line command to display all
ipconfig /all
network configuration information.
Windows Management Instrumentation command-
wmic nicconfig list full line command to view all network adapter
management information.
, Windows Command Line tool to display operating
systeminfo system configuration information for a local or remote
machine.
Windows Management Instrumentation command-
wmic computersystem list
line command to display all computer system
brief
management information.
Windows Management Instrumentation command-
wmic ntdomain line command to display NT domain management
information.
wmic environment list Windows Management Instrumentation command-
brief line command to display system environment settings.
Windows Command Line command to view all current
set
environment variables.
Windows Command Line command to find
where
executables within the PATH environment variable.
Windows Command Line command to echo input to
echo
stdout.
Windows Command Line command to view contents
dir
of a directory.
Windows Command Line command to output
type
contents of a file to stdout.
Windows Command Line command to find a specific
findstr
string within a specific path or file.
Windows Command Line command to print the name
hostname
of the current host.
Windows Command Line command to output the
date /t
system date.
Windows Command Line command to output the
time /t
system time.
> Redirect input and create/overwrite location.
>> Redirect input and create/append location.
Pipes output of one command to input of another
|
command.
Execute second command after the execution of the