Show-BluGenieMore
SYNOPSIS
SYNTAX
Show-BluGenieMore [[-Source] <Object>] [[-LineCount] <Int32>] [[-Suffix] <String>] [-Walkthrough] [<CommonParameters>]DESCRIPTION
EXAMPLES
EXAMPLE 1
Command: ,$(Get-ChildItem -Path $env:windir\System32 -File | Select-Object -ExpandProperty FullName) | Show-BluGenieMoreDescription: Query C:\Windows\System32 for all files and display the Full Path names 25 lines per page using the Pipeline
Notes:
While sending content over the pipeline you need to use an Unary Comma Operator.
As a binary operator, the comma creates an array. As a unary operator, the comma creates an array with one member. Place the comma before the member.
,$MyArray | MoreEXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
PARAMETERS
Source
LineCount
Suffix
Walkthrough
CommonParameters
Last updated