Hey All,
In an environment with thousands of VM's, is there a best practice method for handling the fact that some of the clones will be on different subnets or VLANs?
For example, imagine 500 clients need to be on a separate nework from the other clones.
- Creating another Master Template VM would cause more administrative overhead (maintaining multiple masters)
- Manually moving the 500 special VM's to their own network would be ok, but it would be lost during a refresh/recompose because the master is still on the main network.
From what I've read so far, the best thing to do is use a powershell script to change the VLAN of the special VM's after each refresh/recompose.
I wanted to ask though, if there was an established best practice for this issue in large environments.
Thanks,
Drew