Out-PSUPipeline
Internal.
SYNOPSIS
SYNTAX
Out-PSUPipeline -Collection <System.Collections.Generic.ICollection`1[System.String]> [-InputObject <PSObject>]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> $items = [System.Collections.Generic.List[string]]::new(); Get-Date | Out-PSUPipeline -Collection $itemsPARAMETERS
-Collection
-InputObject
CommonParameters
INPUTS
System.Management.Automation.PSObject
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?