This repository is an example of a cmdlet library for the Windows Search Index.
You can use .NET Core 3.0 or later to build this repository.
dotnet publish
You can use this library by importing the Microsoft.Search.Index.dll
and searchindex.dll
.
Import-Module .\Microsoft.Search.Index.dll
Import-Module .\searchindex.dll
Get-SearchIndexStatus