Out-PSUPipeline
SINTESI
Interno.
SINTASSI
Out-PSUPipeline -Collection <System.Collections.Generic.ICollection`1[System.String]> [-InputObject <PSObject>]
[<CommonParameters>]DESCRIZIONE
Interno.
ESEMPI
Esempio 1
PS C:\> $items = [System.Collections.Generic.List[string]]::new(); Get-Date | Out-PSUPipeline -Collection $itemsScrive l'oggetto trasmesso tramite pipe nella raccolta fornita per l'acquisizione interna della pipeline.
PARAMETRI
-Collection
Interno.
-InputObject
Interno.
CommonParameters
Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable e -ProgressAction. Per maggiori informazioni, veda about_CommonParameters.
INPUT
System.Management.Automation.PSObject
OUTPUT
System.Object
NOTE
COLLEGAMENTI CORRELATI
Ultimo aggiornamento
È stato utile?