Automating Administration with Windows PowerShell Quiz Questions and Answers

CIM commands use the WS-MAN protocol for ad-hoc connections.

Answer :
  • True

A method tells an object to perform an action or task.

Answer :
  • True

Variable names are not case-sensitive. Is it true or false?

Answer :
  • True

A DateTime variable contains both the date and the time.

Answer :
  • True

An array is a data structure that is designed to store a collection of items.

Answer :
  • True

By default, Windows PowerShell creates a fixed-size array.

Answer :
  • True

An array list functions similar to an array except that it does not have a fixed size.

Answer :
  • True

The goal behind Windows PowerShell is that Microsoft builds 100 percent of a product’s administrative functionality in the shell. Is it true or false?

Answer :
  • True

You must run PowerShell as an Administrator on Windows Vista and later versions of Windows. Is it true or false?

Answer :
  • True

A PSDrive is a mapping between the shell and some kind of data store. Is it true or false?

Answer :
  • True