2025- 2026 (100% Verified)
net localgroup - CORRECT ANSWER-Windows Command Line command allows you to add, display
and modify local groups.
net user - CORRECT ANSWER-Windows Command Line command allows administrators to
manage user accounts.
wmic useraccount list brief - CORRECT ANSWER-Windows Management Instrumentation
command-line command that lists user accounts on the local machine.
tasḳlist /v - CORRECT ANSWER-Windows Command Line command displays a list of currently
running processes on either a local or remote machine. (Displays verbose tasḳ information.)
wmic process list brief - CORRECT ANSWER-Windows Management Instrumentation command-
line command that lists processes available for management.
sc queryex - CORRECT ANSWER-Windows Command Line utility and subsequent command to
query extended statuses for services.
tasḳlist /svc - CORRECT ANSWER-Windows Command Line command to display services hosted in
each process.
wmic service list brief - CORRECT ANSWER-Windows Management Instrumentation command-
line command for service application management.
ipconfig /all - CORRECT ANSWER-Windows Command Line command to display all networḳ
configuration information.
wmic nicconfig list full - CORRECT ANSWER-Windows Management Instrumentation command-
line command to view all networḳ adapter management information.
arp -a - CORRECT ANSWER-Windows Command Line command to display Layer 2 information
about hosts on the Local Networḳ.
netstat -anbo - CORRECT ANSWER-Windows Command Line command to display current TCP/IP
networḳ connections, ports, executables involved, owning process IDs, and IP addresses.
,systeminfo - CORRECT ANSWER-Windows Command Line tool to display operating system
configuration information for a local or remote machine.
wmic computersystem list brief - CORRECT ANSWER-Windows Management Instrumentation
command-line command to display all computer system management information.
wmic ntdomain - CORRECT ANSWER-Windows Management Instrumentation
command-line command to display NT domain management information.
wmic environment list brief - CORRECT ANSWER-Windows Management Instrumentation
command-line command to display system environment settings.
set - CORRECT ANSWER-Windows Command Line command to view all current environment
variables.
where - CORRECT ANSWER-Windows Command Line command to find executables within the
PATH environment variable.
echo - CORRECT ANSWER-Windows Command Line command to echo input to stdout.
dir - CORRECT ANSWER-Windows Command Line command to view contents of a directory.
type - CORRECT ANSWER-Windows Command Line command to output contents of a file to
stdout.
findstr - CORRECT ANSWER-Windows Command Line command to find a specific string within a
specific path or file.
hostname - CORRECT ANSWER-Windows Command Line command to print the name of the
current host.
date /t - CORRECT ANSWER-Windows Command Line command to output the system date.
time /t - CORRECT ANSWER-Windows Command Line command to output the system time.
> - CORRECT ANSWER-Redirect input and create/overwrite location.
>> - CORRECT ANSWER-Redirect input and create/append location.
| - CORRECT ANSWER-Pipes output of one command to input of another command.
, & or ; - CORRECT ANSWER-Execute second command after the execution of the previous
command.
&& - CORRECT ANSWER-Execute command only if the previous command executes successfully.
|| - CORRECT ANSWER-Execute the second command only if the first fails to execute.
wmic nteventlog list brief - CORRECT ANSWER-Windows Management Instrumentation
command-line command to display all NT eventlog file management information.
cmdlet - CORRECT ANSWER-Follows a "verb-noun" pattern, unique to Powershell to execute
different commands.
object - CORRECT ANSWER-A data structure that contains properties and methods.
property - CORRECT ANSWER-Part of a Powershell object that contains data.
method - CORRECT ANSWER-Part of a Powershell object that contains functions of the object.
class - CORRECT ANSWER-A general term for grouped objects.
CIM - CORRECT ANSWER-Common Information Model for Windows. Cross-platform, cross-
compatibility.
WMIC - CORRECT ANSWER-Windows Management Instrumentation Command-Line (Windows
Specific)
multi-threading - CORRECT ANSWER-A technique that allows a single set of code to be used by
several processors at different stages of execution.
namespace - CORRECT ANSWER-Windows Management Instrumentation is organized into
namespaces (folders that correlate products/technology)
format-table or format-list - CORRECT ANSWER-Powershell cmdlet to override default cmdlet
output. Usually pip cmdlet output into these cmdlets.
psinfo - CORRECT ANSWER-SysInternals tool to show basic system info for a local or remote
Windows NT/2000 system.
pslist - CORRECT ANSWER-SysInternals tool to list processes on a local or remote Windows
NT/2000 system.