Aliases
Built-in functions
Using a Pipe Operator
Scripting Variables
Script Logic
100
An alternate name for a one word command or cmdlet
What is an alias
100
A built-in PowerShell function that allows you to get all verbs defined in your PowerShell session
What is Get-Verb
100
A cmdlet that allows output to be formatted as a list of properties where each property appears on a new line
What is Format-List
100
The first character of the name of a variable
What is $
100
Command that evaluates an expression and executes a block of code if the expression is true
What is IF
200
The cmdlet that lists all of the currently defined aliases
What is Get_Alias
200
A built-in PowerShell function that clears the PowerShell console window
What is Clear-Host
200
A cmdlet that allows output to be formatted as a table
What is Format-Table
200
The array of the tokens that appear after the script or function name on the command line; the script or function’s parameters
What is $args
200
Command that evaluates an expression and executes a block of code if the expression is true, and a different block of code if the expression is false
What is IF...ELSE
300
The cmdlet that creates a new alias or modifies an existing alias
What is Set-Alias
300
A built-in PowerShell function that loads all available system modules and their associated cmdlets
What is ImportSystemModules
300
A cmdlet that sorts objects in ascending or descending order based on properties of the objects
What is Sort-Object
300
Contains objects for which an error occurred while being processed in a cmdlet
What is $Error
300
Runs a block of code repeatedly while a certain condition is true
What is WHILE
400
The cmdlet that creates a new alias but does not modify an existing alias
What is New-Alias
400
A built-in PowerShell function that causes a folder to be created
What is mkdir
400
A cmdlet that sends output to a file
What is Out-File
400
Variable that specifies the user’s home directory
What is $Home
400
Command that allows you to perform a set of tasks on each item as your script goes through a collection of items.
What is ForEach
500
The cmdlet that allows you to save a list of currently defined aliases in a “comma-separated-variable” file
What is Export-Alias
500
A built-in PowerShell function that provides the ability for tab autocomplete to work in your PowerShell sessions
What is TabExpansion
500
A cmdlet that causes output data to be deleted instead of sending it to the console
What is Out-Null
500
Variable that contains the current pipeline object, used in script blocks, filters, and the where statement
What is $_
500
A cmdlet that executes a block of code using each object in a collection passed through a pipe operator
What is ForEach-Object
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
OPS 280 Week 2
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs