...
The Create Computer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- CN String (text box editor type) (type: string): the CN String value of for the place where the computer will be created. For Example: 'CN=TEST'new computer. The format should be "CN=ComputerName" (for example, "CN=FlowsterComputer", where FlowsterComputer is the name for the new machine).
- Container DN (text box editor type) (type: string): the parent container for the new created computer. For example, "o=FlowsterDemo", where FlowsterDemo will be the parent container of the new machine.
The Read Only Output variable are the possible output values that the activity will provide:
- Entry DN (type: string): outputs the DN of the new created computer.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor.
Execution: the activity will check for the given Container (Container DN) and if found, it will create a new computer with the provided name (CN String):
The newly created machine can be seen under the given parent container (NetIQ iManager was used for browsing purposes):
Create Group
This activity creates a new entry of class 'Group' in eDirectory.
...