Maybe I'm missing something, but I don't quite understand the reasoning for resorting to using semicolons for selecting multiple hosts/OSes/etc. Depending on the support or differences in WSH's regex engine, I believe you should already be able to do this multiple matching with regular expressions using the pipe character, such as: <host id="computer02|salesgoup|wpkgrocks" profile-id="common" /><br>
<br>I have not tried it out myself, but theoretically any valid regexp should work.<br>