Powershell module for managing Windows Search. With WindowsSearchManager you can:
- Manage global Windows Search settings across catalogs
- Manage individual search catalogs (content indexes)
- Manage search roots (content stores)
- Manage search rules (what is and what isn't indexed)
To learn more, see the Documentation.
You can install WindowsSearchManager from the PowerShell Gallery.
Install-Module -Name WindowsSearchManager
To install the latest build from the CI feed:
Register-PSRepository -Name mawosoft-nightly -SourceLocation https://pkgs.dev.azure.com/mawosoft-de/public/_packaging/public/nuget/v2/
Install-Module -Name WindowsSearchManager -Repository mawosoft-nightly -AllowPrerelease -Force