Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 查询远程PC的systemindex以了解其爬网范围_Windows_Search_Indexing - Fatal编程技术网

Windows 查询远程PC的systemindex以了解其爬网范围

Windows 查询远程PC的systemindex以了解其爬网范围,windows,search,indexing,Windows,Search,Indexing,此问题与Windows Search WDS v4有关 我正在尝试使用ISearchCrawlScopeManager::IncludedInCrawlScope确定两台运行WDS4的电脑的远程本地网络文件夹是否包含在远程电脑的索引中。我正在使用 ISearchManager::GetCatalog("remotePC.SystemIndex") IncludedInCrawlScope调用成功,但即使对于远程系统索引中的文件夹,答案也始终不在索引中 此查询是否有禁止访问权限的内容 如果我执行

此问题与Windows Search WDS v4有关

我正在尝试使用ISearchCrawlScopeManager::IncludedInCrawlScope确定两台运行WDS4的电脑的远程本地网络文件夹是否包含在远程电脑的索引中。我正在使用

ISearchManager::GetCatalog("remotePC.SystemIndex")
IncludedInCrawlScope调用成功,但即使对于远程系统索引中的文件夹,答案也始终不在索引中

此查询是否有禁止访问权限的内容

如果我执行搜索查询,即尝试在远程计算机上查找文件,则查询会起作用。那么,为什么我不能检查共享文件夹是否编制了索引