I need a solution
I am playing around with Moveclient.vbs. So far I have been able to move clients to their group based on the hostname. My question is, if I want to move a client based on their host name AND operating system type, how will I do it?
For Example, if I want a hostname that starts with V and has an OS of Windows 7 to go to the VDI group, how would I do this?
Will this work?
V*,Windows 7*,Company\Workstations\VDI
?