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

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

Install-Module -Name Pipe

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

Install-PSResource -Name Pipe

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) 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

Version History

Version Downloads Last updated
1.0.0 (current version) 382 10/18/2019
0.9.0 16 10/18/2019