Out-PSUPipeline
ÜBERSICHT
Intern.
SYNTAX
Out-PSUPipeline -Collection <System.Collections.Generic.ICollection`1[System.String]> [-InputObject <PSObject>]
[<CommonParameters>]BESCHREIBUNG
Intern.
BEISPIELE
Beispiel 1
PS C:\> $items = [System.Collections.Generic.List[string]]::new(); Get-Date | Out-PSUPipeline -Collection $itemsSchreibt das per Pipeline übergebene Objekt zur internen Pipelineerfassung in die bereitgestellte Sammlung.
PARAMETER
-Collection
Intern.
-InputObject
Intern.
CommonParameters
Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable und -ProgressAction. Weitere Informationen finden Sie unter about_CommonParameters.
EINGABEN
System.Management.Automation.PSObject
AUSGABEN
System.Object
HINWEISE
VERWANDTE LINKS
Zuletzt aktualisiert
War das hilfreich?