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
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
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.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2019 horker. All rights reserved.
Package Details
Author(s)
- horker
Tags
Cmdlets
Get-WindowsSearchProperty Invoke-WindowsSearch
PSEditions
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
- pswinsearch.nuspec
- Horker.WindowsSearch.dll
- Horker.WindowsSearch.pdb
- HorkerWindowsSearch.psd1
- pssearch.psd1
- pssearch.psm1
- pswinsearch.psd1
- pswinsearch.psm1
- SearchQueryHelper.dll
- SearchQueryHelper.pdb
- en-US\Horker.WindowsSearch.dll-Help.xml
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.0 (current version) | 583 | 1/2/2019 |
0.1.0 | 23 | 1/2/2019 |