Skip to content

mawosoft/WindowsSearchManager

Repository files navigation

Windows Search Manager

PSGallery CI/CD License

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.

Installation

You can install WindowsSearchManager from the PowerShell Gallery.

Install-Module -Name WindowsSearchManager

CI Feed

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