Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 406 Bytes

File metadata and controls

8 lines (6 loc) · 406 Bytes
  • Find a cmdlet which displays the current date and time (we already used it in a example)

  • What type of object does the cmdlet of the first task produce?

  • Try to display only the DayOfYear with the cmdlet from the first task

  • Find a cmldet which shows installed hotfixes

  • Try to Display Only the HotFixID, Description and InstalledOn Date

  • Sort the output from above based on the InstalledOn Date