1. You are searching for a command that you believe ends with the letter “l”. List the command you would use to list all the commands that end with the letter “I”.
  2. In a pipeline the output of one command goes to the ___ of the following command.
  3. The following syntax statement for the Get-PSDrivecmdlet.

Get-PSDrive[[-Name]<string[]>][Scope<string.][-PSProviderstring[]>][-Use Transaction][<CommonParameters>]

Which parameters are required?

  1. There are no required parameters
  2. Name
  3. Scope
  4. PSProvider
  1. You have been tasked with resetting a users password . Which method would be best for performing this task, the GUI, a command, or a script? Justify your answer.
  2. You are attempting to locate commands for managing logs. List the commands you would use to find all commands that contain the characters “log”.
  3. List the command to view the members of the objects and their values that are output from the Get-ACL c:\windows command.
  4. An advantage of the _____ interface is that it can be used to manage multiple systems at the same time.
  5. Type the commands to list all the available Powershell modules on a windows system
  6. In the ___Interface admin tasks are easier because wizards often step you through complex admin task.
  7. The ___parameter of the Get-Help cmdlet can be used to identify information about the commands pipeline capabilities.
  8. An ___ is used to pass values to a command to allow it to function or change the way that it functions.
  9. The __cmdlets is used to display the output of a pipeline as a list
  10. You wish to see information in the about_Escape_Characters topic. List the command you would type.
  11. The ___cmdlet is used in a pipeline to select which properties are sent through a pipeline
  12. The ___ cmdlet is used to filter which objects are sent through a pipeline
  13. ____ are part of an object that can be accessed to find out info about the object.
  14. Create a pipeline that selects the output of the Get-Command cmdlet where the command type property is equal to cmdlet. Sort the output of the previous command by name. Selects the properties name, definition, and helpuri. Converts the output to html format with the title PowershellCmdlet Help and saves it in a file name Powershell-Help.html
  15. You are attempting to locate commands that test objects. You believe the command you are looking for uses the verb Test. List the command to display all the commands with the verb Test.