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
2
Q
what is the file extension for storing cmdlets, functions, variables, etc?
A
.ps1
3
Q
What are functions?
A
a named list of statements
4
Q
True or False: PowerShell is a command-line and a scripting language all in one.
A
True
5
Q
True or False: PowerShell lacks a graphical interface
A
True
6
Q
What is the naming standard for cmdlets?
A
verb-noun
7
Q
A