pswinsearch

0.2.0

This is a module to search the computer using Windows Search.

The module provides the cmdlet Invoke-WindowsSearch. This cmdlet makes a query to the Windows Search subsystem and gets results as PowerShell objects.

You can make a query in one of the following query languages or a combination of both.

(1) Advanced Query Syntax (AQS)

The Advanced Query Syntax
This is a module to search the computer using Windows Search.

The module provides the cmdlet Invoke-WindowsSearch. This cmdlet makes a query to the Windows Search subsystem and gets results as PowerShell objects.

You can make a query in one of the following query languages or a combination of both.

(1) Advanced Query Syntax (AQS)

The Advanced Query Syntax is the query language that is used in the search box in Windows Explorer.

(2) Windows Search SQL

The Windows Search subsystem implements the OLE DB provider as its core query engine. By accessing it directly, you can make a search query by SQL. It offers wordy but cleaner syntax than AQS and can be written in a locale-independent manner.

Fore more information, see the project site.
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name pswinsearch

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name pswinsearch

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 horker. All rights reserved.

Package Details

Author(s)

  • horker

Tags

Windows Search

Cmdlets

Get-WindowsSearchProperty Invoke-WindowsSearch

PSEditions

Desktop

Dependencies

This module has no dependencies.

Release Notes

v0.2.0
- Pathname expansion in the -Path parameter of Invoke-WindowsSearch
- Several fixes

v0.1.0
- First release

FileList

Version History

Version Downloads Last updated
0.2.0 (current version) 555 1/2/2019
0.1.0 22 1/2/2019