No announcements
Found 178945 threads
-
1 Votes
Pipeline in Powershell
You can accomplish a lot using pipelines without having to deal with those somewhat more advanced features.Answered | 2 Replies | 1853 Views | Created by Prashant Girennavar - Thursday, October 4, 2012 5:50 PM | Last reply by Prashant Girennavar - Friday, October 5, 2012 4:18 AM -
1 Votes
Powershell pipeline 'handshaking'
In a pipeline, the begin-processing clause is run for all cmdlets in the pipeline.Answered | 18 Replies | 3621 Views | Created by Bigteddy - Thursday, September 1, 2011 7:41 AM | Last reply by jrv - Thursday, September 1, 2011 8:08 PM -
7 Votes
Powershell retrieving pipeline errors in C#
I was able to get the pipeline error as below.Answered | 4 Replies | 46889 Views | Created by preambleMe - Wednesday, November 30, 2011 10:49 AM | Last reply by Compufreak345 - Wednesday, March 8, 2017 12:42 PM -
3 Votes
Powershell Function Pipeline a Data Table
RAF: The pipeline is an enumerator.Answered | 22 Replies | 5569 Views | Created by Raf Delgado - Friday, January 9, 2015 4:42 PM | Last reply by Raf Delgado - Tuesday, January 13, 2015 11:26 AM -
0 Votes
Powershell: Accepting pipeline input from multiple sources
You can call it with an array on the pipeline, in the command of from an object property in the pipeline.Answered | 10 Replies | 2799 Views | Created by mhashemi - Wednesday, August 21, 2013 4:19 PM | Last reply by jrv - Wednesday, August 21, 2013 8:44 PM -
0 Votes
PowerShell, RunSpace, Pipeline.
For who ever is interested i have figured out a way around pipeline and stuff that is to just use process....Answered | 5 Replies | 10260 Views | Created by dazhiki - Wednesday, September 11, 2013 3:01 PM | Last reply by dazhiki - Monday, September 23, 2013 10:39 AM -
0 Votes
Send Pipeline and custom pipeline component
I'd recommend creating the PGP encoding pipeline component, put only that component in a send pipeline, and use the pipeline on a send port configured with the FTP adapter.Answered | 5 Replies | 5649 Views | Created by masked avenger - Wednesday, August 26, 2009 5:11 PM | Last reply by Thiago Antonio Brancher de Almeida - Thursday, August 27, 2009 1:13 AM -
1 Votes
Custom Pipeline Component : How to remove custom pipeline compoenent ?
You might have pipeline component and BizTalk pipeline projects in the same visual studio solution.Answered | 5 Replies | 6366 Views | Created by Amit Jaiswal - BizTalk Professional - Monday, February 8, 2010 9:58 AM | Last reply by Leonid Ganeline - Wednesday, February 10, 2010 9:37 PM -
0 Votes
Debug Rules in pipeline
Check out the PowerShell provider for BizTalk: http://psbiztalk.codeplex.comAnswered | 7 Replies | 4869 Views | Created by teddyh - Tuesday, March 16, 2010 4:21 PM | Last reply by Wen-Jun Zhang - Thursday, March 25, 2010 8:26 AM -
2 Votes
multiple parameters with pipeline input?
It places some odd restrictions on the calling code which go against the usual way the pipeline is used (forcing them to create a nested array to keep PowerShell from sending the ...Answered | 7 Replies | 18248 Views | Created by (DJC) - Wednesday, April 2, 2014 8:44 PM | Last reply by - Monday, April 14, 2014 9:34 AM -
1 Votes
broken data in pipeline?
http://jrich523.wordpress.com/2011/11/25/the-trouble-with-format-commands-in-powershell/ why not to use format commands in the middle of the pipe ...Answered | 3 Replies | 2093 Views | Created by seven.reeds - Monday, May 14, 2012 8:48 PM | Last reply by Yan Li_ - Wednesday, May 16, 2012 5:54 AM -
1 Votes
Pipeline deployment
If you have separate orchestration/map/schema/pipeline/pipeline helper class projects structured in your solution then yes you can by having the resource file only contain ...Answered | 7 Replies | 792 Views | Created by btsAdministrator - Tuesday, August 23, 2016 8:25 AM | Last reply by Pushpendra K Singh - Wednesday, August 24, 2016 2:03 PM -
1 Votes
Can we Terminate the Pipeline Execution inside a Custom pipeline Component?
I have 2 check few things in my pipeline component if they exists internally(in the pipeline component) I am updating a table using a store proc and after ...Answered | 7 Replies | 6864 Views | Created by Rick85 - Monday, May 2, 2011 2:50 PM | Last reply by Heiko Wrede - Wednesday, October 5, 2016 10:29 AM -
0 Votes
Parameter binding confusion in a pipeline
But I still do not understand how the pipeline object (1..5) bound to the Param($object) in the scriptblock.Answered | 4 Replies | 1300 Views | Created by Steve DSouza - Saturday, July 11, 2015 10:16 AM | Last reply by Steve DSouza - Sunday, July 12, 2015 10:40 AM -
1 Votes
pipeline in orchestration
I used one pipeline with both xml assembler and namespace removal pipeline component in that.Answered | 10 Replies | 2294 Views | Created by ragavalli - Thursday, January 16, 2014 11:12 PM | Last reply by Abhishek0127[Abhishek kumar] - Monday, January 20, 2014 1:17 PM -
2 Votes
Archive pipeline
Input file is anyways being archived in the Receive Pipeline, and Inbound Map executes only after Receive Pipeline completes its operation.Answered | 9 Replies | 5109 Views | Created by madusudan - Friday, October 21, 2011 9:46 AM | Last reply by Sathish.Krishnan - Friday, October 21, 2011 12:26 PM -
0 Votes
Unable to input the | pipeline character.
I'm currently learning Powershell, I cant find the pipeline character on my keyboard either (solid straight line) but using the broken line character works for me in the shell.Answered | 5 Replies | 14647 Views | Created by w clinton - Thursday, May 19, 2011 9:46 AM | Last reply by Chris Vann (Mint Support LTD) - Saturday, August 24, 2013 12:02 PM -
0 Votes
pipeline not executed because a pileline is already executing...
$groups = Get-DistributionGroup -Resultsize Unlimited $DGs = $groups | where-object { ( Get-DistributionGroupMember $_ | where-object { ...Answered | 1 Replies | 2314 Views | Created by Sandeep_Raj - Thursday, July 17, 2014 8:18 AM | Last reply by Amit Tank - Thursday, July 17, 2014 3:39 PM -
0 Votes
XmlReceive Pipeline
BizTalk uses a streaming/eventing model in pipelines and it is only at the very last gasp that properties are promoted.Answered | 6 Replies | 2206 Views | Created by ravinRD - Monday, September 16, 2013 5:48 AM | Last reply by MarkTR - Tuesday, September 17, 2013 9:35 AM -
0 Votes
Split-Path with pipeline throwing error with variable
$PSScriptRoot is not available in PowerShell Version 2.Answered | 8 Replies | 3533 Views | Created by JLJ1976 - Thursday, February 22, 2018 12:26 PM | Last reply by jrv - Thursday, February 22, 2018 5:19 PM - Items 1 to 20 of 178945 Next ›
No announcements