Hello fellow scriptwriters,
I have been tasked with creating an automated search that will return file names of office documents containing a keyword, spread over hundreds of UNC paths.
I can return the list of files in each path (using powershell), but cannot find a way to script WDS to search within the office documents and return only the file names that contain the keyword.
Do you have the list of UNC paths in a txt file?
You could use something like this:
Open in new window