### 2. Output all ".sys" files in C:\Windows\System32\driverStore using the cmdlet: Get-ChildItem ## HINT: 329 files ret
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
### 2. Output all ".sys" files in C:\Windows\System32\driverStore using the cmdlet: Get-ChildItem ## HINT: 329 files ret
### 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!