This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can we define a product that, when a user's request is approved, executes a powershell script?

How can we define a product that, when a user's request is approved, executes a powershell script?

Example: The user requests a virtual machine in a hypervisor, when the request is approved, the powershell script connects to the hypervisor and performs the creation of the virtual machine.

  • Hi,

    You could create a custom process against PersonWantsOrg - ORDERGRANTED event.  Generation condition that means it only fires for this special product.  And with a step that runs the PoSh you want to run.

    HTH, Barry.