List of Files with Character Count in Filename

4 months ago
4

This PowerShell script searches through a specified directory and its subdirectories to list all files. For each file, it displays the filename and the character count of the filename.

Loading comments...