Module WindowsSearchManager
The WindowsSearchManager module contains cmdlets for managing Windows Search.
Installation
You can install WindowsSearchManager from the PowerShell Gallery.
Install-Module -Name WindowsSearchManager
Cmdlet groups
SearchManager
Cmdlets for managing global Windows Search settings across catalogs.
|
Gets global settings and version information for Windows Search. | |
|
Changes global settings for Windows Search. |
SearchCatalog
Cmdlets for managing search catalogs. Search catalogs are content indexes.
|
Gets settings and status of all search catalogs or for a specified one. | |
|
Creates a new search catalog. | |
|
Deletes the specified search catalog. | |
|
Resets a search catalog by completely rebuilding its index database. | |
|
Changes settings for a search catalog. | |
|
Reindexes a search catalog either completely or partially. |
SearchRoot
Cmdlets for managing search roots. Search roots are the content stores indexed in a catalog.
|
Adds search roots to a search catalog. | |
|
Gets all search roots defined for a search catalog. | |
|
Removes the specified search roots from a search catalog. |
SearchRule
Cmdlets for managing search rules. Search rules define which items in a content store are indexed.
|
Adds search rules to a search catalog. | |
|
Gets the search rules in effect for a search catalog. | |
|
Removes the specified search rules from a search catalog. | |
|
Resets a catalog to the default search rules. | |
|
Tests specified paths against the search rules of a search catalog. |