mawosoft / WindowsSearchManager

Powershell module for managing Windows Search.
https://mawosoft.github.io/WindowsSearchManager/
MIT License
6 stars 0 forks source link
powershell psmodule search searchapi searchmanager windows wsearch

Windows Search Manager

PSGallery CI/CD License

Powershell module for managing Windows Search. With WindowsSearchManager you can:

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