### 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
### 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