I am looking to run the MS AD plug-in 1.0.4 to create a computer object in a OU. The workflow "Create a computer in an Organizational unit" works fine, but I need to set the ManagedBy field to a specific AD group. When the workflow runs now out of the box, the ManagedBy property is not set. Has anybody figured out a way to populate properties using Orchestrator? I was able to run a PowerShell cmdlet below to set the property, but can't figure out how to run from VOrch. set-adcomputer Pablo -ManagedBy "CN=xxx.windows.xxx,CN=Users,DC=us,DC=pablo,DC=com"
↧