Powershell – find files larger than a specific size

A common task, especially during the development of specific filesystem tasks in a script, is to find and list all files that are larger than a specific file size in folder (and subfolders); in the following example we will find files larger than 500 MB in the entire C:\ drive. Read More …