CMDLETS Flashcards

1
Q

List all files/directories in the current directory

A

Get-ChildItem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Get the contents of a file

A

Get-Content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Help on commands

A

Get-Help

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List all currently running processes

A

Get-Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Clear the screen

A

Clear-Host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Copy one or several files or a whole directory tree

A

Copy-Item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Move one or several files or a whole directory tree

A

Move-Item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Change the current directory

A

Set-Location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Print strings, variables, etc to standard output

A

Write-Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Find the appropriate Verb portion of the command

A

Get-Verb

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Using a keyword to find the appropriate command

A

Get-Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Pull up the help file for the command

A

Get-Help

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Look at the properties associated with the command

A

Get-Member

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Get cmdlets, functions, and aliases with a specific Noun

A

Get-Command -Noun

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

PowerShell Command that accepts a single command name and then displays a graphical dialog box that has a command’s parameters.

A

Show-Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly