Quantcast
Channel: File Services and Storage Forum
Viewing all articles
Browse latest Browse all 1766

How to Find or Search for files, folders, or contents of files, WITHOUT using an Index (Windows Search Service NOT installed)?

$
0
0

How do I find or search by actually reading data from the file system ... without using a "search" index?

- I don't want an index of possible future searches limited by options in an "Indexing Options" control applet of Windows Search Service!
- I do want all file types and file name extensions included
- I do want to match on partial strings (find cde within abcdefg for example)
- I do want some flexibility such as start path, subfolder, wildcard values to match, etc., typical end-user request
- I do not want to install a 3rd party tool on the server, I'd like to use already available built-in Microsoft utilities
- I repeat: I do NOT want to use the (next to worthless) Windows Search Service Index

The production servers I typically administer do NOT even have the Windows Search Service installed. I just want an on-demand search that actually reads the NTFS volume contents searching EVERYTHING in a specified path (no matter what the file type or file name extension).

I also recognize there are 3rd-party tools available (and other operating systems) which do this very well, but I am limited to what is already present in the Windows operating system and as a best practice I do not want to add more code that will need to be maintained. For example, is there a PowerShell cmdlet that will read everything in a given path and select results based on a partial string match? I don't want to write a script, but a couple pipelined commands might do the trick. Something that I can memorize and type again without having to load a PowerShell library of scripting tools would be nice.


Viewing all articles
Browse latest Browse all 1766

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>