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 …
Here’s a function to find all folders containing mp3 files (listed if ‘-details’ switch is used) with a bit rate under the …
I like to find new needs to fill… Once again, I found one today on LinkedIn: Sambasiva Rao K. asked for some help on the “PowerShell Power Users” LinkedIn discussion group:
I have a requirement where i wanted to monitor the last modified time of a .MDB file and compare it with local system time and if it differences more than 1hour, i want my system to be restarted.
Let’s see!
Here’s a script to count files under the specified path (or the working directory if the parameter is omitted) and times the …
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 …