For the complete documentation index, see llms.txt. This page is also available as Markdown.

Out-PSUPipeline

SINOPSIS

Interno.

SINTAXIS

Out-PSUPipeline -Collection <System.Collections.Generic.ICollection`1[System.String]> [-InputObject <PSObject>]
 [<CommonParameters>]

DESCRIPCIÓN

Interno.

EJEMPLOS

Ejemplo 1

PS C:\> $items = [System.Collections.Generic.List[string]]::new(); Get-Date | Out-PSUPipeline -Collection $items

Escribe el objeto canalizado en la colección proporcionada para la captura interna de la canalización.

PARÁMETROS

-Collection

Interno.

-InputObject

Interno.

CommonParameters

Este cmdlet admite los parámetros comunes: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable y -ProgressAction. Para más información, consulte about_CommonParameters.

ENTRADAS

System.Management.Automation.PSObject

SALIDAS

System.Object

NOTAS

ENLACES RELACIONADOS

Última actualización

¿Te fue útil?