mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-15 17:29:17 +01:00
16 lines
428 B
Markdown
16 lines
428 B
Markdown
# The query-smart-data.ps1 PowerShell Script
|
|
|
|
## Synopsis & Description
|
|
```powershell
|
|
query-smart-data.ps1 [[-Directory] <string>]
|
|
|
|
```
|
|
|
|
```
|
|
[<CommonParameters>]
|
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
|
```
|
|
|
|
*Generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1*
|