Powershell
Scripting Questions
· Write a script that: Starting in a directory then recursively through all sub-directories: list all files with their full pathname where the filename contains the word 'security', and sort by alphabetical order.
·
Using the attached CSV
file (Read_Events.csv): Write a script that displays a list of distinct values
from the 'ACCESSED BY' column. The first six header rows should be skipped.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |