<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>vklinden Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>vklinden Tracker</description>
    <pubDate>Sat, 18 Nov 2023 00:13:43 GMT</pubDate>
    <dc:date>2023-11-18T00:13:43Z</dc:date>
    <item>
      <title>Re: Export and import event-broker workflow subscriptions</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Export-and-import-event-broker-workflow-subscriptions/m-p/2725855#M21264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also a built-in workflow in Orchestrator that you can get them with. It will save them as a resource that you can then save. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:28:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Export-and-import-event-broker-workflow-subscriptions/m-p/2725855#M21264</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2019-02-05T15:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom property for VM Name</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Custom-property-for-VM-Name/m-p/493673#M3323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hostname is usually the one that I use. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:27:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Custom-property-for-VM-Name/m-p/493673#M3323</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2019-02-05T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466688#M2346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your workflow have inputs of an Object type? Looks like you have some sort of type mismatch. Component 1ac7ea0a is a string, but the workflow wants an ObjectDataType.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 13:52:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466688#M2346</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-26T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466686#M2344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_154272066560634 jive_text_macro" data-renderedposition="29_8_1232_192" jivemacro_uid="_154272066560634"&gt;&lt;P&gt;var script =&amp;nbsp; '&amp;amp; "' + externalScript + '" ' + arguments;&lt;/P&gt;&lt;P&gt;var output = System.getModule("com.vmware.vra.powershell").executePowerShellScriptOnHostByName(hostName, script);&lt;/P&gt;&lt;P&gt;var outputType = System.getObjectClassName(output);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(outputType === "Properties") {&lt;/P&gt;&lt;P&gt;for each (item in outputType){&lt;/P&gt;&lt;P&gt;var list = [];&lt;/P&gt;&lt;P&gt;list.push(item.Value)&lt;/P&gt;&lt;P&gt;return list;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;} else {&lt;/P&gt;&lt;P&gt;throw "Powershell Script has to return a Dictionary, actual output is '" + output.toString() + "' of type '" + outputType + "'";&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 13:31:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466686#M2344</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-20T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466684#M2342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will want the vRO return type to be array/string, and the XaaS form to be a string type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard machine forms know how to handle properties objects (key-value pairs), but it seems the XaaS ones do not. The work around it to return an array/strings like you would expect with a dropdown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2018 19:46:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466684#M2342</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-19T19:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting PowerShell Output into Dropdown</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Getting-PowerShell-Output-into-Dropdown/m-p/1378556#M10959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you get this figured out? If not, let me know and I'll see if I can help explain it easier.&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 18:30:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Getting-PowerShell-Output-into-Dropdown/m-p/1378556#M10959</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466682#M2340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/6110iF6E03252B6926433/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 16:58:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466682#M2340</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T16:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466681#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The return type isn't actually an array/string or string since your return a properties from the executeExternalPowershellScriptOnHostByName action. You would have to modify the action to actually return that by looping over the properties object. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 16:50:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466681#M2339</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T16:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466679#M2337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An action for a dropdown needs to return an array of strings because that array is used to populate the dropdown. You can use a dropdown for selecting the executed script, the powershell host, etc...) This action won't do anything for a dropdown though because of its return type unless you change that to be a return type of array/string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 15:10:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466679#M2337</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466678#M2336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So help me understand what you are trying to accomplish. Are you trying to provide a dropdown for a user selectable script to run during a machine provisioning operation or do you want this to be an XaaS catalog item? Do you want dropdowns for all of the inputs to that action?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 15:06:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466678#M2336</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466676#M2334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might&amp;nbsp; be helpful if you want the return type to be a properties. Your code needs to return a hashtable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.vmware.com/en/vRealize-Orchestrator/5.5.2/com.vmware.vsphere.vco_use_plugins.doc/GUID-AD0BCF69-3DD4-46C2-B725-FFA9DCAE9F41.html" title="https://docs.vmware.com/en/vRealize-Orchestrator/5.5.2/com.vmware.vsphere.vco_use_plugins.doc/GUID-AD0BCF69-3DD4-46C2-B725-FFA9DCAE9F41.html"&gt;Working with PowerShell Results&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 13:09:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466676#M2334</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466675#M2333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So that action for some reason requires the PowerShell Remote PS Object to return as properties vs a string which your script may be doing. In a scriptable task I am showing that I was able to comment out the section that requires it to be a properties object, and then the script runs fine. You could also change the outputType check to be Properties or String. I am not sure what type of PowerShell action would result in a dictionary vs a string... I would have to look more into how to tell PowerShell to return it as a dictionary through the PS Plugin. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 12:59:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466675#M2333</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-16T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Populate XaaS dropdown from Powershell script result (executeExternalPowershellScriptOnHostByName)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466673#M2331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at it quickly, it appears that you would have to return host.name from the getHostByName function vs the whole host object. Let me know if that doesn't work, and I will dive in deeper on it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 17:55:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Populate-XaaS-dropdown-from-Powershell-script-result/m-p/466673#M2331</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-11-15T17:55:49Z</dc:date>
    </item>
    <item>
      <title>Re:Pass Payload to Software Component Property</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Pass-Payload-to-Software-Component-Property/m-p/460606#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your unix team can also get all of the properties from the guest agent file custom.properties which is already on the machine. Check in /usr/share/gugent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2018 15:39:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Pass-Payload-to-Software-Component-Property/m-p/460606#M2116</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-04-07T15:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update Virtual Machine Name</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Update-Virtual-Machine-Name/m-p/457553#M2940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hostname is the property used for naming the machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2018 15:35:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Update-Virtual-Machine-Name/m-p/457553#M2940</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-04-07T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add vRO Action as Programming Language Type</title>
      <link>https://communities.vmware.com/t5/Sample-Exchange-Discussions/Add-vRO-Action-as-Programming-Language-Type/m-p/2758513#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know thats possible today, but I want to be able to upload them directly as actions or worst case a module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 20:04:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Sample-Exchange-Discussions/Add-vRO-Action-as-Programming-Language-Type/m-p/2758513#M42</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-03-30T20:04:06Z</dc:date>
    </item>
    <item>
      <title>Add vRO Action as Programming Language Type</title>
      <link>https://communities.vmware.com/t5/Sample-Exchange-Discussions/Add-vRO-Action-as-Programming-Language-Type/m-p/2758511#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we add a vRO Action type for Programming Language?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/80749iB9FAA0024CD11385/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 19:28:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Sample-Exchange-Discussions/Add-vRO-Action-as-Programming-Language-Type/m-p/2758511#M40</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2018-03-30T19:28:01Z</dc:date>
    </item>
    <item>
      <title>Re:Problems with payload exchange between vRA and vRO after crash</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Problems-with-payload-exchange-between-vRA-and-vRO-after-crash/m-p/1383634#M11097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My issue turned out to be something else. it looks like from your log the hostname already exists in AD when it tries to create it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 22:32:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Problems-with-payload-exchange-between-vRA-and-vRO-after-crash/m-p/1383634#M11097</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2017-11-28T22:32:27Z</dc:date>
    </item>
    <item>
      <title>Re:Problems with payload exchange between vRA and vRO after crash</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Problems-with-payload-exchange-between-vRA-and-vRO-after-crash/m-p/1383632#M11095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran into the same issue today. We had a power outtage in a lab environment, and it appears that the payload data isn't be passed back from vRO to vRA.&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:05:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Problems-with-payload-exchange-between-vRA-and-vRO-after-crash/m-p/1383632#M11095</guid>
      <dc:creator>vklinden</dc:creator>
      <dc:date>2017-11-28T21:05:17Z</dc:date>
    </item>
  </channel>
</rss>

