Page 1 of 1

### 2. Output all ".sys" files in C:\Windows\System32\driverStore using the cmdlet: Get-ChildItem ## HINT: 329 files ret

Posted: Sat May 14, 2022 6:52 pm
by answerhappygod
2 Output All Sys Files In C Windows System32 Driverstore Using The Cmdlet Get Childitem Hint 329 Files Ret 1
2 Output All Sys Files In C Windows System32 Driverstore Using The Cmdlet Get Childitem Hint 329 Files Ret 1 (18.8 KiB) Viewed 45 times
### 2. Output all ".sys" files in C:\Windows\System32\driverStore using the cmdlet: Get-ChildItem ## HINT: 329 files returned ## YOUR CODE HERE ### 3. Output all ".sys" files larger than 500 KB (Length > 500KB) in C:\Windows\System32\driverstore ## HINT: Length property is in Bytes ## HINT: 53 files returned ## YOUR CODE HERE