Appendix. Review labs
This appendix provides three review labs, which you can work on after completing the designated chapters and labs from this book. These reviews are a great way to take a break in your learning process and to reinforce some of the most important things you’ve learned to that point. As always, you’ll find example answers on MoreLunches.com. Just find this book’s cover image, click on it, and then go to the Downloads section to download the lab sample solutions file.
Because the instructions for some of these lab tasks are more complex, we’ve broken them down into discrete task sections. We’ve also provided you with a list of hints at the start of each lab, to remind you about specific commands, help files, and syntax that you may need to complete the lab.
Note
To complete this lab, you will need any computer running PowerShell v3. You should complete the labs in chapters 1 through 6 of this book prior to attempting this review lab.
Hints
- Sort-Object
- Select-Object
- Import-Module
- Export-CSV
- Help
- Get-ChildItem (Dir)
Run a command that will display the newest 100 entries from the Application event log. Do not use Get-WinEvent.
Write a command line that displays only the five top processes based on virtual memory (VM) usage.