Chapter 5.1 Scripting

12345678910111213
Across
  1. 2. Which command in Powershell Console shows the history buffer?
  2. 3. In Powershell, __________ is used to organize and share scripts, functions and other resources.
  3. 4. __________ is a temporary storage container for object.
  4. 6. Which policy setting gives no restriction but will prompt for permission in the execution policy?
  5. 9. Windows _________ is a task-based command-line shell and scripting language.
  6. 10. ISE Window has 3 panes,name one of the panes.
  7. 11. Which host application uses a basic command-line interface?
  8. 12. Which cmdlet verb queries a specific object or a subset of a type of object?
Down
  1. 1. Name one of the four types of named commands that can be executed by Windows Powershell.
  2. 2. Which formatting options allow the output data to be displayed in a list?
  3. 5. __________ is a comparison command used to filter object that is greater than the given number.
  4. 7. What is the file that contains a series of commands to be executed by the command line interpreter?
  5. 8. Which of the host application provides debugging tools?
  6. 9. What character is used to separate commands?
  7. 13. What is the command that completes command input?