PowerShell - Working with Objects
You have a list of objects with a property
Score. How do you calculate the average score using Measure-Object?Score. How do you calculate the average score using Measure-Object?-Property Score to tell Measure-Object which field to analyze.-Average to get average of the Score property.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions