Currently browsing tag

Get-ChildItem

Find mp3 files with low Bit Rate

Here’s a function to find all folders containing mp3 files (listed if ‘-details’ switch is used) with a bit rate under the …

CountFiles

Here’s a script to count files under the specified path (or the working directory if the parameter is omitted) and times the …

FileFinder

Here’s a script playing around Get-ChildItem and Select-String. Searches files from various criterias (before a modification date, after a modification date, with …

Scroll to Top