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.

computer science

Description

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.


Related Questions in computer science category