Find the size of each files in a folder in PowerShell
The below PowerShell command will display the size of each text files within a folder. As you can see I am using the ‘foreach’ statement of PowerShell to loop through each text file within a folder in your computer and prints out their name and file size accordingly. There is only one file in the…
Read More “Find the size of each files in a folder in PowerShell” »