Hi all,
I'm trying to figure out how to add or create a user based on the requestor of the VM..
I'm using a clone workflow in my blue print so I'm guessing that VirtualMachine.Admin.AddOwnerToAdmins is out of the question. Currently I have a script that runs after the vm is provisioned, part of this is to scan GuestAgent.log for VirtualMachine.Admin.Owner then create a local user and add it to the Administrators group.
I'm guessing that this isn't the best or right way to do things so any pointers would be appreciated
Thanks!