A system Administrator wants to display all the executable files(.exe) in location “C:\Windows” whose size is greater than 1MB. Select the appropriate option from below which suits Administrators requirement.

Get-ChildItem "C:\Windows"|where{$_.Name -like "*.exe" -and Size -gt 1Mb}

Get-ChildItem "C:\Windows"|where{$_.Name -like *.exe -and $_.Size -gt 1024Kb}

Get-ChildItem "C:\Windows"|where{$_.Name -like "*.exe" -and $_.Length -gt 1Mb}

Get-ChildItem "C:\Windows"|where{$_.Name -like "*.exe" -and $_.Size -gt 1Mb}

Verified Answer
Correct Option - c

To get all Infosys Certified Full Stack System Administrator - Windows - Intermediate 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