Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

Get-PSFPipeline

SYNOPSIS

Generates meta-information for the pipeline from the calling command.

SYNTAX

Get-PSFPipeline [<CommonParameters>]

DESCRIPTION

Generates meta-information for the pipeline from the calling command.

EXAMPLES

EXAMPLE 1

Get-Pipeline

Generates meta-information for the pipeline from the calling command.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

PSFramework.Meta.Pipeline

NOTES