Skip to content

Simple PowerShell script that enumerates, counts, and totals files in a directory and prints them to a txt report.

Notifications You must be signed in to change notification settings

EvolvingSysadmin/Directory-Enumeration-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Directory Enumeration PowerShell Script

Simple PowerShell script that enumerates, counts, and totals files in a directory and prints them to a txt report.

Usage

  1. Run the PowerShell script
  2. Specify the directory to be enumerated when prompted
  3. Specify the txt report path when prompted
  4. Txt report will list files (including subdirectories), file sizes, last modified dates, total file size and file count

About

Simple PowerShell script that enumerates, counts, and totals files in a directory and prints them to a txt report.

Topics

Resources

Stars

Watchers

Forks