I have a query that I am having issues pulling any results with.
source:“server” AND ObjectName:“E:\RootFolder\Billing Department\SubFolder1\SubFolder2”
I need to be able to see any ObjectName within SubFolder2. I have tried the following:
ObjectName:“E:\RootFolder\Billing Department\SubFolder1\SubFolder2”
ObjectName:“E:\RootFolder\Billing Department\SubFolder1\SubFolder2*”
ObjectName:"E:\RootFolder\Billing Department\SubFolder1\SubFolder2\"
ObjectName:“E:\RootFolder\Billing Department\SubFolder1\SubFolder2”
ObjectName:“E:\RootFolder\Billing Department\SubFolder1\SubFolder2”*
ObjectName:“E:\RootFolder\Billing Department\SubFolder1\SubFolder2*”
The first line gives me only the Objects with the exact name and nothing more. I think the issue I am having is with the space in Billing Department and the quotes. I am not sure how to format to account for that space.