Lab 16; Question #3
Chapter 16 Lab answers says:
Get-CimClass win32_process | select -ExpandProperty methods
correct answer is:
Get-CimClass win32_process | select -ExpandProperty CimClassMethods
Lab 16; Question #3
Chapter 16 Lab answers says:
Get-CimClass win32_process | select -ExpandProperty methods
correct answer is:
Get-CimClass win32_process | select -ExpandProperty CimClassMethods
Thanks, Jeff. We are in the midst of revising the book and re-validating all the code against v5.