PowerShell Flashcards

1
Q

What is PowerShell scripting?

A

the process of writing a set of statements in the PowerShell language and storing those statements in a text file

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

what is the file extension for storing cmdlets, functions, variables, etc?

A

.ps1

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

What are functions?

A

a named list of statements

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

True or False: PowerShell is a command-line and a scripting language all in one.

A

True

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

True or False: PowerShell lacks a graphical interface

A

True

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

What is the naming standard for cmdlets?

A

verb-noun

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