I'm in a situation where there are well over 2500 items in a folder and about 500 are relevant which all follow the same naming convention which is integer.string e.g. 700.joesmith or 2000.Annieuser
Is there a way via CMD line or PowerShell to isolate specific files that follow a certain naming convention. I've been able to do so using findstr before as a basic solution but using literal search terms rather than formats so am thinking PowerShell would be the solution but I'm only a beginner.
I'm hoping there may be a way otherwise I'll happily go through long road if needs be.
Thanks in advance.