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

Out-PSUPipeline

RÉSUMÉ

Interne.

SYNTAXE

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

DESCRIPTION

Interne.

EXEMPLES

Exemple 1

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

Écrit l'objet acheminé par le pipeline dans la collection fournie pour la capture interne du pipeline.

PARAMÈTRES

-Collection

Interne.

-InputObject

Interne.

CommonParameters

Cette applet de commande prend en charge les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable et -ProgressAction. Pour plus d'information, voir about_CommonParameters.

ENTRÉES

System.Management.Automation.PSObject

SORTIES

System.Object

NOTES

LIENS CONNEXES

Mis à jour

Ce contenu vous a-t-il été utile ?