< Back
Select-Poco
Post
NAME Select-Poco
SYNOPSIS
Interactively filter objects from the pipeline.
SYNTAX
Select-Poco [[-Property] <Object[]>] [[-Query] <String>] [[-Filter] {match | like | eq}] [[-Prompt] <String>]
[[-Layout] {TopDown | BottomUp}] [[-Keymaps] <Hashtable>] [-CaseSensitive] [-InvertFilter] [<CommonParameters>]
DESCRIPTION
This command will interactively filter objects from the
PARAMETERS
-CaseSensitive [<SwitchParameter>]
Force comparison to be case sensitive.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Filter <String>
Comparison mode.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InvertFilter [<SwitchParameter>]
Invert the boolean logic of every comparison.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Keymaps <Hashtable>
{{Fill Keymaps Description}}
Required? false
Position? 5
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Layout <String>
Layout poco from top or bottom.
Required? false
Position? 4
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Prompt <String>
Prompt string to display next to query.
Required? false
Position? 3
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Property <Object[]>
{{Fill Property Description}}
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Query <String>
Specify starting query.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.Object
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> {{ Add example code here }}
{{ Add example description here }}
RELATED LINKS
SYNOPSIS
Interactively filter objects from the pipeline.
SYNTAX
Select-Poco [[-Property] <Object[]>] [[-Query] <String>] [[-Filter] {match | like | eq}] [[-Prompt] <String>]
[[-Layout] {TopDown | BottomUp}] [[-Keymaps] <Hashtable>] [-CaseSensitive] [-InvertFilter] [<CommonParameters>]
DESCRIPTION
This command will interactively filter objects from the
PARAMETERS
-CaseSensitive [<SwitchParameter>]
Force comparison to be case sensitive.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Filter <String>
Comparison mode.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InvertFilter [<SwitchParameter>]
Invert the boolean logic of every comparison.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Keymaps <Hashtable>
{{Fill Keymaps Description}}
Required? false
Position? 5
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Layout <String>
Layout poco from top or bottom.
Required? false
Position? 4
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Prompt <String>
Prompt string to display next to query.
Required? false
Position? 3
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Property <Object[]>
{{Fill Property Description}}
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Query <String>
Specify starting query.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.Object
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> {{ Add example code here }}
{{ Add example description here }}
RELATED LINKS