Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear Experts, I have a XML string which is result of one of the previous task. XML string looks like below.$o = "<?xml version='1.0'?><Objects><Object Type='System.Boolean'>True</Object></Objects>"and I am using Select-Xml -Content $o -XPath '//Objec...
Dear Experts, I am using "provision blank VM" task to create a new VM and there is no option where i can select the boot mode. I have also checked the different available APIs but still could not figure out. has anyone experience with this or any adv...
Dear Experts,I understand how to pass an Output of one Task to another but i have following Scenario. Assume there are total 3 Tasks. 1st Task check existance of an object and if it exist then get the object id as a Output of this Task. 2nd Task is e...
Dear experts, in one of my workflow, i am am running two powershell scripts and both are connected to following "Parse PowerShell Output" Task. first Task parse the Output correctly and result into 4 variables but second Task Show no variable. below ...
Dear Experts,is it possible to read value of a Input in another Input. here is the Scenario. in a subworkflow I have two Tasks to be executed. I have defined two Input at workflow Level.InputfortaskA = <emailid> (this will be feeded by main workflow)...
is there a Powershell sample for the same? i have tried using Invoke-RestMethod [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
$headers....
I was in the same Situation a year ago when i started with this product but unfortunately could not find any such resources what you are looking for. but what i can suggest is: check https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ucs-dir...
Thank you for your response. I thought about this approach but somehow i found this as not good use case of the custom Task. btw i was able to solve this Problem by creating a compound Task. -KAKA-