Level 1
0 / 100 XP

Questions 1-9 for Objects, Properties and Methods

In this lecture I’m going to ask you some questions from the Objects, Properties and Methods section.

  1. What are objects?
  2. What two components do objects have?
  3. In our car example describe one of the properties or features of the car
  4. In our car example describe one of methods or actions. For example, name one of things that you can do with one of the properties or features of the car.
  5. How can you display the property or methods of a command?
  6. Using methods, how would you kill an instance of Internet Explorer?
  7. Using methods how would you copy the contents of a file called servers.csv from a folder called copyA to a folder called copyB.
  8. Using the properties of get-timezone, get the current time zone where you currently live.
  9. Using the properties of get-wmiobject, get the bios version of your computer.