Skip to content

ironmansoftware/searchindex

Repository files navigation

Search Index Cmdlet Example

This repository is an example of a cmdlet library for the Windows Search Index.

Building

You can use .NET Core 3.0 or later to build this repository.

dotnet publish

Usage

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

About

Search Index cmdlet example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages