Hi,
We currently have VMM and App Controller running in testing, soon to be released to the business. However one of our testers created a VM from a template and specified a Computer name that already exists on the domain.
Is there any way to check before deployment? Preferably as the user is specifying a VM Name.
Options i am considering:
Triggering an Orchestrator Runbook to fail the deployment if the Computer name exists on the domain unless the deploying user is part of the Admin Group.
Having a service run that will detect a template being deployed and Fail the deployment if the Computer Name Exists unless the deploying user is part of the Admin Group.
Thanks alot for your help/suggestions.
Simon