https://github.com/ironmansoftware/searchindex
Search Index cmdlet example.
https://github.com/ironmansoftware/searchindex
Last synced: 5 months ago
JSON representation
Search Index cmdlet example.
- Host: GitHub
- URL: https://github.com/ironmansoftware/searchindex
- Owner: ironmansoftware
- Created: 2021-10-30T06:13:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T06:16:08.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:02:57.996Z (8 months ago)
- Language: C#
- Size: 149 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ironmansoftware/searchindex - Search Index cmdlet example. (C# #)
README
# 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.
```powershell
dotnet publish
```## Usage
You can use this library by importing the `Microsoft.Search.Index.dll` and `searchindex.dll`.
```powershell
Import-Module .\Microsoft.Search.Index.dll
Import-Module .\searchindex.dllGet-SearchIndexStatus
```