Flearn Website Header

Windows Powershell Study Cards


Click any card to reveal the answer

What does the Get-ChildItem command do?

click to flip

Answer:

Lists files and directories in the current location

What does the Set-Location command do?

click to flip

Answer:

Changes the current directory location

What does the Get-Location command do?

click to flip

Answer:

Gets the current working directory path

What does the New-Item command do?

click to flip

Answer:

Creates new files directories or other items

What does the Remove-Item command do?

click to flip

Answer:

Deletes files directories and other items

What does the Copy-Item command do?

click to flip

Answer:

Copies files and directories to another location

What does the Move-Item command do?

click to flip

Answer:

Moves files and directories to a new location

What does the Rename-Item command do?

click to flip

Answer:

Renames files and directories

📢
Advertisement
See Your Advert Here!

What does the Get-Content command do?

click to flip

Answer:

Reads the contents of a file

What does the Set-Content command do?

click to flip

Answer:

Writes content to a file replacing existing content

What does the Add-Content command do?

click to flip

Answer:

Appends content to the end of a file

What does the Select-String command do?

click to flip

Answer:

Searches for text patterns in files and strings

What does the Get-Process command do?

click to flip

Answer:

Gets running processes on the system

What does the Stop-Process command do?

click to flip

Answer:

Stops one or more running processes

What does the Start-Process command do?

click to flip

Answer:

Starts processes on the local computer

What does the Get-Service command do?

click to flip

Answer:

Gets Windows services on the system

📢
Advertisement
See Your Advert Here!

What does the Start-Service command do?

click to flip

Answer:

Starts stopped Windows services

What does the Stop-Service command do?

click to flip

Answer:

Stops running Windows services

What does the Get-Help command do?

click to flip

Answer:

Displays help information about PowerShell commands

What does the Get-Command command do?

click to flip

Answer:

Gets information about available PowerShell commands

What does the Get-Member command do?

click to flip

Answer:

Gets properties and methods of objects

What does the Where-Object command do?

click to flip

Answer:

Filters objects based on specified criteria

What does the Sort-Object command do?

click to flip

Answer:

Sorts objects by property values

What does the Select-Object command do?

click to flip

Answer:

Selects specified properties of objects

📢
Advertisement
See Your Advert Here!

What does the ForEach-Object command do?

click to flip

Answer:

Performs operations on each object in a collection

What does the Measure-Object command do?

click to flip

Answer:

Calculates numeric properties of objects

What does the Out-File command do?

click to flip

Answer:

Sends output to a file

What does the Import-Csv command do?

click to flip

Answer:

Imports data from CSV files into objects

What does the Export-Csv command do?

click to flip

Answer:

Exports objects to CSV files

What does the Get-EventLog command do?

click to flip

Answer:

Gets events from Windows event logs

Remember: Use all available resources to study. Flearn alone cannot guarantee success in any exams—make sure to supplement your learning!