Pipe
1.0.0
Powershell Pipe filtering functions.
       Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/Shared-Functions/Pipe
    
Installation Options
Owners
Copyright
(c) Dmitry Stadub. All rights reserved.
Package Details
Author(s)
- Dmitry Stadub
 
Tags
filter pipe first last Suppress type
Cmdlets
Limit-First Limit-Last Hide-Out Limit-Items Limit-Type Skip-Items
Functions
Limit-First Limit-Last Hide-Out Limit-Items Limit-Type Skip-Items
Dependencies
This module has no dependencies.
Release Notes
                * Add filters for 
                | Where-Type - Filter by element type
                | Where-Type - Filter by element type name               
                | First - Return only the first element of pipe               
                | Last - Return only the last element of pipe               
                | Skip-Items - Skip N elements               
                | Hide-Out - supress output               
                | Limit-Items - Return only N elements from pipe
            
FileList
- Pipe.nuspec
 - Aliases.ps1
 - Hide-Out.ps1
 - Icon.ico
 - Limit-First.ps1
 - Limit-Items.ps1
 - Limit-Last.ps1
 - Limit-Type.ps1
 - Pipe.psd1
 - README.md
 - Skip-Items.ps1
 
Version History
| Version | Downloads | Last updated | 
|---|---|---|
| 1.0.0 (current version) | 489 | 10/18/2019 | 
| 0.9.0 | 18 | 10/18/2019 |