Renaming Windows Instances

Is it possible to rename a Windows instance within Morpheus after it is provisioned?

The new instance name needs to be reflected in the target cloud (Azure or VMWare) and also inside the operating system.

Is the instance not being named within the OS at provisioning time already? It should be getting set as the instance name if you have not set something different in the hostname field of the deployment wizard.

If you were trying to rename the VM you can do a script and use the variable instance.name and pass it to the OS to change.

You may have constraints if you’re in a domain environment but should only take a line or two of PowerShell.