We are using PXE boot to image computers from Win XP to Windows 7.
The powers that be have created an imaging vlan dedicated specifically for this purpose, presumably for load balancing?
The problem is that once that image is finished, we have to switch the vlan back to the user vlan, creating extra work for us. Is there any way around this? We are trying to automate this process as much as possible and this extra bit of work does not lend itself to efficiency.
Or can a script be created that carries out this process automatically upon X?
As in, IF X, change PC_1 TO Vlan40 (after image is finished)
The trigger could be doing an OS lookup. IF WIN_7 ...
Thoughts?