Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Operating Systems
Quiz 10: Scripting in Windows 10 and Centos 7
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
What character can you use to break cmdlets between parameters when using PowerShell?
Question 2
Multiple Choice
When you write a script, what type of line should you include to ensure that the script is run under the correct shell?
Question 3
True/False
When creating and executing scripts in CentOS 7, you must change the permissions on the file before running the new script.
Question 4
True/False
PowerShell ISE is an Integrated Scripting Environment that is included with Windows 10.
Question 5
True/False
Microsoft's PowerShell Script pane is an "automatic completion" feature that helps you develop scripts quickly.
Question 6
Multiple Choice
What key feature in the PowerShell ISE allows a user to display clickable menus of cmdlets, parameters, parameter values, files, or folders that match the characters you type?
Question 7
Multiple Choice
What specific configurable PowerShell script runs automatically each time the ISE starts?
Question 8
Multiple Choice
Where does the output appear when you run a script in the PowerShell ISE?
Question 9
Multiple Choice
What PowerShell command written with a trace parameter will enable script tracing?
Question 10
Multiple Choice
What PowerShell cmdlet will allow you to Select items to remain in a table after filtering out unwanted items?
Question 11
Multiple Choice
What is an alternative to the Help cmdlet when you need to locate a specific cmdlet?
Question 12
Multiple Choice
When a PowerShell user needs additional help regarding a cmdlet that will create a file, what command syntax can be used to help obtain this information?
Question 13
Multiple Choice
When using filtering in PowerShell you need to know the comparison operators, what operator allows you to see whether an identical value exists in a list of values?
Question 14
True/False
To find a cmdlet that obtains process values, use the Get-Command -noun Process command. Indicate the answer choice that best completes the statement or answers the question.
Question 15
Multiple Choice
In CentOS 7 using an extension on script files is optional. However, some Linux system administrators prefer to add a file extension to their scripts. What file extension is commonly used for this purpose?