Which of the following cmdlet will list out the top 5 processes that are consuming highest CPU time and start with the letter “M”?

get-process | where name -clike "M*" | sort CPU -desc | select -first 5

get-process | where name -eq “M*” | sort CPU | select -last 5

get-process | where {$_.name -eq “m*”} | sort CPU | select -last 5

get-process | where name -like “M*”} | sort CPU | select -first 5

Correct Option - a

To get all Infosys Certified L1 Junior Windows Admin Professional Exam questions Join Group https://bit.ly/infy_premium_group

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in