CSCI 1411 Exam 1 Questions With
100% Verified Answers
Out-Default -
correct answer ✅takes whatever objects are in the pipeline, and
uses some of their properties to construct a text list
What is Powershell? -
correct answer ✅A cross-platform task automation solution made
up of a command line shell, scripting language, and a configuration
management framework.
What is a cmdlet -
correct answer ✅A command through which you can perform an
action
What are the two most helpful cmdlets? -
correct answer ✅Get-Command & Get-Help
What does the get-process cmdlet do? -
correct answer ✅Gets the processes on a local computer, without
parameters it gets all the processes on the local computer
What does the Format-Table cmdlet do? -
correct answer ✅Formats the output as a table
,CSCI 1411 Exam 1 Questions With
100% Verified Answers
What does the format-list cmdlet do? -
correct answer ✅Formats the output including all process of the
local computer as a list
Compare cmdlet -
correct answer ✅Compare 2 sets of objects
Foreach cmdlet -
correct answer ✅Act on each element of a set
Group cmdlet -
correct answer ✅Split a set of objects into groups
Measure cmdlet -
correct answer ✅Measure some property of a set of objects
Select cmdlet -
correct answer ✅Select a set of properties from a set of objects
, CSCI 1411 Exam 1 Questions With
100% Verified Answers
Sort cmdlet -
correct answer ✅Sorts objects
Tee cmdlet -
correct answer ✅Make a copy of a set of objects
Where cmdlet -
correct answer ✅Select a subset of Objects
What is an alias? -
correct answer ✅Nicknames for cmdlets
What is the cmdlet for getting alaises? -
correct answer ✅Get-Alias
What does -append do? -
correct answer ✅Overwrite any existing file that has the same
filename
Is there a way to keep a transcript of everything you type in the
shell, and save that transcript to a text file ? -
correct answer ✅Start-Transcript
100% Verified Answers
Out-Default -
correct answer ✅takes whatever objects are in the pipeline, and
uses some of their properties to construct a text list
What is Powershell? -
correct answer ✅A cross-platform task automation solution made
up of a command line shell, scripting language, and a configuration
management framework.
What is a cmdlet -
correct answer ✅A command through which you can perform an
action
What are the two most helpful cmdlets? -
correct answer ✅Get-Command & Get-Help
What does the get-process cmdlet do? -
correct answer ✅Gets the processes on a local computer, without
parameters it gets all the processes on the local computer
What does the Format-Table cmdlet do? -
correct answer ✅Formats the output as a table
,CSCI 1411 Exam 1 Questions With
100% Verified Answers
What does the format-list cmdlet do? -
correct answer ✅Formats the output including all process of the
local computer as a list
Compare cmdlet -
correct answer ✅Compare 2 sets of objects
Foreach cmdlet -
correct answer ✅Act on each element of a set
Group cmdlet -
correct answer ✅Split a set of objects into groups
Measure cmdlet -
correct answer ✅Measure some property of a set of objects
Select cmdlet -
correct answer ✅Select a set of properties from a set of objects
, CSCI 1411 Exam 1 Questions With
100% Verified Answers
Sort cmdlet -
correct answer ✅Sorts objects
Tee cmdlet -
correct answer ✅Make a copy of a set of objects
Where cmdlet -
correct answer ✅Select a subset of Objects
What is an alias? -
correct answer ✅Nicknames for cmdlets
What is the cmdlet for getting alaises? -
correct answer ✅Get-Alias
What does -append do? -
correct answer ✅Overwrite any existing file that has the same
filename
Is there a way to keep a transcript of everything you type in the
shell, and save that transcript to a text file ? -
correct answer ✅Start-Transcript