< Back

Get-PSFPipeline

Sun Jan 19, 2020 6:40 pm

NAME 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.





PARAMETERS

<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



OUTPUTS

PSFramework.Meta.Pipeline





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-Pipeline



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











RELATED LINKS